Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Tags: codeschool/TryAndroid-CandyCodedSampleApp

Tags

Level-4

Toggle Level-4's commit message
Added a Toast when the Activity starts. Added a click listener to the…

… ListView that displays a Toast with the item position in the list

Level-3

Toggle Level-3's commit message
Created the ListView, ArrayList, and ArrayAdapter. Then we attached t…

…he ArrayAdapter to the ListView.

Level-2

Toggle Level-2's commit message
Created Java code to update the text of the TextView when the app is …

…running

Level-1

Toggle Level-1's commit message
Updated the TextView text property to be "Products" and textSize to b…

…e 24sp. Also saved these values as Resources.