How to make my Own interface.

droman

Member
Licensed User
Longtime User
Hello.


I want to make an application, but is visually more elaborate than the rest, nothing important but the ListView are more beautiful and refined as the "LBE Privacy Guard" for example (I have nothing to do with them, is simply to put an example of interface that I like).

Do you know how to customize the appearance of these elements on the screen?

I know how to change colors and how to change the lines (I think, I have not tried) but not how to do such a beautiful buttons as the ON / OFF.

If I indicate any learning tutorial to get you so very grateful.

Thank you very much.

Sorry for my English, but if you're wrong, the blame lies with Google's translator. I'm much worse.
 

klaus

Expert
Licensed User
Longtime User
Sorry, but I don't really understand your approach.
What do you want to do ?
- Write some programs doing certain tasks ?
- Or playing with design and aesthetics.

For me the first point is defining the project:
- What should the program do, and how ?
- What date is required and what results ?
- How enter the data and how display the results ?
- Define the interface, userfriendly and intuitve.
- Aesthetic of the interface.

You find many tutorials in the site.
You can also have a look at the Documentation Wiki and the Beginner's Guide.

Best regards.
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
For a more customized theme you would just have to create every single element yourself (like in photoshop) and will probably need to implement a lot of coding

Sent from my DROIDX
 
Upvote 0

droman

Member
Licensed User
Longtime User
I need playing with design and aesthetic.
 
Upvote 0

thedesolatesoul

Expert
Licensed User
Longtime User
This can become a very laborious exercise unless you implement a proper framework.
It is possible to do this, but you will have to design all the UI elements in photoshop or something, and then make sure they look okay on different resolutions (so you will need different sized versions), and also code them so they display and scale properly.
 
Upvote 0
Top