登录
首页 » Android » Android实现Wifi传输文件

Android实现Wifi传输文件

于 2022-02-13 发布 文件大小:10.94 kB
0 198
下载积分: 2 下载次数: 1

代码说明:

通过Android实现文件的传输。让文件分享更容易,只需拥有一台 Android 设备,就可以将文件分享到任何可以连接 WIFI 的设备中,比如 iPhone、其他 Android、笔记本电脑等等。分享后 Android 设备(A)会自动创建一个热点,这时让另外一个设备(B)连接此热点,很快 Fast File Transfer 会识别到,并给出一个地址,从 B 设备中打开这个地址,就完成了文件的传输。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • POINTSAAAAAA
    ASDDD说明(英文):(提示:至少100个字符。请尽你所能详细描述你的项目。更好的内容将为您赢得更多的分数)描述(英文):(提示:至少100个字符。请尽你所能详细描述你的项目。更好的内容将为您赢得更多积分);
    2022-03-11 21:09:35下载
    积分:1
  • android notification 通知示例源码下载
    android notification 通知示例源码下载
    2014-02-16下载
    积分:1
  • android 创建热点
    android 热点创建
    2015-05-17下载
    积分:1
  • Android Proximity Alert 手机接近进警告或提示功能一例
    Android Proximity Alert 手机接近进警告或提示功能一例   LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);   //定义接近区域的大致经度、纬度   double longitude = 113.39;   double latitude = 23.13;   //定义接近区域的半径(5公里)   float radius = 5000;   //定义接近区域后 触发的PendingIntent   Intent intent = new Intent(this,ProximityAlertReciever.class);   PendingIntent pi = PendingIntent.getBroadcast(this, -1, intent, 0);   //添加接近警告   lm.addProximityAlert(latitude, longitude, radius, -1, pi);
    2023-05-01 11:35:03下载
    积分:1
  • 单片机+ESP8266实现WIFI无线插座 程序
    【实例简介】通过WiFi控制灯泡亮灭,实现无线控制和墙壁开关双联开关的控制
    2021-08-09 00:31:00下载
    积分:1
  • 高仿微信UI界面
    本软件基本实现微信的所有UI效果。具备如下功能点:登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦! 新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
    2022-07-02 13:24:01下载
    积分:1
  • 安卓蓝牙4.0自动扫描连接
    本资源是关于安卓系统与蓝牙4.0,2.0互连通信的例程。可实现的功能包括扫描,自动连接,数据通信等。4.0采用android bluetooth Le API。程序亲测可用。
    2022-08-08 10:57:46下载
    积分:1
  • ProviderInfo
    Holds information about a specific android.content.ContentProvider content provider.
    2014-05-17 23:56:15下载
    积分:1
  • listviewheSQLitezhishi
    注意:本项目是基于android studio开发的,eclipse可能无法直接使用。 本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。 本项目涉及的知识点有: 1、SQLite的基本使用,增删查改 2、listview,adapeter的基本使用 3、activity生命周期 4、intent、bundle传递参数 5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use. This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently. The knowledge points involved in this project are: 1, the basic use of SQLite, CRUD 2, listview, the basic use of adapeter 3, activity life cycle 4, intent, bundle transfer parameters 5, the basic use of AlertDialog)
    2016-07-25 11:25:09下载
    积分:1
  • 类似(模拟)聊天工具
    资源描述类似Q的一个聊天工具实现方式,主要实现的是类似Q头像的处理,上传,更新等实现方式的源码,请想要的朋友下载,互相学习,交流,共同进步。
    2022-06-12 14:45:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载