Categories
- Android (53)
- Challenge of the month (16)
- Dirk Fauth (27)
- Eclipse (332)
- Hendrik Still (1)
- Java (26)
- Jeanderson Candido (3)
- Lars Vogel (114)
- Matthias Mailänder (3)
- OSGi (22)
- Other (38)
- Papercut (16)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (38)
- Web (10)
vogella tutorial rss feed
- An error has occurred, which probably means the feed is down. Try again later.
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: layout
How to center a Button in an Android Layout?
In my last Android Training several people asked how they could center a single view, e.g. a Button, so I assume it is worth a short blog entry. If you have a single Button in your Activity and you want … Continue reading
Android – Hacking layouts
One common mis-understanding seem to be that Android starters seem to think that a layout can only be defined via a XML resource. While this is the most common way of defining a layout in most cases you can also … Continue reading
Android – Making efficient layouts
Android Programming is a lot about efficiency to have snappy user interfaces. The Android SDK provides two nice tools to help building efficient UI’s. In the tools directory you find the tools: layoutopt and hierarchyviewer. layoutopt is a command line … Continue reading