Rants And Ramblings About Mobile Technology

Anders Borg writing about the fun and crazy world of mobile and Internet service technologies.

You can also read the blog via Twitter or your phone via wap.abiro.com. See the left menu for more news.

Comments on blog entries are moderated, but I'm rather liberal as long as it's not blatant advertising.

For general comments, advertising and contribution queries, please use the feedback form.

News feed (local)        FeedBurner Feed

Wednesday, December 13, 2006

 
Java ME tips from the coach
TomSoft has posted a few tips on J2me mobile development practices, going through what features in Java and the development tool should be used when developing for mobile phones. To sum it up: Don't make it more complicated than needed, due to memory and performance constraints. Be practical, not academic.

Some tips of my own:

I'm more in favor of dynamic handling of lacking features than building different versions of the application for every detail difference, but if you can manage 10s of versions, then go ahead.

I also build reusable classes for phone features, so that I can quickly build new applications based on such functionality blocks.

If I can get away with building an application for MIDP1 I use that to gain increased compatibility.

Comments: Post a Comment

Links to this post:

Create a Link



<< Home

This page is powered by Blogger. Isn't yours?