ParkManager is my first iPhone application, it’s free and easy to use.
I am now waiting for approval by Appstore…
MeeGo is an open source, Linux project which brings together the Moblin project, headed up by Intel, and Maemo, by Nokia, into a single open source activity. MeeGo integrates the experience and skills of two significant development ecosystems, versed in communications and computing technologies. The MeeGo project believes these two pillars form the technical foundations for next generation platforms and usages in the mobile and device platforms space.
MeeGo includes:
Python for S60 2.0.0 released.
Changes 2.0.0 from 1.9.7:
Feature requests:
Corrected defects:
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.

iPhone OS 3.1.3 Firmware Update Change Log
Update or not update ?
The latest version of our framework means a progress in many aspects:
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:
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.
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.
The following is a summary of some notable changes to the framework APIs.
The following additions provide APIs for you to develop animated wallpapers:
android.service.wallpaper package.WallpaperInfo class.WallpaperManager.SignalStrength class provides information about the device’s current network signal. This can be acquired from the new onSignalStrengthsChanged(SignalStrength) callback.onDataConnectionStateChanged(int, int) callback.View methods isOpaque() and onDrawScrollBars(Canvas).RemoteViews methods addView(int, RemoteViews) and removeAllViews(int).ViewGroup methods isChildrenDrawingOrderEnabled() and setChildrenDrawingOrderEnabled(boolean).WebStorage methods to manipulate web storage databases.GeolocationPermissions methods to get Geolocation permissions from, and set them on the WebView.WebSettings methods to manage settings for app cache, web storage, and zooming based on screen density.WebChromeClient methods for handling video, browsing history, custom Views, app cache limits, and more.