登录
首页 » Android » android编程200实例

android编程200实例

于 2023-03-19 发布 文件大小:42.65 MB
0 152
下载积分: 2 下载次数: 1

代码说明:

android编程实例,包含多个android的实际用法和典型应用,并附有详细的解释,一共200个实例

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

发表评论

0 个回复

  • AutoDictionary
    Stores new words temporarily until they are promoted to the user dictionary for longevity for Andriod.
    2013-10-23 23:04:04下载
    积分:1
  • android 具有阻尼效果的ScrollView 实例源码下载
    android 具有阻尼效果的ScrollView 实例源码下载
    2014-11-04下载
    积分:1
  • 订餐服务
    Android 项目排序菜单在任何餐厅或书一张桌子等。Android 操作系统项目,而不必直接命令菜单、 付账等用来书表中任何一家餐馆。
    2022-08-23 18:00:44下载
    积分: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
  • AndroidService
    Android的服务Service,两种不同的实现方法 service概念及生命周期,以及测试生命周期的工程(Android Service Service, two different concepts and implementations service life cycle, and test the project life cycle)
    2011-05-08 08:35:01下载
    积分:1
  • opengles3-book-master
    open gls3 android book
    2014-12-21 23:26:02下载
    积分:1
  • Android OnClickListener监听接口用法范例
    Android OnClickListener监听接口用法范例,基础级的例子,   Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象   button.setOnClickListener(//为按钮对象添加OnClickListener接口实现    //OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件   new View.OnClickListener(){   public void onClick(View v){   LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象   String msg=LinearActivity.this.getResources().getString(R.string.button);   Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象   tempbutton.setText(msg+(++count));//设置Button控件显示的内容   tempbutton.setWidth(80);//设置Button的宽度   ll.addView(tempbutton);//向线性布局中添加View   System.out.println("========= count"+count);
    2023-05-27 15:00:04下载
    积分:1
  • Snake
    android2.3 下编译的贪吃蛇游戏 对于手机游戏开发者是个不错的借鉴(android2.3 compiled the Snake game for mobile game developers is a good reference)
    2012-06-14 14:16:49下载
    积分:1
  • android 简单画板手写板/签名 例子源码下载
    画板
    2015-04-23下载
    积分:1
  • 下拉刷新控件
    android的下拉刷新控件,实现列表下拉刷新动画,方便实用,也可为你自己实现下拉刷新控件提供参考。
    2022-04-29 12:27:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载