Categories
- Android (47)
- Challenge of the month (16)
- Dirk Fauth (7)
- Eclipse (208)
- Java (12)
- Lars Vogel (18)
- Markus Kuppe (1)
- OSGi (6)
- 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: October 2010
Modify the e4 model at startup via processors
Eclipse e4 offers two ways to contribute to the application model, via fragments and processors. Fragments describe via static xmi additonal model elements and processors allow to add and modify existing model elements. I added an example to my Eclipse … Continue reading
Android windowSoftInputMode – Resize the application for the soft-keyboard
Android has the so-called Input Method Framework to support different input methods, e.g. keyboard, soft-keyboard, handwriting etc. If the soft-keyboard is used it is diplayed at the bottom of the screen once the user select an text view to edit … Continue reading
Posted in Android
Comments Off
Drag and drop support for your parts within the workbench in Eclipse e4
Some of you may have noticed that you cannot drag and drop your parts (views and editors) within an Eclipse e4 application by default. To make this work add a dependency to the plugin “org.eclipse.e4.ui.workbench.addons.swt” and add the Add-On “org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon” … Continue reading
The persistence of e4
In Eclipse 3.x you can remember the current application state (the user’s layout and window size) between application sessions, via the setting configurer.setSaveAndRestore(true); in the initialize method of ApplicationWorkbenchAdvisor. See Eclipse RCP Tips and Tricks for details. Eclipse e4 has … Continue reading
More than 15 000 visitors per day – Thanks to all vogella.de users
On an average weekday my webserver now welcomes more then 15 000 users. I would like to take the oppertunity to thank all users of vogella.de. I think it is really cool that so many people find my tutorials useful … Continue reading
Posted in Other, vogella
10 Comments