Skip to content

ethand91/compose-api-tutorial

Repository files navigation

compose-api-tutorial

Simple Android Compose API Example

The code requires json-server with a data.json file containing the following:

{
  "users": [
    {   
      "id": 1,
      "profile": {
        "age": 20, 
        "name": "Ethan",
        "email": "example@email.com"
      }   
    }   
  ]
}

Releases

No releases published

Packages

No packages published

Languages