Skip to content

ACM-SNU/projects-android-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SNU ACM Projects | Android Task

The task is to create an Android application that displays two text fields and an image inside a card view. The app should parse a remote JSON file to fetch the text field values and the image URL. There are two items in the JSON file and the contents of each one of them should be displayed in a separate card view.

The JSON file that the app should parse: https://raw.githubusercontent.com/ACM-SNU/projects-android-task/master/json/details.json

The following is the structure of the JSON file for your reference:

{
  "items": [
    {
      "title": "string",
      "sub": "string",
      "image": "string",
    },
    ...
  ]
}

The result should look close to the following wire-frame:

Submissions Guidelines

Please fork this repository and edit the below section, with your project URL. Send us a pull request as soon as you are done with the task!

Submissions

About

SNU ACM Projects Android Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •