8000 GitHub - imamsulthon/beritasatu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imamsulthon/beritasatu

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)

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.
  • FlexBoxLayout is a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
  • 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

Releases

No releases published

Packages

No packages published

Languages

0