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: August 2013
Using XML layout references in Android
Android supports resource selectors based on qualifiers. For example to use a special layout file for activity_main.xml on a tablet in landscape mode you would typically define a layout file also called activity_main.xml in the layout-sw600-land folder. Instead of using … Continue reading
Eclipse Internationalization Part 4/4 – New Features by Dirk Fauth
Finally I found the time to write the last part of my blog post series about Eclipse internationalization with the new message extension created by Tom Schindl and me. The series started with showing the issues in the current solution … Continue reading
Posted in Dirk Fauth, Eclipse, OSGi
5 Comments
Android – Always show the overflow menu even if the phone has an options button
If an Android device has an option button, the overflow menu is not shown. While it it not recommended as the user except a certain behavior from his device, you can trick you device in thinking it has no option … Continue reading