資源簡介
本次設計旨在構建一個基于Android的聊天系統,對Android系統構建以及網絡通信的方式進行了相關研究,了解聊天系統構建的相關知識。使用Android Studio軟件構建客戶端,使用VS2015的C#語言構建服務器端,客戶端進行消息的發送與接收,服務器端進行信息管理以及信息中轉,客戶端與服務器端聯合使用,最終構成了一個簡單的聊天系統。
代碼片段和文件信息
/**
?*?Automatically?generated?file.?DO?NOT?MODIFY
?*/
package?net.sk8erboy.myim.test;
public?final?class?BuildConfig?{
??public?static?final?boolean?DEBUG?=?Boolean.parseBoolean(“true“);
??public?static?final?String?APPLICATION_ID?=?“net.sk8erboy.myim.test“;
??public?static?final?String?BUILD_TYPE?=?“debug“;
??public?static?final?String?FLAVOR?=?““;
??public?static?final?int?VERSION_CODE?=?1;
??public?static?final?String?VERSION_NAME?=?“1.0“;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.????129536??2018-05-19?00:17??MyIMServer\.vs\MyIMServer\v14\.suo
?????文件????????189??2018-04-12?19:36??MyIMServer\client\App.config
?????文件???????5632??2018-04-17?19:09??MyIMServer\client\bin\Debug\client.exe
?????文件????????189??2018-04-12?19:36??MyIMServer\client\bin\Debug\client.exe.config
?????文件??????15872??2018-04-17?19:09??MyIMServer\client\bin\Debug\client.pdb
?????文件??????22696??2018-04-13?20:28??MyIMServer\client\bin\Debug\client.vshost.exe
?????文件????????189??2018-04-12?19:36??MyIMServer\client\bin\Debug\client.vshost.exe.config
?????文件????????490??2015-06-04?12:48??MyIMServer\client\bin\Debug\client.vshost.exe.manifest
?????文件????????881??2018-04-12?19:36??MyIMServer\client\client.cs
?????文件???????2709??2018-04-12?19:36??MyIMServer\client\client.csproj
?????文件????????382??2018-04-13?20:28??MyIMServer\client\obj\Debug\client.csproj.FileListAbsolute.txt
?????文件???????1922??2018-04-13?20:27??MyIMServer\client\obj\Debug\client.csprojResolveAssemblyReference.cache
?????文件???????5632??2018-04-17?19:09??MyIMServer\client\obj\Debug\client.exe
?????文件??????15872??2018-04-17?19:09??MyIMServer\client\obj\Debug\client.pdb
?????文件???????6728??2018-04-30?15:33??MyIMServer\client\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2018-04-12?19:36??MyIMServer\client\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2018-04-12?19:36??MyIMServer\client\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2018-04-12?19:36??MyIMServer\client\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????800??2018-04-12?19:36??MyIMServer\client\Program.cs
?????文件???????1338??2018-04-12?19:36??MyIMServer\client\Properties\AssemblyInfo.cs
?????文件????????189??2018-04-11?19:10??MyIMServer\MyIMServer\App.config
?????文件????????374??2018-04-12?19:36??MyIMServer\MyIMServer\App.xaml
?????文件????????337??2018-04-12?19:36??MyIMServer\MyIMServer\App.xaml.cs
?????文件??????44155??2018-04-17?19:42??MyIMServer\MyIMServer\bin\Debug\images\p1.png
?????文件??????44591??2018-04-17?19:42??MyIMServer\MyIMServer\bin\Debug\images\p2.png
?????文件??????44917??2018-04-17?19:43??MyIMServer\MyIMServer\bin\Debug\images\p3.png
?????文件??????44474??2018-04-17?19:43??MyIMServer\MyIMServer\bin\Debug\images\p4.png
?????文件??????51712??2018-05-16?21:03??MyIMServer\MyIMServer\bin\Debug\MyIMServer.exe
?????文件????????189??2018-04-11?19:10??MyIMServer\MyIMServer\bin\Debug\MyIMServer.exe.config
?????文件?????140800??2018-05-16?21:03??MyIMServer\MyIMServer\bin\Debug\MyIMServer.pdb
............此處省略1947個文件信息
評論
共有 條評論