search

Home  >  Q&A  >  body text

Android连接服务器的问题

迷茫迷茫2822 days ago722

reply all(3)I'll reply

  • 高洛峰

    高洛峰2017-04-17 12:07:08

    Android accesses the network, using HttpURLConnection or HttpClient?
    No matter which one you use, you must understand the http protocol.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 12:07:08

    If you make the program, most of the programs use third-party lib, which is relatively stable. Or use the official one.
    https://code.google.com/p/android-query/wiki/AsyncAPI
    http://loopj.com/android-async-http/

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 12:07:08

    The main ones are http and webservice, but the most commonly used one is http.
    You can watch the video below, which talks about the connection problem with the server. It is very insightful.
    http://www.jikexueyuan.com/course/939.html

    reply
    0
  • Cancelreply