This repository contains the codes for open lectures conducted by MDG in 2018.
- The New Boston is a great series of tutorials to start off with android development
- Developing Android Apps - Created by Google and offered on Udacity, this course is a nice stepping stone if you have prior programming experience
- Official Android Developers Documentation - Contains beginner level tutorials as well as reference of all classes for more advanced developers
- Vogella Android Tutorials - Short and precise tutorials about Android Development: tools installation, debugging and using various features
- Android Hive - Nice collection of tutorials, tips and hacks for android and game developers
- Medium - A great place to read about any kind of quality material related to programming
These were the workshops organized this year:
A simple app that focuses on the basic concepts of XML and Object Oriented Programming; great for kicking off Android Development. Click here to check out the code.
A camera based android app that clicks pictures and displays it in the app. Click here to check out the code.
A live wallpaper that changes color based on the device's current time. Click here to check out the code.
- Stack Overflow - Q/A forum for programmers. Most probably you will find the answer to your problem here
- Google is always there for you
With love, MDG