android前后台交互用到什么协议

2025-01-08 01:51:32
推荐回答(2个)
回答1:

如果后台Http 可以用 HttpClient把 模拟 get/post提交

回答2:

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world"
tools:context=".MainActivity" />

android:id="@+id/name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="text"
/>

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pwd"
tools:context=".MainActivity" />