Android UI : from html to XML

Aliergenfrafe

New Member
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 !
 
Back
Top