In this part of my Android tutorial I cover 3 ways to save data. We’ll look at Bundles, onSaveInstanceState, SharedPreferences, and PreferenceActivity. We’ll also be reviewing working with components, Intents, click listeners, onActivityResult and a bunch of other topics.
This will begin a series...
In this tutorial I will cover pretty much everything there is to know about how to make Android apps. Videos will focus on explaining the major topics in easy to understand ways. I’ll also make a bunch of apps.
Every article can be found below with a description. The videos are structured so that the...
In this video I complete the Android Translation app! I provide both an Android Text to Speech Example as well as a Speech to Text example. I also review how to use Spinners.
By the end we will be able to say a phrase, translate it into multiple different languages and then press a button and have those...
In this video I’ll take the Android Translation app I made in part 14 and now get it to parse XML data. I’m also going to add the ability to provide XML from the web service I made in part 5 of my web services tutorial.
This is an example of the techniques I use to make a professional app. We...
In this tutorial I’ll provide you with an Android Translation App example program. I’ll use the translation web service I built in parts 4, 5 and 6 of my web services video tutorial. I’ll also show how to parse JSON data in an Android app.
Everything has been kept as easy to make as...
I have one more Samsung Galaxy Note 3 and Samsung Galaxy Gear smart watch left to give away. I decided I’d let everyone vote on what the last contest should be. I’d like it to be a skill based contest so that the prize doesn’t go to somebody randomly though.
I’ve had videos based on...
In this video I announce the Android App Contest Winner! I received over 34 apps for this contest and they were awesome. Thank you 🙂
I decided to focus on the top 5 apps in this video which are available for download here : Fort King Math, Balance, Button Tap Challenge, Peg Board Game, and someone put all...
In this tutorial I’ll finish up the Android Fragment example I started in part 12. Watch part 12 first. Here is the entire package available for download.
This time will cover how to switch to either an Activity if we are in portrait mode, or how to change the hero data...
In this tutorial I will provide another Android Fragment example. I have received a bunch of questions about a Android development Fragment example. So, here I’ll cover every line of code in it and I will also show how to change it so that it fits the requirements that many...
In this video I present the Android multipane Fragment example code many of you have requested. I did my best to create a template you can use in numerous apps. I also did my best to keep the code very short.
We’ll cover creating layouts that contain multiple fragments....