TktkOkym / AndroidJetpackGoogleSearch

Simple Android App using Google Custom Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Jetpack with Google Search API

Features

  • Home Page with Tablayout
  • Item List page with pagination, smooth scrolling
  • Item Detail Page
  • Viewed Item Page with delete all item button

API

Android JetPack

  • Navigation Architecture Components with Single Activity Concept
  • LiveData
  • ViewModel
  • Room
  • DataBinding
  • AndroidX
  • Paging
    • Used Unbounded List and PositionalDataSource. Referenced Google Sample
  • Coroutine - call api calls / access disks on background thread

Other Libraries

  • Dagger2
  • Retrofit
  • Glide

TODO

  • Dark-Mode
  • Add unit tests

Screenshot

About

Simple Android App using Google Custom Search API

License:Apache License 2.0


Languages

Language:Kotlin 100.0%