add mooc classes for android

This commit is contained in:
Keith Abdulla 2014-12-01 22:02:25 -08:00
parent f5c1a3602e
commit 7a27c440aa
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
### Index
* [Assembly](#assembly)
* [Android] (#android)
* [C++](#c)
* [Databases](#databases)
* [Haskell](#haskell)
@ -20,6 +21,11 @@
* [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html)
### Android
* [Programming Mobile Applications for Android Handheld Systems] (https://www.coursera.org/course/android)
* [Creative, Serious and Playful Science of Android Apps] (https://www.coursera.org/course/androidapps101)
* [Programming Cloud Services for Android Handheld Systems] (https://www.coursera.org/course/mobilecloud)
### C++
* [Google's C++ Course](https://developers.google.com/edu/c++/)
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)