This repository consists some of the android sample projects that I created while I was learning android.
The following are the projects that are present in this repository.
This is a sample project which shows you how to create activities and move between them. The source code can be found inside the /SimpleFlashlight folder.
Explanation about the code can be found in the corresponding blog entry in my blog.
This is a sample project which shows you how you can trigger the phone dial screen. The source code can be found inside the /HomeWork1 folder.
Explanation about the code can be found in the corresponding blog entry in my blog.
This is a sample project which shows you how you can use various input elements to create a simple Task manager. The source code can be found inside the /TaskManager folder.
This project also explains you how to use the SQLLite database.
Explanation about the code can be found in the corresponding blog entry in my blog.
This sample project explains how to use Array Adapter and List view in android. The source code can be found inside the /Week2HomeWork folder.
Explanation about the code can be found in the corresponding blog entry in my blog.
All code samples are released under GPL license. So feel free to use them in your project.