-
ListViewTable
Android中使用ListView实现表格形式的部局
* 本例使用ListView和自定义的行部局实现了一个最基本的表格部局
* 和一个可变长度的表格部局
* 并实现了简单的行组件的单击事件(Use listview to make a basic table style layout, and a variable length table style layout, and a simple click event of the component in it)
- 2012-08-22 09:58:19下载
- 积分:1
-
读书类的APP,简单的DEMO
简单的txt浏览器,感觉还算好用吧。喜欢的下载吧
- 2015-01-21下载
- 积分:1
-
Androidstudio例子
Androidstudio例子 Androi Androidstudio例子例子
- 2022-08-07 04:50:49下载
- 积分:1
-
直播聊天室源代码
以上可以极大的节约视频直播产品的开发和运营成本。目前融云承担的日消息分发量峰值已经超过 1000 亿。视频直播 SDK您也可以把以上的主播端和观众端打包到同一个 App 里,同时提供主播推流功能,又提供观众端拉流观看的功能。融云直播聊天室对于以上几种模式的支持都是完全相同的。
- 2022-04-26 13:43:44下载
- 积分:1
-
基于android平台的钢琴软件,可以播放MIDI,有练习模式,类似劲乐团。
基于android平台的钢琴软件,可以播放MIDI,有练习模式,类似劲乐团。
- 2022-04-25 08:31:45下载
- 积分:1
-
ButterflyDemo
android里面带有进度条的button,非常实用,好用,很漂亮的(android button with a progress bar which is very practical, easy to use, very nice)
- 2014-12-26 12:47:50下载
- 积分:1
-
屏幕滚动与布局设计
屏幕滚动与布局设计
- 2014-04-24下载
- 积分:1
-
NewVpn
这是一个在android平台上用虚拟VPN的pptp实现的源代码,主要是pptp协议的实现(This is an android platform using the VPN pptp virtual realization of the source code, mainly pptp protocol implementation)
- 2013-07-10 11:12:36下载
- 积分:1
-
带 Android 应用的桌面蓝牙锁定程序
翻译 maninwest@Codeforge 作者:Arkadeep De@CodeProject在创建了一个 USB 锁定程序后,我想应该创建一个蓝牙锁。这样做了以后,我想,为什么不创建一个安卓应用来访问呢?让我们一起来了解如何创建具有安卓应用的蓝牙锁定程序。使用代码让我们来了解代码。首先,您需要找到设备附近的蓝牙设备:InTheHand.Net.Sockets.BluetoothClient bc = new InTheHand.Net.Sockets.BluetoothClient();
InTheHand.Net.Sockets.BluetoothDeviceInfo[] array = bc.DiscoverDevices();在数组中,所有可发现的设备都会列出,现在你可以查看每个设备的 MAC 地址。 for (int i = 0; i < array.Length; i++)
{ this.address_array[i] = array[i].DeviceAddress;
mac = mac + this.address_array[i].ToString();
}完成检查后,检查你的设备的 mac 地址是否在发现的设备中。如果有,锁定计算机。如何锁定计算机:[DllImport("user32.dll", SetLastError = true)] static extern bool LockWorkStation(); bool result = LockWorkStation(); if (result == false)
{ // An error occurred throw new Win32Exception(Marshal.GetL
- 2022-06-14 15:28:20下载
- 积分:1
-
AndEnginee-Tutorial
android andengine的源代码变成方法。(the method of Android Andengine programming.)
- 2013-08-02 00:14:51下载
- 积分:1