• 大小: 18.26MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-02
  • 语言: Java
  • 标签: Android  stud  聊天  通讯  

资源简介

本次设计旨在构建一个基于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个文件信息

评论

共有 条评论