https://developer.android.com/develop/ui/compose/setup
https://developer.android.com/courses/pathways/android-basics-compose-unit-5-pathway-1
get quick env setup
https://reactnative.dev/docs/set-up-your-environment?platform=android
https://developer.android.com/develop/ui/views/appwidgets
do widgets require a widget host? A: no that is for home screens https://developer.android.com/develop/ui/views/appwidgets/host
https://developer.android.com/develop/ui/views/appwidgets/overview
entry point - https://www.reddit.com/r/androiddev/comments/64sp8f/the_code_templates_in_android_studio_are_a_great/
(old) - https://github.com/android/views-widgets-samples/tree/main/CardView
(new) - https://github.com/android/platform-samples/tree/main/samples/user-interface/appwidgets
TODO list
- ✅ get hello world android app working
- get hello world react native android app working https://reactnative.dev/docs/set-up-your-environment
- look for example projects...
- try to get one of them working....
Glance setup:
where is jetpack compose template?
https://stackoverflow.com/a/76303643/5283424
then ...
https://developer.android.com/jetpack/androidx/releases/glance
then ...
https://developer.android.com/develop/ui/compose/glance/setup
then ...
https://developer.android.com/develop/ui/compose/glance/create-app-widget
try one more time: (compose tutorial)
https://developer.android.com/develop/ui/compose/setup
https://developer.android.com/develop/ui/compose/tutorial