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.

Picker Views Example in Android

Picker Views Example in Android

This example will show you how you can combine and handle two picker views in a layout. Algorithm: 1.) Create a new project by File-> New -> Android Project name it PickerViewsExample. 2.) Write following into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
0
Animation Reverse Example in Android

Animation Reverse Example in Android

This example shows how to animate an object and play the animation in reverse in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it AnimationReverseExample. 2.) Create and write following into src/ShapeHolder.java: package com.example.animationreverseexample; import...
0
Remote Service Client Example

Remote Service Client Example

This example will show you how to handle and invoke remote service from client. Algorithm: 1.) Create a new project by File-> New -> Android Project name it RemoteServiceClientExample. 2.) Write following into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
0
External App Launcher in Android

External App Launcher in Android

This example will show how you can read Rss feeds from your activity. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ExternalAppLauncher. 2.) Write following into strings.xml: <resources> <string name="app_name">ExternalAppLauncher</string> ...
0
UIByProgramExample in Android Development

UIByProgramExample in Android Development

This example will show you how to design UI through code. Algorithm: 1.) Create a new project by File-> New -> Android Project name it UIByProgramExample. 2.) Write following into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
Drawable Animation Example in Android programming

Drawable Animation Example in Android programming

This example explains how you can animate your drawbles. Algorithm: 1.) Create a new project by File-> New -> Android Project name it DrawableAnimationExample. 2.) Create and write following into GraphicsActivity.java: package com.example.DrawableAnimationExample; import android.app.Activity; import...
0
Share Your Data Android Programming

Share Your Data Android Programming

This example shows how you can share your text and data with your friends. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ShareYourData. 2.) Write following into activity_main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
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
InflateUIView in Android

InflateUIView in Android

This example will show to use inflate view in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it InflateUIView. 2.) Write following into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
Filed in: ANDROID TUTORIAL
0
Handler Thread Activity in Android Programming

Handler Thread Activity in Android Programming

This example will show you how to handle parent and child thread and switch between activities. Algorithm: 1.) Create a new project by File-> New -> Android Project name it HandlerThreadActivity. 2.) Write following into main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
0
Proudly designed by Theme Junkie.