Skip to content

This project is about a simple listview display with images having https url.

Notifications You must be signed in to change notification settings

Asad-noor/HttpsImagesParsing

Repository files navigation

About this project

A list of users will be displayed in the app coming from a backend server using REST API

Features:

  1. Display a list of users.
  2. Each cell or item will contain 4 information: - First name - Last name - Mobile number - Profile image

Specifications:

Sample User JSON data,

{
      "id": 1719844608,
      "firstName": "Johnnie",
      "lastName": "Jonathan",
      "phones": {
        "home": "524-789-3468",
        "mobile": "691-772-7392"
      },
      "email": [
        "[email protected]",
        "[email protected]"
      ],
      "dateOfBirth": "1999-05-19T00:00:00.000Z",
      "registered": true,
      "gender": "female",
      "photo": 41
}

About

This project is about a simple listview display with images having https url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages