Which file acts as the frond-end of your application ?
(A) MainActivity.java
(B) BuildConfig.java
(C) activity_main.xml
(D) strings.xml
Answers
Answered by
3
Answer:
The front end is written using XML. I have never used XML before, but it is very similar to HTML in that it is a markup language that uses nested tags as its programming structure. Android uses several XML files to create the app's front end.
Explanation:
please mark me as brain list
Similar questions