Skip to content

Android apps showing News Article from newsapi.org

Notifications You must be signed in to change notification settings

imamsulthon/Wartasatu

Repository files navigation

Wartasatu

Simple News Headlines apps from News API data source (https://newsapi.org/docs/endpoints/top-headlines)

Developer: Imam Sulthon (imamsulthon@gmail.com)

This Android apps was developed in order to fulfill technical test for Android Developer job at PT. Ako Media Asia (Salt)

Libraries:

  • Hilt - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
  • Retrofit - Type-safe http client and supports coroutines out of the box.
  • GSON - JSON Parser,used to parse requests on the data layer for Entities and understands Kotlin non-nullable and default parameters.
  • OkHttp Logging Interceptor Logs HTTP request and response data.
  • Coroutines - Library Support for coroutines.
  • Flows are built on top of coroutines and can provide multiple values. A flow is conceptually a stream of data that can be computed asynchronously.
  • Paging3 The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently
  • Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
  • Mockk Provides DSL to mock behavior. Built from zero to fit Kotlin language. Supports named parameters, object mocks, coroutines and extension function mocking.

Noted to Reviewers: This apps may not designed in fancy looks, my focus on developing this is to design domain, data layer as clean as possible following modular and SOLID Principle.

You can check out my another mini project in recent 3 months