4
Reply

You are modifying as ASP.NET MVC web application for a client. The client requires that the application must be viewable on Android devices in a UI format native to the device. What will you do?

    Add a meta tag in head section https://www.w3schools.com/css/css_rwd_viewport.asp

    We should design that UI as responsive by which we can view it in android application in a good manner. To make responsive the application bootstrap is a good platform.

    we have to create responsive views so that it can easily viewable neatly based on the screen size and resolution

    For this we shall Have to create corresponding mobile views for the project targeted toward Android Devices e.g Mobile....!.