Reputation: 423
I've developped an application using XML Eclipse tool too build my UI. Now, i'd like to use a tool like Axure to create a "nicer" interface. My problem is : is there an easy way to switch from XML to HTML (because Axure is producting HTML file from Wireframe design) ? And if not, how to "plug" HTML file to the existing application (which is using R.layout.xxx or R.id.xxx to access displayed elements).
I'm quite new in Android by the way... thanks !
Upvotes: 0
Views: 4014
Reputation: 10011
You can't really do what you describe. The way Android layout is specified in XML cannot be compared at all to HTML for websites. Besides, Axure is a mock-up tool. It creates interactive mockups and prototypes - not final solutions for anything.
If you really want to use Axure, perhaps you would want to go for web apps with something like PhoneGap - they are written in HTML and JavaScript, but have less possibilities.
Upvotes: 1