Kizspy | Question: 36
(Choose 1 answer)
What is the correct sequence of the 6 phases of the application development process?
1: Build and run the app on real and virtual devices. Use the default build configuration or create custom builds
for different versions of your app.
2: Write code using the Java programming language. Create source code for all of the app's components.
3: Define a layout for each screen that has UI elements. You can place UI elements on the screen using the
layout editor, or you can write code directly in the Extensible Markup Language (XML).
4: Test and debug the app's logic and UI.
5: Create the project in Android Studio and choose an appropriate template.
6: Publish the app by assembling the final APK (package file) and distributing it through channels such as
Google Play.
A. 1,2,3,4,5,6
B. 3,1,2,4,5,6
C. 1,2,3,4,5,6
D. 5,3,2,1,4,6