bsoeri's repositories
11-constraintlayout
ConstraintLayout is customizing the layout by dragging and dropping.
01-beer-adviser
Choose option, click button, show advice
02-messenger
Messenger 1 - Use Intent to send message to another activity
03-messenger-launcher
Messenger 2 - Use Intent to send message to app launcher
04-stopwatch
Stopwatch 1 - Timer. Timer stops when device rotates.
05-stopwatch-save
Stopwatch 2 - Timer continues when device rotates. Timer stops when switching apps.
06-stopwatch-stop
Stopwatch 3 - Timer continues when switching apps. Timer stops when disturbed by notification.
07-stopwatch-pause
Stopwatch 4 - Timer continues when disturbed by notification.
08-linearlayout
Typical LinearLayout; difference between 'view gravity' and 'layout_gravity'.
09-framelayout
FrameLayout stacks views.. (and LinearLayouts!)
10-views
Demonstration of views
login-sqlite
Android - Login and Register with SQLite