Computer Science, asked by TOUFICKMONDAL, 5 months ago

Which file acts as the frond-end of your application ?​

Answers

Answered by nandnij486
1

Answer:

A front end is the presentation layer of your application. It’s often described as all the stuff the user sees, but more generally, it’s any code that’s responsible for efficiently displaying data to the user. So, the front end includes building intuitive and pleasant interfaces, as well as efficiently storing, presenting, and updating data received from the back end or API.

A front-end framework is a scaffold for building your front end. It usually includes some way to structure your files (for example, via components or a CSS preprocessor), make AJAX requests, style your components, and associate data with DOM elements.

Answered by travelpasport
0

Answer:  activity_main.xml

Explanation:

Similar questions