Categories
- Android (47)
- Challenge of the month (16)
- Dirk Fauth (6)
- Eclipse (207)
- Java (12)
- Lars Vogel (18)
- Markus Kuppe (1)
- OSGi (5)
- Other (16)
- Papercut (14)
- Private (4)
- Servlet (2)
- Softskill Topics (5)
- Sopot Çela (3)
- vogella (25)
- Web (9)
vogella tutorial rss feed- Android application (performance and more) analysis tools - Tutorial
- Android Background Processing with Threads, Handlers and AsyncTask - Tutorial
- Debugging Android applications
- Using the Android action bar (ActionBar) - Tutorial
- Register for the Eclipse 4 application lifecycle - Tutorial
- Migrating Eclipse 3.x plug-ins and RCP applications to Eclipse 4 - Tutorial
- Android Installation
- Using FreeMarker Templates (FTL)- Tutorial
- Eclipse Fragment Projects - Tutorial
- Eclipse Products and Deployment - Tutorial
Home
Recommended
Twitter
-
Recent Posts
Monthly Archives: March 2012
Define Eclipse shortcuts in Unity (Ubuntu)
I wanted to define Eclipse shortcuts in Ubuntu pointing to my individual workspaces. You can define Eclipse shortcuts including parameters, e.g. the -data parameter via a .desktop file. Once defined you can drag the file into the Dash of Unity … Continue reading
Thanks for the Eclipse Top Newcomer Evangelist Award 2012
Thanks everybody for voting me to the Eclipse Top Newcomer Evangelist Award 2012. I enjoy being part of the Eclipse community, a community which is small , friendly and well educated. Receiving the award is a great honor and I … Continue reading
Posted in Eclipse
5 Comments
Marcel Bruch joins the vogella Trainer Team
I’m happy to announce that Marcel Bruch joins the trainer team of vogella. Marcel is the project lead of Eclipse Code Recommenders. Eclipse Code Recommenders provides improvements in the Eclipse IDE which increases the developer productivity. Marcel also has a … Continue reading
Eclipse 4.2 M6 is out – And it is a good one
Eclipse 4.2 M6 is out and its really feels good to use it. If you thought earlier version of Eclipse 4.2 felt laggy, you should try this one, it has much improved in user interface responsiveness. For Eclipse 4 RCP … Continue reading
How to determine the ID in the R.java file of a drawable resource in Android?
Assume you have several drawables in your Android resource folder and what to iterate over them. You use a certain naming schema and would like to use this to determine the resources ID’s. The following snippets shows how to get … Continue reading
Running Eclipse 3.x RCP application on Eclipse 4
I updated Using the Compatibility Layer for Eclipse 3.x RCP applications tutorial with the latest information. The migration for your Eclipse 3.x RCP applcation to Eclipse 4.2 is now super easy. If you are using a feature based product configuration … Continue reading
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