Hello,
Is there a way to create a homescreen widget for J2ME application?
Regards,
Thank you
Hello,
Is there a way to create a homescreen widget for J2ME application?
Regards,
Thank you
If you mean widget in J2ME, then widgets can not build in J2ME.
They are developed using html,css and xml. It is also known as WebApps.
know more about Widget on below link
http://www.developer.nokia.com/Resou...!web-apps.html
Please find related post on below link
http://www.developer.nokia.com/Commu...3-J2ME-Widgets
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
Hi Reem Salah! Welcome to Nokia Developer Discussion Boards!!
If you are mentioning about Series 40 devices its possible to add MIDlet icon to the home screen - I have tried in an X3-02.
Also I have came across the Manifest attribute : Nokia-MIDlet-Category
IdleScreen - Identifies a MIDlet that is capable of displaying content on the idle screen.
PassiveIdleScreen - Identifies a MIDlet that is capable of running as an idle skin application (taking over the whole main zone).
Search - Identifies a MIDlet that provides search capabilities used by a native idle search application.
It would work on Series 40 6th Edition and for Manufacturer / operator signed MIDlets (BG MIDlets)
Ref : http://library.developer.nokia.com/i...E4A538FB8.html
Regards
Gopal
Last edited by balagopalks; 2012-05-06 at 19:47.
Hi Reem Salah,
Java ME cannot be used to create homescreen widgets. You can create however, WRT (Web Runtime) widgets, as already mentioned.
If your target device is N97, you can use the Homescreen Publishing API with Symbian C++ and the N97 SDK.
Last edited by skalogir; 2012-05-11 at 20:39.