Skip to content

robertlevonyan/composable-news

Repository files navigation

    Composable News

A demo news app created with Jetpack Compose

API

NOTE!

The app is using public News API provided by newsapi.org

To make the app work, please sign up to get a news API Key. Then place it in the local.properties file with name NEWS_KEY.

E.g. NEWS_KEY="123ddffaac245e553e6bcd05"

For the weather the app is using the openweathermap.org

To see the weather in the app, please sign up to get a weather API Key. Then place it in the local.properties file with name WEATHER_KEY.

E.g. WEATHER_KEY="af1122cf345556v907c8805"

UI & libraries used in the project

Screenshots

Libraries

Purpose Library Version
Asynchrony Coroutines 1.5.2
Network requests Ktor 1.6.3
Dependency Injection Hilt 2.38.1
Hilt Navigation Compose 1.0.0-alpha03
In app navigation Navigation Compose 2.4.0-alpha10
Pagination Paging Compose 1.0.0-alpha13
Image loading Coil 1.4.0
Animations Lottie 4.1.0
Chips Material Chip View 3.0.0-beta06

Contact

Licence

MIT License

Copyright (c) 2021 Robert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.