AndroidTicWatchE3
-WEAR OS API 28 in Kotlin Android Studio- [CODE SNIPPETS]
TicWatch E-3 Virtual Star Pet
Features:
Daily Background Change
Holiday Modes
Animated Sprite Character
Ambient Mode with User Data
Holiday Mode Samples:
Halloween
Christmas
Chanukah
Valentine's Day
Chinese New Year
Easter
Saint Patrick's Day
Cinco De Mayo
Season Mode Samples:
Spring
Summer
Fall
Winter
Ambient Mode:
Color to Black and White:
Color to Calendar:
Animation Mode Samples:
Birthday Surprise Mode:
Animated Sprites Synced with Time:
Contents:
[NOT A FULL PACKAGE - ONLY CONTAINS CODE SNIPPETS TO PROTECT CREATOR AND ARTIST PROPERTY]
Contents | Description |
---|---|
AndroidManifest.xml | Extra Code to bypass security to make the workflow better on Simulation Device |
MyWatchFace.kt | Kotlin/Java Code for Changing Background, using Clock rotation animations, samples BG colors |
MyWatchFaceUtils.kt | Unit Test Utils |
MyWatchFaceTest.kt | Unit Test Backgrounds and Dates |
Animated.xml | Used only to Preview Animations, not in final Code |
Star.xml | Used to Preview Layout , not used in final Code |
PNG Files | No Drawables or APP Art is included on Github |
Connect Device with Android Debug Bridge :
Terminal Command: adb devices
Terminal Command : adb forward tcp:[#### localhost number] localabstract:/adb-hub
Terminal Command : adb connect localhost: [#### localhost number]