-
NFCDemo
安卓NFC读写M1卡,默认采用默认密钥读写M1卡所有扇区的数据并显示出来。(The android NFC reads and writes the M1 card by default using the default key to read and write the data for all sectors of the M1 card.)
- 2020-07-03 04:00:01下载
- 积分:1
-
Android MIUI小米录音机源码
应用背景android代码都是开源的,可以根据自己的需要进行修改。相信有很多同学都会用小米手机,自己制作一个小米手机的应用去跟小米的开发工程师PK还是不错的。上传的代码已通过小米手机测试。关键技术上传的代码用java 开发,开发环境是eclipse,开发小米录音机对于android开发初学者还是不错的。
- 2022-09-24 12:30:04下载
- 积分:1
-
timerpickercompat
用fragment实现的timepicker,风格为material design,接口友好,有白天模式和夜间模式,其中白天模式可设置主题色
- 2022-03-25 03:17:11下载
- 积分:1
-
AhHuiUniversity
随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a
development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
- 2013-10-30 13:56:55下载
- 积分:1
-
PlayActivity
android 播放器代码例子,用于实现音乐播放的功能。可用作学习资料。(android player code example.)
- 2010-09-19 17:29:37下载
- 积分:1
-
android BLE4.0与CC2540通信 操作LED
应用背景
BLE4.0 android应用
android下BLE的方法属性应用
与底层硬件通过UUID通信,控制硬件LED
蓝牙应用
android UI
关键技术
BLE4.0 android下属性方法
android 4.4下BLE的扫描,连接,数据传输与处理
- 2023-07-21 22:40:02下载
- 积分:1
-
基于STM32F103实现智能灯光亮度调节器
【实例简介】基于STM32F103实现智能灯光亮度调节器
- 2021-12-19 00:33:37下载
- 积分:1
-
Android蘑菇街多平台聊天工具TeamTalk
应用背景
蘑菇街多平台聊天工具:
TeamTalk的原型是Android-IM,使用Eclipse开发环境,如果编译出错,请修改项目根目录下的 project.properties 文件。
目录解释
README.md 文件 -- 项目介绍信息。
mogujie_android_style.xml 文件-- 代码风格模板,需要导入到eclipse perferences的code style中。
AndroidManifest.xml用于设置应用程序的版本、用户权限及注册Activity等组件及其他配置。
src
├ com.mogujie.im.adapter --UI用到的相关数据适配器
├ com.mogujie.im.adapter.album --相册数据处理相关的数据适配器
├ com.mogujie.im.app --存放程序全局类的包
├ com.mogujie.im.audio.biz --存放语音的业务接口类
├ com.mogujie.im.cache --缓存相关的实现
├ com.mogujie.im.cache.biz --缓存的业务接口类
├ com.mogujie.im.config --常量级的配置信息
├ com.mogujie.im.conn --网络连接与状态维护
- 2022-03-19 15:29:50下载
- 积分:1
-
utils 常用工具类
utils 常用工具类,包含图片压缩,文件夹管理,activity管理等
- 2022-03-04 13:09:12下载
- 积分:1
-
界面切换Demol
动态加载Fragment1的布局文件
view=inflater.inflate(R.layout.fragment1,container,false);
获取布局上的控件,注意通过view获取
tvinfo=(TextView)view.findViewById(R.id.textView8);
tvinfo.setText("微信");
注意Toast第一个参数上下文
//实例化ArticleModel,调用方法获取网络数据
ArticleModel articleModel=new ArticleModel();
- 2022-03-13 14:58:04下载
- 积分:1