Skip to content

mikes16/applicasterTest

Repository files navigation

Applicaster News Feed

Applicaster media news feed show data loaded from a service using clean architecture and feature approach

Prerequisites

  • Android SDK v21
  • Latest Android Build Tools
  • Android Support Repository

Getting started

This sample uses the Gradle build system.

  1. Download the samples by cloning this repository. (See the options at the top of the page.)
  2. In Android Studio, create a new project and choose the "Import Android Studio project" or "Import Project" option.
  3. Select the applicasterTest directory that you downloaded with this repository.
  4. If prompted for a gradle configuration, accept the default settings. Alternatively use the "gradlew build" command to build the project directly.

External Libraries Used

  • Retrofit - A type-safe HTTP client for Android and Java.
  • Glide - A fast and efficient open source media management and image loading framework for Android.
  • Koin - A pragmatic lightweight dependency injection framework for Kotlin developers.
  • OkHttp - an HTTP client.
  • ExoPlayer - An application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet.
  • Gson - Java library for JSON serialization and deserialization.

Releases

No releases published

Packages

No packages published

Languages