-
test_asynctask
这是自己编写的一套android关于异步下载处理的源码。(Asynchronous download android)
- 2011-05-10 21:11:21下载
- 积分:1
-
Android TitleProgressBar一例 标题圆圈进度条
Android TitleProgressBar标题栏处的圆圈进度条一例,是一个进度条,只是显示在Title标题栏处,这种形式也比较常见的。由测试图可看出,标题栏右侧显示一个圆形的进度条,这就是本例所表达的重点。
- 2023-01-05 20:55:04下载
- 积分: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
-
Android Proximity Alert 手机接近进警告或提示功能一例
Android Proximity Alert 手机接近进警告或提示功能一例
LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
//定义接近区域的大致经度、纬度
double longitude = 113.39;
double latitude = 23.13;
//定义接近区域的半径(5公里)
float radius = 5000;
//定义接近区域后 触发的PendingIntent
Intent intent = new Intent(this,ProximityAlertReciever.class);
PendingIntent pi = PendingIntent.getBroadcast(this, -1, intent, 0);
//添加接近警告
lm.addProximityAlert(latitude, longitude, radius, -1, pi);
- 2023-05-01 11:35:03下载
- 积分:1
-
android dialog
android 多種dialog
/**確定取消資訊框 **/
/**多個按鈕資訊框 **/
/**列表框 **/
/**進度條框 **/
/**單項選擇列表框 **/
/**多項選擇列表框 **/
/**自定義佈局 **/
/**讀取進度框 **/
- 2022-03-17 08:25:23下载
- 积分:1
-
Getting Started with the actual combat android development, recently many of my...
android开发入门与实战,近来很多朋友想在网上找相关的代码资料,我就买了此书并上传相关代码资料,希望我们多学习。-Getting Started with the actual combat android development, recently many of my friends want to find the relevant code for online information, I bought the book and upload the relevant code information, would like us to learn more.
- 2022-07-21 09:45:58下载
- 积分:1
-
android 获取系统自带通讯录 示例源码下载
android 获取系统自带通讯录 示例源码下载
- 2014-02-14下载
- 积分:1
-
Day6_one
安卓的基础图像动作,附带matrix,带有旋转、错切、平移等多功能(Action of the the Andrews basis of image, incidental matrix, with rotating the wrong cut, pan, such as multi-functional)
- 2012-10-19 16:08:18下载
- 积分:1
-
Android实现imageView显示圆角图片、描边图片效果
Android实现imageView显示圆角图片、描边图片效果,具体效果请参见运行截图所示。用在你的android APP中,可美化图片,让图片的显示更漂亮。这个例子主要是让大家熟悉imageView控件的用法技巧,除了可以实现圆形图片、圆角图片、为图片增加各种颜色大小的边框外,还有很多功能,敬请下载源码。
- 2022-05-21 05:40:53下载
- 积分:1
-
Android 展开android通知栏(兼容4.2及以上)实例源码
用到 android反射相关方法 实现展开通知栏示例
- 2014-05-26下载
- 积分:1