Skip to content

A simple native android application using MVVM architecture and Paging adapter to view beer details from the famous 'Punk API V2'

Notifications You must be signed in to change notification settings

AIprototype/Biir---Beer-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba0658f · Feb 14, 2024

History

16 Commits
Feb 14, 2024
Jul 27, 2021
Jul 26, 2021
Jul 26, 2021
Jul 27, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Feb 14, 2024
Jul 26, 2021

Repository files navigation

Biir---Beer-Dictionary

A simple native android application using MVVM architecture and Paging adapter to view beer details from the famous 'Punk API V2'

It uses MVVM architecture, along with the latest paging adapter 3. The 2 fragments are connected using the navigation graph of the navigation component. For API calls I have used coroutines along with coroutine flow to allow for uninterrupted flow of data from api.

Dev stack used: Kotlin Dagger 2 Data Binding Coroutines/Flow MVVM architecture