dgfigueroa29 / CoffeeGrinder-Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoffeeGrinder-Android

Pre-requisites

  • Android Studio v4.2 (or 2020.03.1) or greater

Requirements

Write a mobile application that meets the following requirements:

  1. A screen that displays a list of items from the following endpoint https://videotutoriale.com/coffee/coffee.php
  2. Displays a detail screen when an item is clicked by passing the item's ID to the endpoint like this https://videotutoriale.com/coffee/coffee.php?id=8.

The use of 3rd party libraries is acceptable.

Included/Configured Modules/Libraries

  • Coroutines
  • Material Design
  • ConstraintLayout
  • ViewModel
  • LiveData
  • RecyclerView
  • Room
  • Hilt
  • Glide
  • Retrofit w/GSON
  • CardView

About


Languages

Language:Kotlin 100.0%