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: 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 … 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