Jan 31
Digg
Stumbleupon
Technorati
Delicious

The services API

I recently heard abt the SERVICES API available for FL programmers. It’s the coolest thing a developer can imagine ! The services API provides access to PIM listings, calendar entries and so on ! So, your mobile screen is gonna be more animated ! Because complete insight on this API is not yet available, one [...]

Author: Manikantan
Jan 30
Digg
Stumbleupon
Technorati
Delicious

Crypto - algos

Well,
For all those who were thinking about bringing safety into your mobile application, here is a quick Know-How. I must thank Cristian for this wonderful package though. So, with this code you can implement AES algorithm on your handset. However, you need to think twice. AES is one of the strongest security algorithms written till [...]

Author: Manikantan
Jan 30
Digg
Stumbleupon
Technorati
Delicious

Genius v1.2

Hi fellows!
Good to announce one more release of this game, which is getting better and better
Genius now is not a baby software anymore! We had only 400 lines of code on previous release and now we have more than one script! The main script has now 600+ lines of code!
For those who don’t [...]

Author: Rafael Tavares
Jan 28
Digg
Stumbleupon
Technorati
Delicious

Paparazzi 1.10

http://jouni.miettunen.googlepages.com/paparazzi
Paparazzi is a sensor game, where you have to help “Movie Star” avoid “paparazzis” as long as possible. You can do this by turning and tilting the mobile phone.
Even though PyS60 1.9.1 didn’t come with Sensor Framework, I updated Paparazzi Attack. Sorry, works only with PyS60 1.4.x runtime running in Sensor API supported devices - [...]

Author: Jouni Miettunen
Jan 27
Digg
Stumbleupon
Technorati
Delicious

Thanks for having me IN.

Hello all,
It’s a pleasure to pen in here as Croozeus is one of the most active and viewed sites, when it comes to mobile application development. As a part of my introduction, I create applications and games in Flash Lite, using which one of the most celebrated products were created. Few of my applications/games [...]

Author: Manikantan
Jan 26
Digg
Stumbleupon
Technorati
Delicious

PyS60 1.9.1 is out!

PyS60 1.9.1 is now released…
Here is what PyS60 1.9.1 has to offer:
- Better interpreter startup and sis installation time than in 1.9.0. We’ll optimize
this further in the future releases.
Uninstall PyS60 1.9.0 before installing 1.9.1 to get the feel of actual installation time.
- All the Python files in the runtime sis are compiled into .pyc files [...]

Author: Pankaj Nathani
Jan 21
Digg
Stumbleupon
Technorati
Delicious

Localization sample code

One feature, which well-done applications have, is localization. It sets you apart and ahead of normal English-only competition, expands your possible customer base and is just polite.
Since everything else is easy with PyS60, there is no reason why localization should be any more difficult! It’s just a question of using KISS principle: “Keeping It Simple [...]

Author: Jouni Miettunen
Jan 19
Digg
Stumbleupon
Technorati
Delicious

Jomtris 1.60

Jomtris is a “tetris” style of casual game. You handle, drop and remove 4-tile pieces (tetrominoes) as long as possible - and that’s it. One game session should take max 5-10 minutes.
http://jouni.miettunen.googlepages.com/jomtris
New in version 1.60:

Both landscape (E61i) and portrait (N96) screen support
Screen rotation (N82)
Select starting level
Winter graphics
Pause etc.

var addthis_pub = ”;
var addthis_language = ‘en’;var addthis_options [...]

Author: Jouni Miettunen
Jan 11
Digg
Stumbleupon
Technorati
Delicious

Learn to write Python Extensions

Diego Bezerra has written a good tutorial teaching how to create C Python for series 60 extensions using Carbide C++.
So if you want to learn to make cool PyS60 extension, do not miss to read the article here.

var addthis_pub = ”;
var addthis_language = ‘en’;var addthis_options = ‘email, favorites, digg, delicious, myspace, google, facebook, reddit, live, [...]

Author: Pankaj Nathani
Jan 08
Digg
Stumbleupon
Technorati
Delicious

PyS60 UI tutorials, part 1: Text and Canvas

I’ve recently written some articles about UI controls on the Forum Nokia Wiki. I thought I’d publish some of the material here
In this post  we’ll talk about Text and Canvas from the appuifw module.

var addthis_pub = ”;
var addthis_language = ‘en’;var addthis_options = ‘email, favorites, digg, delicious, myspace, google, facebook, reddit, live, more’;

Author: Bogdan Galiceanu