Вопрос

I want to learn designing android UI and implementation to android apps. I found one video tutorial on the web but It seems only how to design. I don't know how to use it on apps.

Video Tutorial

How can I use custom UI design on my android app ? I'm using fireworks for design. For example, simple design:

enter image description here

How can I use this on my app ? (I know it looks terrible but I just want to learn how to do it.)

Это было полезно?

Решение

Simply creating a UI in fireworks won't be enough. You'll need to split it into multiple components, and the construct it within your app using XML or Java.

The Android developer site has a good set of documentation and guides on doing this.

Searching on Google will also give you lots of tutorials for the different UI elements and how to style them.

Your layout will require a tabbed Activity (or an ActionBar with tabs), a TextView and a Switch, from what I can see.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top