Skip to content

Commit

Permalink
Added Android Class-3 content
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiddharth committed May 12, 2021
1 parent d7ca807 commit 50334d3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Android/2021_05_11_AndroidClass-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
- Create a simple single activity project which supports app language change using the string resources files (`strings.xml`)
- Try implementing `RecyclerView` (it is very similar to `ListView`).
- Try to change your app's icon.
- Learn what is `SharedPreferences`.
18 changes: 18 additions & 0 deletions Android/2021_05_13_AndroidClass-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@
<hr>

## Class Content:

- [Services](https://developer.android.com/guide/components/services)
- JSON parsing:
- [Volley](https://developer.android.com/training/volley) for network requests
- [JSONObject class](https://developer.android.com/reference/org/json/JSONObject)
- [Android JSON Parser Tutorial](https://www.javatpoint.com/android-json-parsing-tutorial)
- [Online JSON Viewer](http://jsonviewer.stack.hu/)
- Firebase:
- [Firebase Console](https://console.firebase.google.com/)
- [Firebase Realtime Database documentation](https://firebase.google.com/docs/database)
- [Steps to configure](https://firebase.google.com/docs/database/android/start)
- [Connect to Firebase](https://developer.android.com/studio/write/firebase)
- [Firebase Auth documentation](https://firebase.google.com/docs/auth)
- [Setup steps with FirebaseUI](https://firebase.google.com/docs/auth/android/firebaseui)
- [Using phone number](https://firebase.google.com/docs/auth/android/phone-auth)
- Notifications:
- [Notifications](https://developer.android.com/guide/topics/ui/notifiers/notifications)
- [Create a Notification](https://developer.android.com/training/notify-user/build-notification)

0 comments on commit 50334d3

Please sign in to comment.