-
安卓 树形视图实例源码下载
安卓 树形视图实例源码下载
- 2015-02-08下载
- 积分:1
-
PiedPiper类飞鸽局域网文件传输
类似于飞鸽的局域网及时聊天工具可传输文件
- 2022-12-06 16:25:03下载
- 积分:1
-
imiFirewall
手机安全防火墙源码是一套比较全面的安卓手机安全方面的源码,总结起来就是三大防火墙电话防火墙、短信防火墙和网络防火墙和一些零碎的小工具。网络防火墙有流量预警功能,可以设置2G3G和wifi的数据流量和显示流量统计。小工具有android的命令行工具,测试了一下可以使用一些简单的liunx命令。还有一个超级终端功能。任务管理器可以结束进程和查看进程的通话防火墙支持通话黑白名单,可以选择电话被拒接以后的回复语、短信防火墙跟电话防火墙功能差不多。(Mobile security firewall source code is a more comprehensive Android mobile phone safety aspects of the source code, to sum up is three firewall phone firewall, SMS firewall and network firewall and some fragmentary gadget. Network firewall has traffic warning function, you can set the 2G3G and WiFi data flow and display traffic statistics. As a command line tool with Android, you can use some simple liunx command test. There is also a super terminal function. Task manager to end of the process and check process call firewall support call black and white list, can choose the telephone was refused to reply, SMS firewall with phone firewall functions in a similar way.)
- 2016-07-21 11:41:57下载
- 积分:1
-
RainCMS
说明: e4a易安卓app后台管理源码,可生成卡密,可用于登入和注册用户(E4A easy Android app background management source code, can generate a card, can be used to log in and register users)
- 2020-06-22 08:20:01下载
- 积分:1
-
文件管理器android
这是用安卓开发的一个简单的文件管理器,简单方便。适合新手看!!
- 2022-06-28 23:52:14下载
- 积分:1
-
BlueTooth
Android的蓝牙编程例子,基于SPP协议与蓝牙串口设备通信.(Android Bluetooth programming examples, based on the SPP agreement with the Bluetooth serial device communication)
- 2011-06-12 13:52:42下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
Android平台使用USB摄像头采集图像
资源描述适合于Android开发板外接的USB摄像头的开发应用,JNI部分是用v4l2来实现的
- 2022-02-01 10:56:07下载
- 积分:1
-
Thgs
This is a good example of a ListBox to learn from Symbian.
- 2018-09-27 11:06:26下载
- 积分:1
-
Soduku android
本源码是基于android2.3平台的数独游戏,上层界面采用java语言来写,底层核心算法采用C++,可以实现对数独解法的提示,兼有提示最有可能填出来的空格
- 2022-10-28 06:35:04下载
- 积分:1