Author: guru

Creating Custom EditText containing TextIcon 0

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...

Create flavors of Android App on same CodeBase 0

Create flavors of Android App on same CodeBase

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...

Setting up Android studio – Tutorial 0

Setting up Android studio – Tutorial

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...

Android booting sequence Explained 0

Android booting sequence Explained

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...

0

Integrating Dropbox in Android Apps

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...

0

Facebook login in Android apps – Using latest SDK

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...