Demo project for a session on 'Getting Started with Android'
This repository contains the demo project that I have used for the android session that I took in walmart. The targeted audience for the session are the people who are completely new to android.
I have covered the followign topics :
The repository contains different branches, each corresponding to a particular functionality. So, if you want to see the code changes for a particular functionality, you can just see the diff between this branch and the its previous branch.
Here’s the order in which I have prepared the branches :
So, for example, if you want to see how to move from async task to an intentservice, you can run :
git diff syncusingasync..syncusingservice
Feel free to report any issues.
Cheers !