登录
首页 » Android » Android ʹ

Android ʹ

于 2022-03-25 发布 文件大小:33.83 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

Android ʹ

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

发表评论

0 个回复

  • android
    android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,
    2022-02-04 00:26:11下载
    积分: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
  • UsbHostDemo
    主要是通过USB host 与HID设备进行通讯:枚举设备->找到设备的接口->连接设备->分配相应的端点->在IN端点进行读操作,在OUT端点进行写操作。 Mainly through the USB host to communicate with HID devices: enumerate devices-> find the device interface-> Connect device-> Assign appropriate endpoint-> the IN endpoint read, write in the OUT endpoint.
    2022-01-21 22:08:54下载
    积分:1
  • android微信第三方平台
    资源描述android微信第三方平台,提供分享、收藏、支付等接口
    2022-04-13 14:56:25下载
    积分: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源码
    包括以下功能: 1.支付(支付宝,微信,百度钱包,网银)  2.首页 3.热卖 4.商品大全  5.购物车  6.我的  7.商品列表  8.商品详情  9.注册/登录  10.收货地址  11.我的订单  12.我的收藏
    2022-03-17 01:25:42下载
    积分:1
  • 扫描枪精简demo
    通过USB接口 监听键盘事件 获取扫描结果
    2023-06-10 11:50:06下载
    积分:1
  • Android
    2022-08-06 05:50:46下载
    积分:1
  • 联系人信息过滤系统
    应用背景本系统可通过继承ArrayAdapter简单实现联系人信息过滤的功能关键技术本系统可通过继承ArrayAdapter简单实现联系人信息过滤的功能,联系人对象由三个属性构成,存放于一个Item布局中,没有通过继承BaseAdapter来实现,因为还必须另外增加过滤功能的类,比较繁琐,直接重写了ArrayAdapter中getView方法后,既可以显示复杂Item布局,又能使用ArrayAdapter自带的各种方法,来实现过滤功能
    2022-10-28 14:25:03下载
    积分:1
  • filemanager04
    简易的Filemanager,有listview和gridview,同时可以开启档案。(Simple Filemanager, a listview and gridview, and can open the file.)
    2011-09-26 13:35:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载