This shows you the differences between two versions of the page.
dapm:laboratoare:04 [2018/03/16 15:04] ioana_maria.culic |
dapm:laboratoare:04 [2020/02/28 17:00] (current) sabina.horincar |
||
---|---|---|---|
Line 27: | Line 27: | ||
More info : https://developer.android.com/reference/android/widget/GridLayout.html\\ | More info : https://developer.android.com/reference/android/widget/GridLayout.html\\ | ||
- | ====== Exercises : ====== | + | ====== Exercises ====== |
**X & 0 GAME**\\ | **X & 0 GAME**\\ | ||
Download the next 3 image and add them in your new project in the res/drawable folder (copy - paste) or create your own models: \\ | Download the next 3 image and add them in your new project in the res/drawable folder (copy - paste) or create your own models: \\ | ||
Line 147: | Line 147: | ||
((ImageView) gridLayout.getChildAt(i)).setImageResource(0) | ((ImageView) gridLayout.getChildAt(i)).setImageResource(0) | ||
} | } | ||
+ | \\ | ||
+ | **Ex 6 ** Make a login page for the game like in the last lab. | ||
\\ | \\ | ||
**BONUS** (only if you've done the exercises) \\ | **BONUS** (only if you've done the exercises) \\ | ||
- | 1. Make a login page for the game like in the last lab.\\ | + | 1. Change the colors and the background images as you like. |
- | 2. Change the colors and the background images as you like. | + | |
\\ | \\ | ||