Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there an iUI for the Android

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?

like image 428
Mark Eggers Avatar asked Jan 24 '10 12:01

Mark Eggers


2 Answers

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

like image 36
Remi Grumeau Avatar answered Sep 20 '22 16:09

Remi Grumeau


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.

like image 58
itsadok Avatar answered Sep 20 '22 16:09

itsadok