How do I do remote API call in Android Apps using Phonegap???
Just use XmlHttpReqquest to communicate with your server. Here is my stock example that gets a list of tweets from Twitter:
http://simonmacdonald.blogspot.com/2011/12/on-third-day-of-phonegapping-getting.html