Android Studio Tutorial For Beginner #3: Application Components
Android Studio Tutorial For Beginner #3: Application Components
Application component consists of essential building blocks to develop an android application. These components should be added in the manifest file. Understand manifest.xml and resources here.
[embedyt] https://www.youtube.com/watch?v=7UhGz4OD4AI%5B/embedyt%5D
Components
Activity:It contains layout file and Java code to handle both user interaction and functionality on an application.…
View On WordPress















