Make sure you don't skip things while reading and start pasting the code. If your foundation is good, you'll be able to learn and grow much faster than if you jump right into code.
After the tutorial, go ahead and try to implement :
Fragments -> Will help you create very dynamic UI
Google OAuth Sign in -> Will teach you about sign in process
ORM for SQLite -> You can try Sugar ORM, a popular library to persist data for your app
Picasso -> Simple library to render images in your app
Here are two lists I usually refer to, to make my life easy:
Sidhant Panda
Programmer
Try this one out : developer.android.com/training/basics/firstapp/in…
Make sure you don't skip things while reading and start pasting the code. If your foundation is good, you'll be able to learn and grow much faster than if you jump right into code.
After the tutorial, go ahead and try to implement :
Here are two lists I usually refer to, to make my life easy:
You don't have to create everything from scratch. Improve upon already existing libraries.