Android App Development: Difference between revisions
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
See https://developer.android.com/get-started | See https://developer.android.com/get-started | ||
==Architecture== | |||
Android apps are made of Activities https://developer.android.com/reference/android/app/Activity | |||
For native Android apps, there are two current approaches to building out the UI: | |||
* Traditional Android apps are made using views were the layout is stored in an XML file and each component is a view with it's own class. | |||
* Compose apps are made using Jetpack Compose. Compose components are functions similar to React functional components. | |||
==Views== | |||
==Compose== | |||
==AGSL Shaders== | |||
See https://developer.android.com/develop/ui/views/graphics/agsl | |||
==Camera 2 API== | ==Camera 2 API== | ||