Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm
breaking-bad-api-kotlin-mvvm
https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm
Last synced: about 2 months ago
JSON representation
breaking-bad-api-kotlin-mvvm
- Host: GitHub
- URL: https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm
- Owner: gaffycool
- License: other
- Created: 2020-08-31T19:23:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T19:32:16.000Z (over 4 years ago)
- Last Synced: 2024-10-21T16:08:42.968Z (4 months ago)
- Language: Kotlin
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# breaking-bad-app-mvvm
Android app in kotlin and MVVM developed using the breaking bad apideveloped in kotlin and mvvm
the idea of the app is to use the breaking bad api, the search filter also allows you to search through the recyclerview and filter the results
clicking on the character reveals their own fragment which tells you further details
app home
![alt text](https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm/blob/master/screenshots/app%20home.png)scrolling down the recyclerview
![alt text](https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm/blob/master/screenshots/scrolling%20down%20list.png)filter using seasons drop down
![alt text](https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm/blob/master/screenshots/filter%20using%20seasons.png)search filter
![alt text](https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm/blob/master/screenshots/search%20filter.png)character details
![alt text](https://github.com/gaffycool/breaking-bad-api-kotlin-mvvm/blob/master/screenshots/character%20description.png)