1

I want to make an application which can automatically detect & load different UIs for the desktop browser and mobile browser.

I'm looking for some easy and automatic way to do it. I wonder if there exist any web application framework which support this feature for their pre-defined UI widget? So that I can just focus on the functionality of the website and forget the cross-platform stuff.

all platforms and languages are okie.

Chan Le
  • 2,184
  • 3
  • 23
  • 33

2 Answers2

1

Spring-MVC, especially with the spring-mobile extension can do that. It's Java (You didn't specify language or platform), and perhaps it will be usable with groovy/grails.

Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
0

Check out this very popular question: Auto-detect mobile browser

Community
  • 1
  • 1
DOK
  • 32,337
  • 7
  • 60
  • 92