Android Tutorial for everyone!

This Android Tutorial blog offers a comprehensive resource for Android SDK development including all Android programming. We also run a 12 week android course taught by real android tutors who guide you through Android development step-by-step via Android SDK Videos and programming worksheets. This android dev blog is regularly updated with free android tutorial including all the latest Android OS version development. Our Android Course has given Android training to over 100 developer students worldwide. Feel free to browse and subscribe to our feed to get regular updates. If you have any android SDK tutorial related questions, please ask us via the Android Dev Help page.

Calendar Application

Calendar Application

  This example explains how to call and use system calendar into your application. Algorithm: 1.)   Create a new project by File-> New -> Android Project name it CalendarApplication. 2.)   Write following into main.xml file: &lt;?xml version=<em>"1.0"</em>...
0
Difference between kill Activity and finish Activity

Difference between kill Activity and finish Activity

This is a sample application which shows what is the difference between kill Activity and finish Activity. Underlying Algorithm: Basic description of algorithm in step by step form: 1.) Create a Project LifeCycle. 2.) Put the following code in res/layout/main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
0
Seek Bar Example

Seek Bar Example

Description: This example shows how to Seek Bar in your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SeekBarExample. 2.) Write following code into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
Filed in: Android Apps
0
Action Bar Search View

Action Bar Search View

This example shows how you can create search view onto the action bar. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ActionBarSearchView. 2.) Create and write following into menu\searchview_in_menu.xml: <?xml version="1.0" encoding="utf-8"?> <menu...
0
Ball Animation Example

Ball Animation Example

This example shows create bouncing animation effect in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it BallAnimationExample. 2.) Write following into main.xml: <!–?xml version="1.0" encoding="utf-8"?–> 3.) Create and...
0
Custom Expandable List Example

Custom Expandable List Example

Description: This example shows how to create Expandable list using custom adapter. Algorithm: 1.) Create a new project by File-> New -> Android Project name it CustomExpandableListExample. 2.) Run for output. Steps: 1.) Create a project named CustomExpandableListExample and set the information as...
0
Simple Expandable List Example

Simple Expandable List Example

Description: This example shows how to create Expandable list using simple default adapter. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SimpleExpandableListExample. 2.) Run for output. Steps: 1.) Create a project named SimpleExpandableListExample and set the information...
0
Custom Popup Window Example

Custom Popup Window Example

Description: This example shows how you can create and customize a popup window. Algorithm: 1.) Create a new project by File-> New -> Android Project name it CustomPopupWindowExample. 2.) Write following into your main.xml file: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
2
Random Layout Animation

Random Layout Animation

This example shows how you can animate contents of a layout and show them randomly. Algorithm: 1.) Create a new project by File-> New -> Android Project name it RandomLayoutAnimation. 2.) Create an anim folder into res directory and create and write following into res/anim/fade.xml: <?xml version="1.0"...
0
Flip View Example

Flip View Example

This example shows how you can flip and animate a list view. Algorithm: 1.) Create a new project by File-> New -> Android Project name it FlipViewExample. 2.) Write following into your main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
Proudly designed by Theme Junkie.