sunday58 / MyArticleApp

A Simple app to display list of popular articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyArticleApp

An app that displays list of Popular articles from The New York Times

Technology Used

  • Kotlin
  • MVI (Architecture)
  • Coroutine
  • flow
  • Room
  • Skydove
  • Retrofit
  • Hilt
  • Glide
  • Junit
  • Espresso
  • SonarQube

How to Install and Run MyArticleApp

STEPS

  • Download or clone the project using this link https://github.com/sunday58/MyArticleApp.git.
  • Open the project using your favorite editor (Android Studio Preferable).
  • Allow the project to sync and download all dependencies.
  • Visit https://developer.nytimes.com/ click on getStarted to create an account, visit myApp and use the package name from this cloned project.
  • After successfully adding an App, you will be assigned an API_KEY.
  • On this project, navigate to "local.properties" and add your API_KEY.
  • Rebuild project and run on Physical device or Emulator.

MIT License

Copyright (c) [2022] [David Sunday]

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.

About

A Simple app to display list of popular articles

License:Apache License 2.0


Languages

Language:Kotlin 100.0%