Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Monthly Archives: July 2011
Android Shapes – Example
In Android you can use Shape Drawables to define background, borders and gradients for your Views. You find the possible types here. To define a shape create a XML file in your drawable folder. For example: Assign it for example … Continue reading
Posted in Android
7 Comments
Android: Activity Lifecycle and Threads
Android is allowed to destroy your activity at anytime. Also a configuration change will restart your activity to load the right resources for this configuration. If you use Threads in your Android program you should save them. Nothing is more … Continue reading
Eclipse Launcher – command line statement for starting your program
Eclipse allow you to start your program via the launcher framework which is very powerful and makes life simple. Sometimes you want to see the command line which Eclipse uses to start your program. Especially if the program does not … Continue reading
Posted in Eclipse
2 Comments
Challenge of the Month (July) & Retroperspective – Learn basic InkScape
Challenge: This month challenge is to develop some basic skills in ImageMagick. I have seen Sergej Shafarenka creating beautiful Android Mockups with it and I figure I should spend some time learning it. Lets see how this goes, so far … Continue reading
Posted in Challenge of the month
4 Comments