Creating Custom EditText containing TextIcon
In this tutorial i will show how to create a EditText which will show some info on right of EditText. Sometimes we need to show some kind of hint or data next to EditText...
In this tutorial i will show how to create a EditText which will show some info on right of EditText. Sometimes we need to show some kind of hint or data next to EditText...
In this post i will cover how to create flavors of android app like paid version and free version. Problem with previous Solutions One way to do this is to create two codebase for...
In this tutorial we will be setting up android studio for development of android apps. It has been just over a year now since the first public release and Android Studio has come a...
Today we will be looking into the Android boot process. When the user press power button then the booting sequence starts. First thing that is loaded while booting Android is BOOTLOADER . CPU has...
To integrate dropbox in android app we have to create a online app on dropbox.com which will be used by android app to communicate with dropbox. Follow these steps to create online app 1. Open www.dropbox.com/developers/apps and...
Facebook Login allows you to obtain a token to access Facebook’s API on behalf of someone using your app. You can use this feature in place of building your own account system or to...