Skip to content

Commit

Permalink
changes to Android.md (dipakkr#1057)
Browse files Browse the repository at this point in the history
* added F-Droid

* added react native, flutter resources and some minor improvements

* fixed links

* added flutter and react native to TOC
  • Loading branch information
Aayush Bisen authored and Contrevien committed Nov 2, 2018
1 parent 64dec37 commit 52fc646
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,46 @@

## Index
1. [Courses](#courses)
2. [Certificate](#certificate)
3. [Book](#book)
4. [Podcast](#podcast)
5. [Blog](#blog)
2. [Certifications](#certificate)
3. [Books](#books)
4. [Podcasts](#podcasts)
5. [Blogs](#blogs)
6. [References](#references)
7. [Publish](#publish)
8. [Misc. Resources](#misc-resources)
9. [Newsletter](#newsletter)

10. [Flutter](#flutter)
11. [React Native](#react-native)

## Courses

+ [Android Fundamental by Google](https://www.udacity.com/course/new-android-fundamentals--ud851)
+ [Android Basics Nanodegree by Google](https://www.udacity.com/course/android-basics-nanodegree-by-google--nd803)
+ [Android Nanodegree by Google](https://www.udacity.com/course/android-developer-nanodegree-by-google--nd801)
+ [Android Fundamentals by Google](https://www.udacity.com/course/new-android-fundamentals--ud851) _[Free]_
+ [Android Basics Nanodegree by Google](https://www.udacity.com/course/android-basics-nanodegree-by-google--nd803) _[Paid]_
+ [Android Nanodegree by Google](https://www.udacity.com/course/android-developer-nanodegree-by-google--nd801) _[Paid]_


## Certificate

+ [Associate Android Developer](https://developers.google.com/training/certification/associate-android-developer/)


## Book
## Books

+ [Effective Java](https://www.oreilly.com/library/view/effective-java-3rd/9780134686097/)
+ [Android Programming by Big Nerd Ranch](https://www.bignerdranch.com/books/android-programming/)
+ [Professional Android by Reto Meier, Ian Lake](https://www.wiley.com/en-us/Professional+Android%2C+4th+Edition-p-9781118949528)
+ [Kotlin for Android Developers](https://leanpub.com/kotlin-for-android-developers)
+ [Android Development with Kotlin](https://www.packtpub.com/application-development/android-development-kotlin)

## Podcast
## Podcasts

+ [Fragmented](https://fragmentedpodcast.com/)
+ [Android Backstage](http://androidbackstage.blogspot.com/)
+ [The Context](https://github.com/artem-zinnatullin/TheContext-Podcast)
+ [Android Developers Backstage](https://androidbackstage.blogspot.com/)


## Blog
## Blogs

+ [Android Hive](https://www.androidhive.info/)
+ [JakeWharton's Blog](https://jakewharton.com/blog/)
Expand Down Expand Up @@ -78,7 +79,7 @@
## Misc Resources
+ [Android Arsenal - Android Libraries Directory](https://android-arsenal.com/)
+ [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/)
* [Udacity Free Course](https://classroom.udacity.com/courses/ud905)
+ [Udacity Free Course](https://classroom.udacity.com/courses/ud905)

## Newsletter
+ [Android Weekly](https://androidweekly.net/)
Expand All @@ -89,3 +90,14 @@ Flutter is Google’s mobile app SDK for crafting high-quality native interfaces

## Resources
* [Flutter Official Documentation](http://flutter.io)
* [Build Native Mobile Apps with Flutter by Google](https://in.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) _[Free]_
* [Learn Flutter & Dart to Build iOS & Android Apps](https://www.udemy.com/learn-flutter-dart-to-build-ios-android-apps/) _[Paid]_

# React Native
With React Native, you don't build a "mobile web app", an "HTML5 app", or a "hybrid app". You build a real mobile app that's indistinguishable from an app built using Objective-C or Java. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.

## Resources

+ [Official Documentation](https://facebook.github.io/react-native/docs/getting-started)
+ [React Native Express](http://www.reactnativeexpress.com/) _[Free]_
+ [The Complete React Native and Redux Course](https://www.udemy.com/the-complete-react-native-and-redux-course/) _[Paid]_

0 comments on commit 52fc646

Please sign in to comment.