Android – Send object from one activity to another Activity using Intent
Here is a simple example about how to pass custom class object from one activity to another activity. To pass an object, your custom class object must be serialized, to...
Here is a simple example about how to pass custom class object from one activity to another activity. To pass an object, your custom class object must be serialized, to...
Today we are going to discuss about TextWatcher which can be implemented in EditText. What is TextWatcher It is an Interface. It has 3 methods to be overrided whenever it...
I am going to discuss about AsyncTask. Do you know about AsyncTask and what are the usage of it? Here are some of the points: AsyncTask enables proper and easy...
Problem: Launch native camera application to capture image and use it inside imageview Description: I hope you may across the application in which they are launching camera to capture image...
I assume you have already used AsyncTask, If you haven’t used or know about it then read my article on What is AsyncTask or visit read official documentation on AsyncTask....
Hi guys, After been long searching and trying, I got the news that “Samsung Galaxy 3(GT-i5801)” froyo (2.2) update is available in india through the Samsung Kies software. I have...
While working on more than one android devices attached to the same PC, at that time if you want to see a logcat output then there may be a problem...