954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need help urgent! Is this possible ?

I want to ask are these things possible (I use J2ME)
1) Normally, when you make a call, you input a phone number and that phone number appear from right to left. Can I code that the phone number appear from left to right ?
2) For example, when I type a first number, the phone with auto-search in my contacts and auto-fill the predictive phone number priority from 1 to 9. If I see that auto-filled phone number is wrong I press "navigation" button to next phone number (or type the next number and it repeat auto-searching again ...)
3) When I enter call button, it will make a call
I use Nokia 6070
Thank you very much!

donaldunca
Light Poster
27 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 
I want to ask are these things possible (I use J2ME) 1) Normally, when you make a call, you input a phone number and that phone number appear from right to left. Can I code that the phone number appear from left to right ? 2) For example, when I type a first number, the phone with auto-search in my contacts and auto-fill the predictive phone number priority from 1 to 9. If I see that auto-filled phone number is wrong I press "navigation" button to next phone number (or type the next number and it repeat auto-searching again ...) 3) When I enter call button, it will make a call I use Nokia 6070 Thank you very much!


Yes, nothing stops you from creating small method to add new number in front of existing string and then display it in TextField, TextBox or even better draw it on Canvas

Auto-search is nothing more then searching record set the same way as you will query database and then just display results

For making calls have look first at this Invoking Platform Services in MIDP 2.0 and Getting Started with SIP API for J2ME (JSR 180) . Each of them has additional resources to get through.

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You