views:

715

answers:

3

Hi,

Im developing for both iPhone and Android. For iPhone im using iUI to show what the user interface would look like from a browser. Does anyone know if there is a similar javascript/css library which would allow me to mock up the Android interface?

+1  A: 

How about Titanium (http://www.appcelerator.com/) ? I use it for both iPhone & Android development.

Cahya Dewanta
Im actually using that to do the development on the phones themselves but need an admin page on an ordinary web site that can simulate what the controls would look like on android and iphone.
Mark Eggers
+1  A: 

I think you can just use iUI. This guy has an Android theme for iUI - go to Theme Switcher and select Android to see what it looks like.

Not sure what the license is on the css. You should probably ask him.

itsadok
A: 

Im developing for both iPhone and Android. For iPhone im using iUI to show what the user interface would look like from a browser.

Hi! Good choice :)

The Android theme for iUI is not perfect to me but you can use it at its current state. This theme is now part of the iUI official source tree so feel free to grab it using Hg on the Google code project page. Since it's now part of iUI, it's released under New BSD license.

Does anyone know if there is a similar javascript/css library which would allow me to mock up the Android interface?

http://code.google.com/p/iui/source/browse/#hg/web-app/iui/ext-sandbox/t/android Have fun :)

Im actually using that to do the development on the phones themselves but need an admin page on an ordinary web site that can simulate what the controls would look like on android and iphone.

Then you should also dynamically replace all form elements with custom designed divs, for both iPhone and Android.

Remi

Remi Grumeau