Skip to content

antarikshc/Bluffpost

Repository files navigation

Bluffpost

API 19 Apache License

Bluffpost is a demo news application based on Android's MVVM architecture. This project is a playground for multi-module Android app with Dagger2 dependency injection and Jetpack Navigation library. It also uses Paging2 library for infinite scrolling.


Built with

  • Minimum SDK level 19
  • Coroutines + Flow for asynchronous work
  • Dagger2 for dependency injection
  • Android Jetpack
    • LiveData - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Navigation - Provides Navigation components
    • Paging - Load and display small chunks of data at a time
    • Room - abstraction layer over SQLite
  • Architecture
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Repository pattern
  • Retrofit - De-facto Network library for Android
  • GSON - Java serialization/deserialization library to convert Java Objects into JSON and back
  • Glide - Image downloading and caching library
  • Material-Components - Material design components like ripple animation, cardView

License

Designed and developed by 2020 antarikshc (Antariksh Chavan)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Multi-module Android app built with Dagger2, Jetpack Navigation, Coroutines Flow, Paging and Room based on MVVM architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages