From 7a27c440aa276a6146fd52968a11c90510a1cce3 Mon Sep 17 00:00:00 2001 From: Keith Abdulla Date: Mon, 1 Dec 2014 22:02:25 -0800 Subject: [PATCH 1/2] add mooc classes for android --- free-courses-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index 52d548d89..4db7f576f 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -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) From eeb1c24bceeec7b034eede5de1c1b5847aa34873 Mon Sep 17 00:00:00 2001 From: Keith Abdulla Date: Tue, 2 Dec 2014 07:15:15 -0800 Subject: [PATCH 2/2] fix style nit --- free-courses-en.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index 4db7f576f..7892db4f6 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -1,6 +1,6 @@ ### Index * [Assembly](#assembly) -* [Android] (#android) +* [Android](#android) * [C++](#c) * [Databases](#databases) * [Haskell](#haskell) @@ -22,9 +22,10 @@ ### 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) +* [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++/)