I am retrieving telephone n开发者_如何学Cumber from DB as string in J2ME
I want to make this telephone number appear as a link such that upon clicking it asks to make a call or send a message
In Gmail J2ME app telephone numbers & websites are automatically appearing as linkable text.....how is this possible???
You need to use PIM API for retrieve the telephone number from contacts.
Refer this link for using PIM API.
Use platformRequest for make a call.
See this link for send SMS using WMA API.
精彩评论