Upload Files from Android to Server Using Multipart Post Entity August 13, 2012August 19, 2017Arvind Bhardwaj 34 Uploading files and data from an Android device to a server is not a big deal until you are doing this on a high end […]
How to Switch Between Activities in Android and Using Intents July 16, 2012August 19, 2017Arvind Bhardwaj 2 Generally the complex Android Applications involve more than one screen and frequent switching between those screens. You also need to pass the data from one […]
How to Customize the Default Toast Message in Android July 6, 2012August 19, 2017Arvind Bhardwaj 1 Android provides a very convinient way of showing messages to the user in form of Toasts. Toasts do not require any user interaction, these are […]