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: March 2011
Creating Android applications via the command line and Apache Ant
Android projects can be created either with the ADT Plugin for Eclipse or via the command line. This blog entry explains how to do this via the command line. You find the related command line program “android” in the folder … Continue reading
Android – Hacking layouts
One common mis-understanding seem to be that Android starters seem to think that a layout can only be defined via a XML resource. While this is the most common way of defining a layout in most cases you can also … Continue reading
Android – Making efficient layouts
Android Programming is a lot about efficiency to have snappy user interfaces. The Android SDK provides two nice tools to help building efficient UI’s. In the tools directory you find the tools: layoutopt and hierarchyviewer. layoutopt is a command line … Continue reading
Android library projects – Renting some code
Android does not require that all source code used by one application is directly included into this application., Android library projects allow to store source code which is used by several other Android projects. Library projects cannot be compiled to … Continue reading
May Challenge – Using less Google Analytics
This months challenge will be to use less Google Analytics and the like. I’m currently looking at the data at least daily which I believe is a waste of time. Hence I try to reduce this usage this month. I … Continue reading
Posted in Challenge of the month
Comments Off