February 4th, 2010
The Symbian platform is a free open-source software platform for mobile devices. From Symbian^3 onwards you can get any of the source, modify it, and contribute back the changes.
The source code is organised into a number of discrete packages, as described in the Symbian System Model. It comprises about 25 million lines of code (around 40 million if you include the test and tools code) in 200,000+ source files.
Here are a few links to help you get started:
Posted in Mobile, Symbian | 31 views | No Comments »
February 3rd, 2010
iPhone OS 3.1.3 Firmware Update Change Log
- Improves accuracy of reported battery level on iPhone 3GS
- Resolves issue where third-party apps would not launch in some instances
- Fixes bug that may cause an app to crash when using the Japanese Kana keyboard
Update or not update ?
Posted in Mobile, iphone | 20 views | No Comments »
January 19th, 2010
The latest version of our framework means a progress in many aspects:
- CSS media queries: fixed handling of media queries with only a single word like @media touchscreen.
- Touch Support added option to add virtual keyboards
- BlackBerry: fixed support for BlackBerry 4.7 devices without touch events
- Android: improved PIM support, fixed compilation problems and Graphics.fillArc().
- RGB Filters: added text-filter and the rotate filter.
- Eased preprocessing comparisons with versions, e.g. //#if polish.JavaPlatform >= BlackBerry/4.7
- Minor bugfixes and features, e.g. box-align: right; for moving checkboxes to the right side.
- Added new 3D graphics routines in de.enough.polish.graphics3d package (thanks, Anders!)
As described in the last round mail, you can download daily builds here:
http://download.j2mepolish.org/daily/
The latest J2ME Polish daily build is available here:
http://download.j2mepolish.org/daily/j2mepolish-latest.jar
Posted in Uncategorized | 83 views | No Comments »
January 12th, 2010

Android 2.1 is a minor platform release deployable to Android-powered handsets starting in January 2010. This release includes new API changes and bug fixes.
The sections below provide information about changes made to the application framework API provided by the Android 2.1 platform.
API level
The Android 2.1 platform delivers an updated version of the framework API. The Android 2.1 API is assigned an integer identifier — 7 — that is stored in the system itself. This identifier, called the “API Level”, allows the system to correctly determine whether an application is compatible with the system, prior to installing the application.
To use APIs introduced in Android 2.1 in your application, you need to set the proper value, “7″, in the attributes of the <uses-sdk> element in your application’s manifest.
For more information about how to use API Level, see the API Levels document.
API changes summary
The following is a summary of some notable changes to the framework APIs.
Live Wallpapers
The following additions provide APIs for you to develop animated wallpapers:
Telephony
Views
WebKit
- New
WebStorage methods to manipulate web storage databases.
- New
GeolocationPermissions methods to get Geolocation permissions from, and set them on the WebView.
- New
WebSettings methods to manage settings for app cache, web storage, and zooming based on screen density.
- New
WebChromeClient methods for handling video, browsing history, custom Views, app cache limits, and more.
Posted in Android, Mobile | 94 views | No Comments »
December 24th, 2009

I Wish you Merry Christmas and Happy 2010!
Posted in Relax | 93 views | No Comments »
December 23rd, 2009
Posted in BlackBerry, Mobile | 131 views | No Comments »
December 10th, 2009
Posted in Uncategorized | 842 views | No Comments »
December 9th, 2009
Posted in Linux | 165 views | No Comments »
December 7th, 2009
Posted in Android, Mobile, iphone | 566 views | 1 Comment »
December 5th, 2009
Posted in Android, Mobile | 280 views | No Comments »