I an working on one application in j2me which I want to run it as background, such that no user can know that their mobile phone is having that application which is executing in background.
How to do this? I am using j2me and Netbeans as my IDE.
See this nokia forum. Same related topic discussed in nokia forum.
Related
I want to add a Welcome Image(.jpg/.png) which is dispalyed for a second or two and then the main app-screen is shown.
How can I do this?
I don't want the user to click or swipe or anything..
Just a welcome image for one/two seconds.
PS: Android TV App
You can look at this post by Android Developers. The same method applies to both phones and TVs.
https://plus.google.com/+AndroidDevelopers/posts/Z1Wwainpjhd
I have a sample program with static card for google glass using GDK. How can i run it?
I have created an emulator from this following link, http://mobilevangelist.com/2014/01/02/gdk-and-the-android-emulator/
but once i run my application it show Card class not found.
similarly i tried with http://www.elekslabs.com/2013/11/google-glass-development-without-glass.html
i cant able to run my sample program.
Kindly give some ideas to run GDK app without Google Glass.
Thanks,
Ganesh
Note that the post you reference says the following:
It turns out you can do some things in an Android emulator when
developing for Glass. Most of the functionality specific to Glass
won’t work, but those Android paradigms that can run on Glass do work.
These are limited to Activity layouts and some interactions.
You can't run any of the Glass specific classes, like Cards, on the emulator. You can only preview your layouts if they are done with Android layout resources.
I am developing app for Nokia first time. I have downloaded Nokia SDK 2.0 for Java (for s40 series). Soft keypad opens fine, but when I am trying to give input from my PC keyboard, emulator is not accepting any key.
Can anyone tell me from where I need to change the setting? Thanks.
Unfortunately the beta SDK does not allow key inputs from PC keyboard i have just confirmed. Currently nokia is working on solution. So best solution is to test on device.
Confirmation link is here
If Nokia SDK 2.0(Beta) is not working then test your application by on device debugging.
I am developing simple j2me lwuit application for nokia mobile and I want to add auto complete in the application but I did not get any components for the auto complete. Could anybody please help me for making auto complete in j2me using lwuit?
I done mobile application in j2me platform. Tested successfully in Symbian os mobiles ..like nokia,samsung..sony ericsson. I have doubt in j2me supports android and blackberry mobiles.
You can run j2me application on Android with little effort, but user experience is not that of "native" android applications. So if possible, rewrite the application for Android SDK. This is not that hard, though many parts of code will need to be rewritten or rearranged.