Skip to content

Android App displays data from ​Punk API,​ an open-source API that displays detailed information on delicious craft-beer.

Notifications You must be signed in to change notification settings

samdanTetteh/PunkApp

Repository files navigation

Punk-APP

Android App displays data from ​Punk API,​ an open-source API that displays detailed information on delicious craft-beer.

Description

I worked on this app to implement androids recommended architecture for building android mobile apps. This project makes use of the MVVM architecture model with androids JETPACK libraries such as ACTIVITY, APPCOMPACT, DATABINDING, FRAGMENT, LIFECYCLE, NAVIGATION, ROOM, and PAGING. There are alot more JETPACK libraries which are not in use in this project mostly because of the project requirements but you can find all here https://developer.android.com/jetpack

Punk Api Documentation

Punk Api V2 Documentation

Requirements

Features

  • Implementation of android MVVM Architecture Pattern.
  • Data single source of truth implementation and google suggested practice for code separation using Repository Architecture.
  • Functional programming implementation by observing to data changes with LiveData.
  • Using ViewModel to serve as the bridge between datasource and UI. ViewModel implementation also makes sure data is not lost during configurations changes as its lifecycle aware.
  • Data persistance with Room.
  • Managing of asynchronous calls using Kotlin Coroutines.
  • Display list with RecycleView and data binding with Paging Library.

Testing

Screenshots

Splash Screen List Screen with paging Details Screen

Releases

No releases published

Packages

No packages published

Languages