Android App Development: Difference between revisions

No edit summary
No edit summary
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:
* 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==


==Camera 2 API==
==Camera 2 API==