Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.67 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.67 KB

Upcoming project - Kafka

An app for browsing, reading, or listening to (audio)books.

https://github.com/vipulyaara/Kafka



Homepage Book Detail

Foodie

Demo application to show food outlets around user.

Architecture

This app focuses on scalable, flexible and reactive app architecure. It can even be "too much code" (e.g. dependency injection) for an app this size, but it is meant to be scaled well.

It is a version of MVVM with interactors as an additional layer to enhance re-usability. The app uses following frameworks

  • Coroutines (throughout the data layer; for thread switching)
  • Livedata (between ViewModels and Fragments)
  • RxJava2 (enabling reactiveness on data layer)
  • Room
  • Paging Library (for pagination and integration with room)
  • Epoxy - Epoxy is a very flexible framework developed by Airbnb. We use it with recyclerView for any kind of data that can be presented in a list format (e.g. venue detail fragment)
  • Kodein (KOtlin DEpendency INjection)
  • Retrofit2
  • Klint (code formatter for Kotlin)

final-architecture

TODOs

  • Styling and theming are not as good as they should be. Also working on a scene using motion layout.



Nearby Venues Venue Detail
Empty State Permission popup