/BestHackerNewsApp

Another HackerNews app which happens to work offline

Primary LanguageKotlin

Offline Hacker News App

  • It has been written 100% in Kotlin. ❤️
  • Patterns and frameworks
    • MVP
  • Dependency Injection
  • Database
    • Realm is used to persist data and acts as Single Source of truth for all data related queries.
  • Remote Call APIs
  • Communication between app layers
    • RxJava2 and RxAndroid for interacting between view layers, pagination and local database.