In this tutorial how to create Splash Screen is shown. Points to Remember: To view the shapes filled with color …
Category: Android
In this tutorial how to create Splash Screen is shown. Splash Screen is a screen that appears for some seconds …
In this tutorial following is shown: Basic Concept of ListView Control in Android How to create Context Menu in Android …
In this tutorial how to create Option Menu in Android in shown. Code: activity_main.xml <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” android:paddingBottom=”@dimen/activity_vertical_margin” …
In this tutorial following is shown: Basic concepts of Spinner Control of Android How to create new Array in Java …
In this tutorial following is shown: Basic concepts of Spinner Control of Android Basic concepts of ImageView Control of Android …
In this tutorial basic concepts of ToggleButton control of Android is shown. Code: activity_main.xml <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” android:paddingBottom=”@dimen/activity_vertical_margin” …
In this tutorial basic concepts of RadioButton control of Android is shown. Code: radio.xml <?xml version=”1.0″ encoding=”utf-8″?> <RadioGroup xmlns:android=”http://schemas.android.com/apk/res/android” android:layout_width=”match_parent” …
In this tutorial basic concepts of CheckBox control of Android is shown. Code: activity_main.xml <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” android:paddingBottom=”@dimen/activity_vertical_margin” …
In this tutorial basic concepts of AutoCompleteTextView and MultiAutoCompleteTextView control of Android is shown. Code: activity_main.xml <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” …