开发者

What's the most native way to connect android app to a webserver?

开发者 https://www.devze.com 2023-03-16 13:45 出处:网络
I\'m new to android developing but 开发者_JAVA技巧I have an app in mind, that needs to be connected to a Webserver (implemented as a java servlet if it makes a difference) in order to receive data (bo

I'm new to android developing but 开发者_JAVA技巧I have an app in mind, that needs to be connected to a Webserver (implemented as a java servlet if it makes a difference) in order to receive data (both real-time ajax-like and not real-time). What's the best way to perform such communication in the android interfaces ?

Thanks In Advance, Chris


Just use a HttpClient.

0

精彩评论

暂无评论...
验证码 换一张
取 消