Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 361 Bytes

SimpleCRUD Android App using API request

A simple CRUD app in Android Kotlin. It uses API request to perform CRUD. All data are being saved on the database including image through API... image is converted to Base64 encoded string.

Features

  • Login
  • Register
  • Dashboard
  • Add New User
  • Remove User
  • View User Info
  • Update User Info
  • Update Profile