Reputation: 57
Is it possible to create a simple web browser for Android by using Monodroid? My objective is to create a browser that can display (lets say) sites like google.com. C# is my preferred language and I'm using Visual Studio 2010 ultimate (monodroid has been integrated with it).
Thanks in advance.
Upvotes: 0
Views: 203
Reputation: 26
Why do you want to build webbrowser? Did you check WebView control? - should be good enough to display websites on android.
Upvotes: 1