https://github.com/nbadiganti/android-mvvm-boilerplate-project
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository
https://github.com/nbadiganti/android-mvvm-boilerplate-project
android android-room-persistence-library boilerplate-application livedata mvvm-architecture openweathermap-api retrofit2 viewmodel-pattern weather-app
Last synced: about 2 months ago
JSON representation
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository
- Host: GitHub
- URL: https://github.com/nbadiganti/android-mvvm-boilerplate-project
- Owner: nbadiganti
- Created: 2017-11-22T07:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T13:16:21.000Z (over 3 years ago)
- Last Synced: 2025-01-14T07:47:38.197Z (4 months ago)
- Topics: android, android-room-persistence-library, boilerplate-application, livedata, mvvm-architecture, openweathermap-api, retrofit2, viewmodel-pattern, weather-app
- Language: Java
- Size: 176 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANDROID-MVVM-Boilerplate-project
It helps you to understand MVVM structure in android using ROOM, LiveDate, Database or API repository1. Create a account in openweathermap website to get API key http://openweathermap.org/
Place your api in Constants.java file.