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: September 2011
Feature Request #1 – Syntax Highlighting finally done
I receive requently of requests for help, for new tutorials and for certain features on my website. The one request I constantly receive since approx. 4 years is that my tutorial should use syntax highlighting for the code. I finally … Continue reading
Posted in vogella
9 Comments
Eclipse Secure storage of preferences
Eclipse allows to encrypt preference values via the plugin “org.eclipse.equinox.security”. The key/ value pairs will be stored in the file “secure.storage” in the folder “.eclipse/org.eclipse.equinox.security” of the user directory. Eclipse uses a PasswordProvider for encrypting the preferences. Via the extension … Continue reading
Posted in Eclipse
Tagged Eclipse RCP, Preferences
Comments Off on Eclipse Secure storage of preferences
Android – How to get an image via an intent
Android allows to re-use components from other applications. Lets see how you can use the Photo Gallery to pick a photo for your application. First create a layout with a Button and an ImageView. The following Activity will allow you … Continue reading
Posted in Android
2 Comments
Eclipse default line length of 80 chars outdated?
Today I write to get your opinion. I believe defaults are important as few developers take the time to change them and in a distributed team it is often the easiest to stay with the default settings. As we all … Continue reading
Posted in Eclipse
47 Comments