1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-23 20:07:33 +00:00

Merge pull request #1221 from ekeitho/master

add mooc classes for android
This commit is contained in:
victor felder 2014-12-02 16:48:20 +01:00
commit 7ed15d3944

View File

@ -1,5 +1,6 @@
### Index
* [Assembly](#assembly)
* [Android](#android)
* [C++](#c)
* [Databases](#databases)
* [Haskell](#haskell)
@ -20,6 +21,12 @@
* [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)