diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-12 16:15:00 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-12 16:15:00 -0700 |
commit | dcdf008c1e83af4ba0509736a389522a71797264 (patch) | |
tree | d22b7b9618fbec7cf61c230970587e592315ea9a /README.md | |
parent | a92a71a490f875bb30cef1db933d2a172bf8a653 (diff) | |
download | kau-dcdf008c1e83af4ba0509736a389522a71797264.tar.gz kau-dcdf008c1e83af4ba0509736a389522a71797264.tar.bz2 kau-dcdf008c1e83af4ba0509736a389522a71797264.zip |
Add start activity
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ The canvas also supports color fading and direct color setting so it can effecti > Extends Activity * Restart an activity > Extends Context +* Start Activity using the class, with optional intents and stack clearing * Create a toast directly * Get resource values through `.color(id)`, `.dimen(id)`, `.drawable(id)`, `.integer(id)`, `.string(id)` * Get attribute values through resolve methods |