How to find the name and address based on the mobile no in android?
When I am entering the mobile no I want to get detail开发者_StackOverflow社区s about mobile no like name of the owner, address and etc.
If any one has idea please help me.
You obviously cannot stalk unknown phone numbers Kiran.
But yeah If the number is stored in your phonebook, check out this article on how to use the contact API
Try this [truecallerjs] npm package
npm install -g truecallerjs
then login with Truecaller.
truecallerjs login
Searching a number
truecallerjs -s [number]
精彩评论