I got myself an Android dev phone from Huawei. The Ideos X3 is a simple but yet feature-full Android device and since a local coffee shop (yup, no kidding) is selling it for 49€ I went ahead and bought it.
After testing a few of my apps on the device I realized that the LogCat [...]
Usually the above error message indicates that the SQLite database was not initialized, meaning it is empty. There are two ways to initialize an SQLite database:
In your code you can define CREATE statements that create the tables and then use INSERT to populate it with data Use a preconfigured database that you import in [...]
Android has several streams for media playback (e.g. ring tone, notifications, music) which can be controlled independently. This allows you to mute your ring tone while still listening to music or play games with sound. The problem is that sometimes you would like to increase or decrease the volume of one stream but the current [...]
In this post I described how to add Android devices to Linux (actually how to solve the permission problem, the rest is done automatically in Linux and UDEV). For Windows it’s a similar approach except that the Google USB Driver is needed which has to be [...]
The has a 7″ display with a resolution of 1024×600 pixels. That is also what the window manager returns.
DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics);
The problem is that the does not have any hardware keys so the main function keys are realized in software. That is why the Fire has a 20px soft key [...]
There are different plugins available to implement multi-language support in WordPress. I usually go with qtranslate for my sites which is a great plugin. My latest site is not a blog but more of an online shop based on eshop. qtranslate integrates well with eshop and the theme I am using. Despite the good integration [...]
Categories
- Affiliate (1)
- Android (7)
- ASP (5)
- Eclipse (1)
- Game Development (1)
- General Bla Bla (13)
- Linux (2)
- SEO (1)
- Special Offers (1)
- SQL Server (1)
- Virtualization (1)
- Visual Studio (2)
- Windows Phone 7 (5)
- Wordpress (2)
- XNA (2)
I’m currently reading …



