• Stars
    star
    1
  • Language
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

ToDo-Demo

ToDo is a demo app written in kotlin, created to demonstrate my experience using clean architecture with MVVM and androids Navigation Component for handling fragment transactions and passing arguments. I used room database for saving data to local database and Hilt for dependency injection.
Kotlin
1
star
2

Demo-App

Demo App that displays a list of items from a GET API call and displays items in fragment. This app summarises my variation of mvvm in separation of concerns and dependency injection.
Kotlin
1
star
3

Home-Monitor-Demo-App

Android app demo that monitors your home devices. Data managed extensively with room database.
Kotlin
1
star
4

Breaking-Bad-App-Demo

Demo app done in swift and swiftUi displaying detailed data gotten from open API https://breakingbadapi.com.
Swift
1
star
5

Verificate-Demo-App

Demo App for an Ongoing project
Kotlin
1
star
6

Movie-App-Demo

Demo App that displays lists of Latest, Trending and Upcoming movies using this open API: https://developers.themoviedb.org/3/getting-started/introduction. Data is stored is the device database and displayed to the user first, before fetching more data from API. This was achieved using the PageKeyedDataSource Android library, which helps you paginate a large set of data and display accordingly.
Kotlin
1
star
7

View-Binding-App

This App illustrates data binding with view model. I interact directly with views in my xml file from my view model by passing livedata into these views. The live data is then observed in my fragment and I update my view accordingly.
Kotlin
1
star