Android – Sending SMS from android application – Method 2
Hi, Here i am going to discuss about to send SMS from your android application. Basically there are 2 ways by which we can send sms: Open native SMS composer...
Hi, Did you ever suffer from unwanted charges charged for unwanted data connection, then here is solution for you to “Disable data connection” from your mobile phone. Just follow the...
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...
Hi guys, Here i am sharing this article on my “entry point to prefessional world”. Why i am inspired to write this article? As of this time, i am highly...
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...