Foreksty is a simple and nice looking android application that provide weather information. It can provide currently, daily and weekly weather update. User can set notification time for getting weather update via notificaiton.
Foreksty use Darksky API for weather data source. It is developed by using kotlin and android architecture components like LiveData, ViewModel, Room, Navigation. Following google's MVVM(Model View ViewModel) architecture which enhances separation of concerns. For injecting
dependencies use Kodein, caching data using Room Persistence library and async task manages using kotlin coroutines.
Current Weather | Today's Weather |
---|---|
Week Weather | Settings |
---|---|
- Choose weather location or get weather for current location.
- Currently, Daily, Weekly weather information.
- Weather update notification.
- Offline caching, user can view previous fetch data without internet connection.
- Two unit systems for weather information.
- Support multiple language.
- Constraint Layout
- Card View
- Recycler View
- Navigation Component
- Room Persistence Library
- Retrofit
- Preference
- Kodein-DI
Md. Imam Hossain Johny email: ihjony23@gmail.com
Copyright 2019 Imam Hossain
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.