Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r100-stack/android-developer-essentials-8-favorite-dogs-app-list-view


https://github.com/r100-stack/android-developer-essentials-8-favorite-dogs-app-list-view

Last synced: 26 days ago
JSON representation

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://totv.me)

More info on: [www.dsclsu.com/android](https://www.dsclsu.com/android)

## 7. Favorite Dogs App (with List View)

List of your favorite dogs.

Note: ListViews are now outdated in Android. However, it's easier than the more efficent alternative — RecyclerViews.
Hence, we're first learning ListViews followed by RecyclerViews in the next week.

### Screenshots





### Skills Learned

* ListViews
* Adding OnClickListeners in code
* Keeping strings in strings.xml
* Multi-screen apps using Intent
* Passing extras in Intents
* Modifying ActionBar
* Changing the title
* Adding back button
* Picasso Library for displaying network images