- MyFirstApp
- BeerAdviser
- Messenger
- Stopwatch
- DrinkExercise
- Layouts
- RelativeLayout
- below
- align_left
- etc ...
- LinearLayout
- Orientation
- Hint
- Weight
- Gravity
- Layout Gravity
- GridLayout
- Column count
- layout_row
- layout_column
- column_spam
- RelativeLayout
- ViewGroup
- View review
- TextView
- use
sp
(scale-independent pixels) to define textSize
- use
- EditText
inputType
- Button
onClick
drawable
- image
- ToggleButton
textOn
andtextOff
onClick
- Switch
textOn
andtextOff
onClick
- CheckBox
onClick
- RadioButton
Orientation
onClick
- Spinner
entries
(string array)
- ImageView
- app/src/main/res/drawable - default folder
- Different images according to the device dpi
- android-ldpi
- mdpi
- hdpi
- etc
src
contentDescription
- ImageButton
src
onClick
- ScrollView | HorizontalScrollView
- This becomes the root element (put the properties of the layout)
- Toasts
makeText
show
- TextView