Advertisement

Android Client TCPClient

阅读量:

连接、断开、发送、接收——基础功能

1、建立工程

2、 页面配置文件

(1)

复制代码
 <?xml version="1.0" encoding="utf-8"?>

    
 <LinearLayout
    
     xmlns:android="http://schemas.android.com/apk/res/android"
    
     xmlns:tools="http://schemas.android.com/tools"
    
     android:layout_width="match_parent"
    
     android:layout_height="match_parent"
    
     android:orientation="vertical"
    
     android:paddingBottom="@dime

全部评论 (0)

还没有任何评论哟~