https://github.com/tientham/weather-showcase
Weather showcase - demostrates current Android Architecture using Android development best practices.
https://github.com/tientham/weather-showcase
androidx dagger2 jetpack kotlin mvvm navigation-architecture-component room
Last synced: about 1 year ago
JSON representation
Weather showcase - demostrates current Android Architecture using Android development best practices.
- Host: GitHub
- URL: https://github.com/tientham/weather-showcase
- Owner: tientham
- Created: 2019-09-17T10:11:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T20:00:35.000Z (over 6 years ago)
- Last Synced: 2025-02-12T01:40:58.379Z (over 1 year ago)
- Topics: androidx, dagger2, jetpack, kotlin, mvvm, navigation-architecture-component, room
- Language: Kotlin
- Homepage:
- Size: 567 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather Showcase
=========================
The weather showcase app illustrating current Android Architecture state using Android development best
practices.
Technique
------------
The application uses Clean Architecture based on MVVM and Repository patterns. Implemented
Architecture principles follow Google recommended [Guide to app architecture](https://developer.android.com/jetpack/docs/guide).
You can find following features inside this sample project:
- **KOTLIN**
- **MVVM**
- **ROOM DATABASE**
- **LIVE DATA**
- **DAGGER2**
- **NAVIGATION**
- **ANDROID X**
Notes
------------
Application is under development and in early state of its ALPHA version.
Weather Api is taken from: https://openweathermap.org/api.
Images
------------

License
------------
Copyright 2019 Minh Tien TO (tien.tominh@gmail.com).
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.