Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guolindev/sunnyweather
An open source weather application for Android platform as the practice project in "First Line of Android" of Chapter 15.
https://github.com/guolindev/sunnyweather
Last synced: 6 days ago
JSON representation
An open source weather application for Android platform as the practice project in "First Line of Android" of Chapter 15.
- Host: GitHub
- URL: https://github.com/guolindev/sunnyweather
- Owner: guolindev
- License: apache-2.0
- Created: 2019-10-14T13:42:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T03:07:59.000Z (over 4 years ago)
- Last Synced: 2024-12-26T09:08:07.241Z (14 days ago)
- Language: Kotlin
- Homepage:
- Size: 1.45 MB
- Stars: 160
- Watchers: 5
- Forks: 158
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SunnyWeather
SunnyWeather is an open source weather application for Android platform as the practice project in "First Line of Android" of Chapter 15.
All the places and weather apis are provided by Caiyun Weather.
Codes are written in Kotlin with MVVM structure and Jetpack components.
This project is for studying purpose only.
## License
```
Copyright (C) SunnyWeather Open Source ProjectLicensed 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 athttp://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.