• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

choosing a toolkit

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
Can I use J2ME wireless toolkit to develop application that works on nokia or samsung devices or should I download their specific toolkits (I mean, should I download nokia toolkit to develop applications or can I use J2ME ones, nokia's toolkit huge) ??
any way, I am a Java programmer and I want learn about J2ME but I don't know where to start , MIDP , CLDC .....
just give a point to start (online tutorial, examples,...).
thanks.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI

Download Sun's WTK and use it to develop the MIDlets. Rest assure what u find in Sun's WTK will always be there on the devices.

If you want to use the specific libraries that the carriers provide then u can add them to your build process. For eg, Nokia has the Nokia UI library.
I do not know if Samsung has any particular libraries. Sprint provides its own library for all devices on the Sprint network ( including the Samsung that they carry)

As for tutorials... there are several of them on the web... i suggest getting a good book and reading the first 3-4 chapters ... rest you can learn on the way.
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Punit Raizada:
HI
Download Sun's WTK and use it to develop the MIDlets. Rest assure what u find in Sun's WTK will always be there on the devices.



Not necessarily. The GCF (network API) and MMAPI (multimedia API) implementation in SUN WTK is often different from devices. Also, the screen resolution, memory requirement and softkey mapping are all different for each device. The WTK is good for learning and prototype development. But to develop real world apps, use a vendor provided SDK. Forum Nokia has many Nokia device SDKs.
[ May 25, 2004: Message edited by: Michael Yuan ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic