+ 2
How to develop the UI for touch scree device?
Give some tutorials to try
2 Antworten
+ 2
depends (among other factors) on the language you want to use.
if do web development e.g. (html, css, js) there is not much difference for touch or mouse input.
maybe you can make your question more specific. like what you want to build and how touch is special in that case.
+ 1
hammer.js might interest you for the web world.
it enables you to work with touch gestures like pinching, rotating and double tabs.
check out their website