Skip to content

This is an Android app written in kotlin language, it implements offline first functionality which means it cache the results offline to provide a great user experience when internet access is limited.The app fatches blog posts from firebase realtime database and the data is catched in the app using Room persistant libraly. The main idea of the …

Notifications You must be signed in to change notification settings

Kanyandula/Malawi

Repository files navigation

Travel Blog

This is an Android app written in kotlin language, it implements offline first functionality which means it cache the results offline to provide a great user experience when internet access is limited.The app fatches blog posts from firebase realtime database and the data is catched in the app using Room persistant libraly. The main idea of the app was to give tourist first had information about best places to visit which are owned by small business in towns and cities.The app is still in production.

| | |

Features:

  • Model-View-ViewModel (MVVM) architecture with Jetpack ViewModels and the repository pattern |

  • Database caching Room

  • Monitoring Network Connectivity

  • Process Death

  • Dependency Injection HILT

  • Kotlin Flow

  • Pagination with Paging 3 and RemoteMediator

Data

The data for this app is fetched from Firebase Realtime Database which gets post from a NodeJs web app connected to the same Firebase Realtime Database. The web app has users who post their blogs on it.

Connect with Me

About

This is an Android app written in kotlin language, it implements offline first functionality which means it cache the results offline to provide a great user experience when internet access is limited.The app fatches blog posts from firebase realtime database and the data is catched in the app using Room persistant libraly. The main idea of the …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages