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: June 2011
Eclipse Indigo – My top 5 minor features
Ian Bull did his Top 10 Features where he discuss the great new stuff in Eclipse Indigo. I tend to value the little things which makes my life easier. So here is my list of things which will help me … Continue reading
Android SoundPool – How to check if sound file is loaded?
SoundPool loads the sound asynchronously. Before API level 8 where was no standard way of checking if a sound had been loaded before using it. As of API 8 Android allows to check if the loading has been completed via … Continue reading
Creating Bitmaps from the internet via Apache HttpClient
Last week I blogged about the Android DownloadManager. As a result I received the question how to create a bitmap from internet ressources the “normal” way. Here is a small example which uses the Apache HttpClient in Android to download … Continue reading
Android DownloadManager Example
The Android DownloadManager introduced in Android 2.3. (API 9) is a system service which allows to handle long-running HTTP downloads in the background and notify the triggering application via a broadcast receiver once the download is finished. Here is a … Continue reading
Posted in Android
6 Comments
Installing mod_pagespeed on Ubuntu
mod_pagespeed is an Apache HTTP module which is supposed to do a lot of website performance optimization before sending it to the browser. For details please check mod_pagespeed docs or the Google IO talk (Make the web faster) about this … Continue reading
Challenge of the Month (June) – Reduce email backlog
I receive a lot of feedback on vogella.de, sometimes tutorial requests and lots of error and improvements corrections. The stuff I like I usually keep in my inbox until I find the time to act on it. The IT challenge … Continue reading
Posted in Challenge of the month
2 Comments