Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weatherapp | 453 | 2 years ago | 1 | mit | Kotlin | |||||
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2) | ||||||||||
Reactiveweatherexample | 204 | 5 years ago | 1 | mit | Swift | |||||
A simple iOS weather app using the MVVM pattern and RxSwift framework. | ||||||||||
Weather Swiftui | 45 | 4 years ago | 4 | Swift | ||||||
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast! | ||||||||||
Weather App Android Mvvm | 31 | a year ago | Kotlin | |||||||
Simple MVVM practice repository for very very beginners. You don't need to know about Dagger, Coroutine or Rx for understanding MVVM and this project. To check the MVVM Architecture Bengali Tutorial visit my blog site | ||||||||||
Myweather | 31 | 3 years ago | Java | |||||||
App displays real-time weather updates for user's location and for other locations set by user. App uses MVVM with Repository pattern, dagger dependency injection, NetworkBoundResource, Navigation component, App widget, Alarm manager, and other Android JetPack components (Room, Viewmodel, Livedata) | ||||||||||
Kingweather | 19 | 4 years ago | 1 | mit | Kotlin | |||||
:cloud: 一个基于Jetpack构建的MVVM天气预报APP。你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame | ||||||||||
Tddweatherapp | 18 | 4 years ago | Kotlin | |||||||
Android App trying to apply TDD and using MVVM, Kotlin Coroutines | ||||||||||
Myweatherkotlinflow | 15 | 3 years ago | Java | |||||||
Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection | ||||||||||
Weatherapp | 13 | 3 years ago | Java | |||||||
AmapWeatherApp(高德天气):an amap-weather android app that implements MVVM architecture using LiveData, ViewModel, Room, DataBinding, WorkManager, and Retrofit2&Rxjava2. | ||||||||||
Metio | 9 | 5 years ago | mit | Objective-C | ||||||
iOS app that displays your local weather in a simple, intuitive language |
Retrieve Weather Information from CurrentWeatherData API to show an example concepts of MVVM and Kotlin
The weather information retrieved from https://openweathermap.org/api > CurrentWeatherData API and Display the data in a list.
Click image to download the application
Any questions:Please feel free to contribute by pull request, issues or feature requests.
Copyright 2018 Mehmet Burak Akgün
Licensed 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.