+ 1
I want to develop Android courses. What things would you value the most?
There is already a good (introductory) Java course on soloLearn, but a lot of people are interested in Android. Therefore i thought of developing an Android course myself. But before I'd be interested what you value the most? How should the course be structured? What content should it contain? Any comments and feedback is highly appreciated!
3 Answers
+ 2
if you're talking about android apps,
then you could teach:
- how to design android apps (frontend)
- retrieval, manipulation of data (backend)
- networking - how to get internet connection with ur apps
- security - login functions etc
- 3rd party app logins (e.g. google or facebook)
- Multithreading
- Adding other programming languages besides java or sql (backend) to write better and more efficient codes for android
- Tips and tricks, such as how to integrate sdks into your app. e.g. Microsoft cognitive services. Advanced stuff that needs guidance and isn't easily found online.
+ 1
You mean android apps?
+ 1
Basics of Android programming like
intent
XML basics
onclick listener....
along with the advance concepts like
json parsing
Db connections
gson.......
A combination of both with simple explanation can be a great tutorial for a beginner.