15,000 Jobs Available in:
Java, ASP, C#, PHP, SQL, SAP, MySQL and many more.
- Class Quick -
The moose likes Android and the fly likes Porting web conferencing apps to Android Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Porting web conferencing apps to Android" Watch "Porting web conferencing apps to Android" New topic
Author

Porting web conferencing apps to Android

Praful Gupta
Ranch Hand

Joined: May 01, 2006
Posts: 63
Hello ... would we able to make web service or API calls to external services using the android platform? We are trying to port a web conferencing app over to Android.
Thanks
Ed Burnette
Author
Ranch Hand

Joined: Jun 10, 2003
Posts: 142
That's easy - all the regular Java socket and URL calls are there. The trick is to not block the foreground UI thread. Calling a web service is covered in chapter 7 of my book and in the free sample code here: http://www.pragprog.com/titles/eband/source_code (Translate example)


Ed Burnette, Author of Hello Android
Blog: ZDNet's Dev Connection - Twitter: @eburnette
 
 
subject: Porting web conferencing apps to Android
 
developer file tools