vishal1337 / Events

Show City Events using Paytm Insider API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events using Paytm Insider APIs

Poc app which showcases Events in a city using Paytm Insider APIs

Download APK to try the App

Event List Offline State

Highlights

  • MVVM Architecture - To Organize Code
  • Kotlin - Language used to write this Project
  • Coroutines - To make use of suspend functions while making API calls
  • Retrofit - Network Library
  • Glide - Image Loading Library
  • GSON - Json Parsing Library
  • Timber - Used for Logging
  • Data Binding - To avoid boilerplate and attach the View to LiveData directly.
  • LiveData - Observable data holder class
  • ViewModel - to store and manage UI-related data in a lifecycle conscious way
  • Dagger2 - For Dependency Injection

About

Show City Events using Paytm Insider API


Languages

Language:Kotlin 100.0%