Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getrighhttt/digimonapiexample
An app that returns a list of all the Digimon from an API.
https://github.com/getrighhttt/digimonapiexample
android coroutines livedata mvvm navigation retorfit2 viewbinding viewmodel
Last synced: about 1 month ago
JSON representation
An app that returns a list of all the Digimon from an API.
- Host: GitHub
- URL: https://github.com/getrighhttt/digimonapiexample
- Owner: GetRighhttt
- Created: 2022-06-14T15:28:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T21:55:58.000Z (over 1 year ago)
- Last Synced: 2023-05-15T23:15:30.509Z (over 1 year ago)
- Topics: android, coroutines, livedata, mvvm, navigation, retorfit2, viewbinding, viewmodel
- Language: Kotlin
- Homepage:
- Size: 560 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigimonAPIExample
### Description :
One of the first apps I ever made! It just receives a response from
an API and returns a list of Digimon on the second fragment. Good demo
for those who are just getting started with Android.I added two horizontal recyclerviews to the main activity just
to make the main screen look a little better.### APP PREVIEW :
![2022-08-29](https://user-images.githubusercontent.com/105057858/187283105-b6c03d37-4792-4c2a-ade3-bb224b6f46ec.png)
![2022-08-29 (1)](https://user-images.githubusercontent.com/105057858/187283119-d3571458-39a1-4de2-aa14-204f0382a21d.png)