not from contacts,i have made separate database for the calls <incoming,outgoing and missed>.
and i want to know the name,address and service provider of each number.
one idea was if there is any function which gives direct information for the inputed cotact number.
but this situation is not there.
So , the another idea is, to make a WebView which will search for the <phone number>name,address and carrier from the server like "WhitePages.com". but the program should be service enabled.
So, my target is to run the WebView in the background.
I want to make a small program,
in the 1st view , there will be one edittext box and the GO button.
we will enter phone number in the text box.as soon as we press the go button ,
the service should start,and will search name,address and service provider for this number.
i am not understanding here is that, how we will access text box of the website and how to get result from the same?
can we send our number to the whitepages.com to search for us? and can we get result from the website to our view?
i know it is possible.but how ? i am not getting any reference..
can you help me? Do reply.. Thank You.