Skip to content

A Tinder style Android news app based on MVVM Pattern.

Notifications You must be signed in to change notification settings

tingkaiwu/android-news-app

Repository files navigation

Tinder-Like News App (Android)

Overview

Tinder-Like News App is a Tinder flavor news app based on Google Component Architectural MVVM Pattern. In addition, I also implemented the bottom bar & page navigation using JetPack navigation component, and utilized MindOrks (PlaceHolderView) to support swipe gestures for liking/disliking the news. I built the Room Database with LiveData & ViewModel to support local cache and offline model. Integrated Retrofit and Rxjava to pull the latest news data backed by API from newsapi.org

Requirement

  • Android Studio

Installation

git clone [email protected]:tingkaiwu/android-news-app.git

Import the project to the Android Studio

Skills

  • Java
  • Android
  • MVVM Pattern
  • JetPack
  • Retrofit
  • RxJava2
  • Fresco

Structure

Releases

No releases published

Packages

No packages published

Languages