From 4ec629962acf1e8b0412d149b5fc75702fc05605 Mon Sep 17 00:00:00 2001 From: Travis Gayle Date: Sun, 16 Dec 2018 12:05:18 -0500 Subject: [PATCH] Added suggested and useful Android libraries. (#31511) --- guide/english/android-development/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index af01081832..c04ed48be7 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -110,6 +110,11 @@ It is good to check out code samples and projects for your learning process. The - [Installing Android Studio](https://developer.android.com/studio/install) - [Running Apps in an Emulator](https://developer.android.com/studio/run/emulator) +### Useful Libraries +- [Retrofit](https://square.github.io/retrofit/) - HTTP Requests made easy. +- [Room Persistence Library](https://developer.android.com/topic/libraries/architecture/room) - Google's database wrapper to make storing local data easier. +- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Google's lifecycle aware library for making your UI react to data. + ### Additional References - [Android Vocabulary Glossary](https://developers.google.com/android/for-all/vocab-words/) - [Android Documentation Search](https://developer.android.com/)