Quantcast
Channel: StringBuilder – CoderzHeaven
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

How to read Logcat contents programmatically in Android?

This is an example to read Logcat contents programmatically in Android. Normal developers won’t need this, but still it is a good thing to know how to do it. package pack.coderzheaven; import...

View Article



Image may be NSFW.
Clik here to view.

How to copy a file to another saved in SDCARD in Android?

Hello all… This tutorial explains how to copy a file contents to another in Android. The file to copy is saved in SDCARD, however you can change the path to save it in your application sandbox. if you...

View Article

Image may be NSFW.
Clik here to view.

How to Customize “Force Close” Dialog in Android?

An interesting post.. Everytime you write an app, it may or may not crash and we often see the “Force Close” Dialog. But what if we can customize the “Force Close” Dialog itself. This is done using...

View Article

Why you should use StringBuilder instead of StringBuffer in Android for...

StringBuffer StringBuffer is mutable means one can change the value of the object . The object created through StringBuffer is stored in the heap. StringBuffer has the same methods as the StringBuilder...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images