Android

How to Program Android Apps: Event Listeners

Posted by khernandez on January 4th, 2013 | No Comments

Understanding android listeners is critical to creating successful Android apps. In this video tutorial, trainer and author Mark Lassoff shows you how to attach onclick listeners and long click listeners to android buttons. Additionally he will show you how to use a single listener call-back function with multiple view objects. LearnToProgram’s How to Program Android [...]

Read more

PhoneGap for Android: Creating Mobile Applications

Posted by khernandez on December 21st, 2012 | No Comments

In this PhoneGap for Android tutorial, master trainer Mark Lassoff explains how to setup PhoneGap for Android. He also explains how to create an HTML5 android app. For this project, Mark uses the free Eclipse development software. Check out our Android Course for Beginners… Watch this PhoneGap Tutorial

Read more

Android Shared Preferences

Posted by khernandez on August 23rd, 2012 | No Comments

Further your skills in developing Android applications with our Android Shared Preferences video tutorial. Our free Android tutorials will help you create your own exciting Android applications! In this tutorial, Mark will show you how to use the shared preferences class to store and retrieve data in your Android application. This class allows users to [...]

Read more

Android Custom Buttons

Posted by khernandez on August 17th, 2012 | No Comments

Do you want to learn how to create Android applications but don’t where to begin? Our free Android development tutorials might be just what you are looking for. In no time at all you will be creating your first Android application. In this Android application development tutorial, Mark will show you how to create a [...]

Read more

Android Listeners

Posted by khernandez on August 17th, 2012 | No Comments

Are you interested in creating Android apps and want to learn more? Our free Android development tutorials will help get you started creating your very own Android applications. Understanding listeners is critical to creating successful Android applications. In this video tutorial, trainer and author Mark Lassoff shows you how to attach click listeners and long [...]

Read more

Android Geolocation Example

Posted by mlassoff on August 13th, 2012 | No Comments

Many popular Android applications use geolocation to track the user’s location as they move with their Android device. In this Android Geolocation Example, you will learn how to use Android’s LocationManager class and LocationListener interface to create location-aware applications. In this simple example, LearnToProgram.tv instructor Mark Lassoff creates a program that displays the user’s latitude [...]

Read more