Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r100-stack/android-developer-essentials-9-favorite-dogs-app-recycler-view
https://github.com/r100-stack/android-developer-essentials-9-favorite-dogs-app-recycler-view
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r100-stack/android-developer-essentials-9-favorite-dogs-app-recycler-view
- Owner: r100-stack
- Created: 2020-08-18T21:52:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T22:55:34.000Z (over 4 years ago)
- Last Synced: 2025-01-01T07:08:18.628Z (26 days ago)
- Language: Java
- Size: 6.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Weekly Series
Welcome to the Android Weekly Series hosted by Google's Developer Student Club (DSC) program!
This is a ten week workshop series every Saturday, 1:30 - 3:30 EST from July 11, 2020 to Sept 12, 2020.
**NOTE**: The last three parts, ie. parts 6 (this one), 7 and 8 have a different schedule!
Part 6: Thursday, August 20, 7:00 - 8:00 PM EST
Part 7: Wednesday, August 26, 7:00 - 8:00 PM EST
Part 8: Thursday, August 27, 7:00 - 8:00 PM ESTThis series will cover all the essential skills needed to build professional, robust, and attractive Android apps.
Register now on EventBrite: [register.dsclsu.com/android](https://totv.me) or [totv.me](https://totv.me)
More info on: [www.dsclsu.com/android](https://www.dsclsu.com/android)## 9. Favorite Dogs App (with List View)
List of your favorite dogs.
Note: This is similar to app #8 from part 5. However, this is implemented using the more efficient RecyclerView.
### Screenshots
### Skills Learned
* RecyclerView
* RecyclerView.Adapter and RecyclerView.ViewHolder
* Multi-screen apps using Intent
* Efficiently passing extras in Intents
* Modifying ActionBar
* Changing the title
* Adding back button
* Picasso Library for displaying network images