Android Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
;Common Andriod Views Cheatsheet | ;Common Andriod Views Cheatsheet | ||
:https://github.com/tuanavu/udacity-course/blob/master/android_basics/1_user_interface/Common%20Android%20Views%20Cheat%20Sheet.pdf | :https://github.com/tuanavu/udacity-course/blob/master/android_basics/1_user_interface/Common%20Android%20Views%20Cheat%20Sheet.pdf | ||
== Messaging == | |||
;Reliable message processing with WakefulBroadcastReceivers | |||
:https://plus.google.com/+AndroidDevelopers/posts/Ma7jVyYkRik | |||
== UI == | |||
aka Layout | |||
=== Text === | |||
android:textSize="45sp" | |||
;who knows how long this link will last: | |||
:https://material.io/design/typography/the-type-system.html#applying-the-type-scale | |||
=== Colour === | |||
https://material.io/tools/color/#!/?view.left=0&view.right=0&primary.color=FFB300&secondary.color=33691E |
Latest revision as of 15:34, 22 May 2018
- Android Basics
- User Interface
- https://classroom.udacity.com/courses/ud834
- Free course
- Guide to layout
- https://material.io/design/layout/understanding-layout.html
- Common Andriod Views Cheatsheet
- https://github.com/tuanavu/udacity-course/blob/master/android_basics/1_user_interface/Common%20Android%20Views%20Cheat%20Sheet.pdf
Messaging
- Reliable message processing with WakefulBroadcastReceivers
- https://plus.google.com/+AndroidDevelopers/posts/Ma7jVyYkRik
UI
aka Layout
Text
android:textSize="45sp"
- who knows how long this link will last
- https://material.io/design/typography/the-type-system.html#applying-the-type-scale