Learn Android

Android programming is based on Java programming language so if you have basic understanding on Java programming then it will be a fun to learn Android

In this tutorial we will create alert dialog with single choice from list of items. We will create a button ...
Android EditText is a subclass of TextView. EditText is a standard entry widget in android apps. It is an overlay ...
Multiline edittext android. Allow multi-line in EditText view in Android?, By default all the EditText widgets in Android are multi-lined ...
In this post we will learn how to create a project on Android Studio and run on android emulator step ...
In this tutorial we will learn how to open new activity when a button is clicked using android studio. move ...
How to programatically resize and show them?. All of these attributes can be set in code on each ImageButton at ...
How to change Spinner item background color in Android, How to set Spinner alternate item color in Android activity_main.xml <RelativeLayout ...
In this tutorial we will create a ListView with item click listener, we will write string array in strings.xml. When ...
In this tutorial we will create a ListView using array, array items will be displayed in listview. We will also ...
This will cover the followings:Use Options Menu / Actionbar menuUse Options Menu in fragmentsAdd items with icons in options menuShow ...
Inflate and show the popup window in Android Here is the code for the main activity of our example. Whenever ...
SharedPreferences | Android Studio | Java SharedPreferences is one of the types of saving data in Android Devices. You can ...
In this tutorial we will display a snackbar on Button click. To display snack bar we have to include design ...
In this tutorial we will learn how to use Toast in android. We will create a button when this button ...
In this tutorial we will create a simple web browser (with EditText to input, Button to search,WebView to load Url) ...