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: November 2011
Plurals in Android
Android supports Plurals. Plurals are XML based resources which allow to handle different quantities. This way you can select the right text based on the quantity. In your XML file you specify values for the quantities “zero”, “one”, “two”, “many”, … Continue reading
Posted in Android
4 Comments
Eclipse //TODO in generated coding – Is this useful?
I just returned from Devoxx, a really nice conference. I had a lot of fun and learned a lot. I also had the oppertunity to talk one influential developer, who shall remain unnamed. He told me why he prefers IntelliJ … Continue reading
Posted in Eclipse
25 Comments
Distributed Version Control with Git available for the Kindle
Today I released my first book for the Kindle platform: Distributed Version Control with Git. Git is popular, especially in my main focus areas, Eclipse and Android. Since a while I’m working in converting my tutorials into offline versions. The … Continue reading
Eclipse – Setting the default perspective via config.ini
A quick tip for the Eclipse IDE (and also useful for Eclipse RCP). You can use the “config.ini” (in your Eclipse installation folder) to define a perspective. For example the following in config.ini will set the default perspective to the … Continue reading
Challenge of the month and retroperspective – Getting offline
This challenge of this month will be a publish something for the Kindle on Amazon.com. I played with the thought and the technology to convert tutorials from vogella.de into E-books for a while now and I think I should give … Continue reading
Posted in Challenge of the month
3 Comments