Coder Social home page Coder Social logo

gustonecrush / android-suitmedia-mobile-test Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.43 MB

Project implements the concepts of Activity, Intent, etc. There are commands that require the use of the Retrofit library as well to consume the API

Kotlin 100.00%
android endless-scroll kotlin retrofit technical-test

android-suitmedia-mobile-test's Introduction

Android Suitmedia Mobile Test

ABOUT

This project was done as a test as a mobile developer at Suitmedia on the Merdeka Campus Batch 4. The project was ordered to be completed within 24 hours after redeeming the access code and working according to the instructions. Project implements the concepts of Activity, Intent, etc. There are commands that require the use of the Retrofit library as well to consume the API

START PROJECT

To get the completed code, clone the repo or download the repo

DESIGN

The design was provided by Suitmedia in the context of selection as a mobile developer.

API CONSUME

This application consumed the API from Reqres In Fake User

Get Users

Request :

  • Method : GET
  • Endpoint : /api/users
  • Header :
    • Accept: application/json
    • Autohorization: Bearer token
  • Query Param:
    • page: integer

Response :

{
  "page": "integer",
  "per_page": "integer",
  "total": "integer",
  "total_pages": "integer",
  "data": [
    {
      "id": "integer",
      "email": "string, email",
      "first_name": "string",
      "last_name": "string",
      "avatar": "string",
    },
    ...
  ],
  "support": {
    "url": "string",
    "text": "string",
  }
}

RESULT

  • First Screen Layout

  • First Screen Layout When User Click Next Button Without Fill Name Input

  • When Palindrom Input Value is Palindrom Word

  • When Palindrom Input Value is not Palindrom Word

  • Second Screen Layout

  • Loading Third Screen Layout

  • Third Screen Layout Just Half of Data is Showed

  • Third Screen Layout When All of Data is Showed

  • Second Screen Layout When User Select The User in Third Screen Layout

android-suitmedia-mobile-test's People

Contributors

gustonecrush avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.