Pravé Spektrum is a known political magazine in Slovak Republic. Bee Mobile created an Android mobile application which can be used to browse and read the articles of Pravé Spektrum. Anyone can download the full version of the application from … Continue reading
Posted in Technical articles |Technical articles archives
Writing custom Animator for TLabelAnimated
March 28, 2012
One of the powerful features of TLabelAnimated is that you can write your own custom animator for it. The custom animator allows you to completely customize the way TLabelAnimated animates the text within it. Let’s say your TLabelAnimated is not … Continue reading
Posted in Technical articles |Windows Mobile programming tricks on .NET Compact Framework 2/2
February 21, 2011
This is the second part of the article about Windows Mobile programming tricks. The reason I created this article is that the following tricks either cannot be achieved using pure managed code or they are not easy to find out … Continue reading
Posted in Technical articles |Windows Mobile programming tricks on .NET Compact Framework 1/2
February 21, 2011
In this article I will describe some tricks which many Windows Mobile developers may need while developing for .NET Compact Framework platform. The reason I decided to write this article is that because the following tricks either cannot be achieved … Continue reading
Posted in Technical articles |iPhone-like Database GUI on Windows Mobile
May 14, 2010
Abstract This article shows how you can: Download data from the local mobile database within sdf file. Create iPhone-like GUI on Windows Mobile to display the data. Create functionality to search the table data. Polish the app by adding some … Continue reading
Posted in Technical articles |