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:
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!
- @priyanshrastogi - https://github.com/priyanshrastogi/SNU-ACM-Android-Task
- @pl366 - https://github.com/pl366/ACMandroid