Can anyone tell me where I can find a list of Browser capabilities for the Android platform? I need to construct a .Browser file for it as part of my ASP.Net MVC3 project.

Some links would be much appreciated.

Thanks Gineer

Update: I've looked at both 51degrees.mobi and WURFL. These seem overkill for my requirements. Additionally company policie prohibits the use of Open Source software. I know WURFL have a commercial license available, but then the costs become prohibitive for our requirements.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You should really use the 51 Degrees.Mobi dll's <-- Link to Nuget Package

It is based on the WURFL database and will provide you with the best available list of browser capabilities.

Or you could just use the WURFL .Net API directly.

UPDATE:

I wouldn't consider using WURFL overkill for your needs. There are hundreds of different Android devices with dozens being added every couple of months. Google is activating 500,000+ Android devices EVERY DAY!

Even if you build the browser file yourself, it will be obsolete in a few months.

Tell your employer that it will take you less time to use the aforementioned components than it did to write this question on SO.

link|improve this answer
I've looked at both 51degrees.mobi and WURFL. These seem overkill for my requirements. Additionally company policie prohibits the use of Open Source software. I know WURFL have a commercial license available, but then the costs become prohibitive for our requirements. – Gineer Aug 3 '11 at 12:40
1  
@Gineer - I have worked at companies where they have such draconian policies. However, if you come back with a well prepared and reasoned argument they may bend. Here are the key points: 1.) Microsoft is no longer providing updated browser files 2.) WURFL is the best source of browser capabilities, and therefore you would probably need to use it to build your browser file 3.) Keeping this up to date would incur a huge development cost and overhead 4.) Using WURFL would eliminate that cost, and save the company money – Josh Aug 3 '11 at 13:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.