1
Answer

Building a native android and windows app using C#

Samson Nota

Samson Nota

7y
246
1
How can i make my app to run displaying the website view in both native apps using C#
i'm an entry level C# coder i do web development at school someone asked me to help him with C# project , he wants his website to open inside the app that will be developed using Xamarin Forms, 
Answers (1)
0
Manikandan Murugesan

Manikandan Murugesan

NA 20.5k 98.9k 7y
Refer the link for creating the browser app and display the web pages :
https://developer.xamarin.com/recipes/android/fundamentals/intent/open_a_webpage_in_the_browser_application/ 
Accepted