Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 767 Bytes

File metadata and controls

34 lines (23 loc) · 767 Bytes

Article

New York Times API Implementation project in android.

preview

Screenrecording_20220831_022609.mp4

Keywords

  • MVVM
  • Retrofit
  • DataBinding / ViewBinding
  • API Implementation
  • Day/Nigth themes

Project Setup

clone this project using the following command.

git clone URL
cd article 

now open the article in android studio.

open gradle.properties file and add your api-key as

API_KEY = "YOUR API KEY"

build the project and open java/com/android/articles/ArticleParcelableTest.kt to run the test on ArticleParcelable.

open java/com/android/articles/retrofit/ArticleAPITest.kt to run the test on ArticleAPI.