Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r100-stack/android-weekly-series-capstone-my-favorite-dogs-app
https://github.com/r100-stack/android-weekly-series-capstone-my-favorite-dogs-app
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r100-stack/android-weekly-series-capstone-my-favorite-dogs-app
- Owner: r100-stack
- Created: 2020-07-07T19:15:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T22:54:59.000Z (over 4 years ago)
- Last Synced: 2025-01-01T07:08:19.986Z (26 days ago)
- Language: Java
- Size: 14.6 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.
This 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://register.dsclsu.com/android)
More info on: [www.dsclsu.com/android](https://www.dsclsu.com/android)## Capstone: My Favorite Dogs App
Keep track of your favorite dogs with this "My Favorite Dogs" app that's backed by Firebase's Realtime Database.
Captain Whiskers: Woof Woof... I like this app. All you humans should download and use it.
### Screenshots (App)
### Screenshots (App with Firebase demo)
### Skills Learned
* Firebase's Realtime Database
* Read, Write, Edit and Delete data in realtime.
* RecyclerView
* Displaying list of items
* Enabling onClick functionality
* ActionBar buttons
* Advanced Activity navigation using Intents
* Using Parcelables to convert objects into byte arrays
* Material Design
* Typography
* Layout design
* Color scheme
* TextInputLayouts