2.5.3 Question
Multiple Choices
You are modifying an 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 should you do? (Choose all that apply.)
- A. Run the Install-Package jQuery.Mobile.MVC command using the Package Manager console.
- B. Create a viewport and use @media queries to make styles that are specific for Android.
- C. Create corresponding mobile views for the project targeted toward Android.
- D. Modify the Web.config file in Shared views in the project to add in support for other browsers.