-
andoird 读取PDF并翻页例子源码下载(含类库以及完整实例源码)
andoird 读取PDF并翻页例子源码下载(含类库以及完整实例源码)
- 2015-04-22下载
- 积分:1
-
利用STM32F407实现人脸识别
利用STM32F407实现人脸识别
- 2019-08-04下载
- 积分:1
-
安卓端简易地图程序的设计与实现
在Android平台下开发整合百度地图服务的应用程序,主要包括获取Map
API Key、地图查询应用和导航应用等内容。
本作品给出的地图系统扮演着与用户直接交互并提供服务的重要角色,它需要提供友好的、方便的用户操作界面,接收用户的各项操作并将这些操作转化成与之对应的命令,采用用户活动的方式完成各种服务逻辑流程。
- 2023-01-25 04:15:04下载
- 积分:1
-
Android
安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
- 2013-12-16 21:07:34下载
- 积分:1
-
BaiDuMapApiDemo
public class BMapApiDemoApp extends Application
{
static BMapApiDemoApp mDemoApp;
// 百度MapAPI的管理类
BMapManager mBMapMan = null;
// 授权Key
// 申请地址:http://developer.baidu.com/map/android-mobile-apply-key.htm
String mStrKey = "866FCA5A50327A48A9857274B5B0FA066DDCDF90";
boolean m_bKeyRight = true; // 授权Key正确,验证通过
// 常用事件监听,用来处理通常的网络错误,授权验证错误等
static class MyGeneralListener implements MKGeneralListener
{
@Override
public void onGetNetworkState(int iError)
{
Log.d("MyGeneralListener", "onGetNetworkState error is " + iError);
Toast.makeText(BMapApiDemoApp.mDemoApp.getApplicationContext(), "您的网络出错啦!", Toast.LENGTH_LONG).show();
}
@Override
public void onGetPermissionState(int iError)
{
Log.d("MyGeneralListener", "onGetPermissionState error is " + iError);
if(iError
- 2022-03-24 01:15:32下载
- 积分:1
-
TongzhilanStudy
利用service来实现安卓通知栏通知功能,类似QQ在后台运行通知栏会有图标。(Service to Android notification bar notification feature, similar to QQ notification bar running in the background will be icon.)
- 2012-09-28 11:31:29下载
- 积分:1
-
T_ReboundAnim
提供了android的gallary和gridview的反弹效果,如已经到头了,在按《-键或鼠标拖动,会有反弹效果(Provides the android gridview gallary and rebound effects, such as have already been explored, and in the press "- key or mouse to drag, there will be a rebound effect)
- 2011-12-22 16:56:54下载
- 积分:1
-
android-viewflow-master
android-viewflow-master source file
android exsample file
- 2014-09-30 19:27:36下载
- 积分:1
-
基础级的Android SQLite使用范例
SQLite基础级的用法例子,Android SQLite使用范例,包括了创建SQLite数据库,建立连接到插入数据等的一系列操作,比较适合Android开发新人学习参考。运行效果如界面所示,可在文本框中输入字符,然后点击“插入”按钮,将数据添加到SQLite数据库中。比较典型的代码如下:
db.execSQL("create table mydb(_id integer primary key autoincrement,title varchar(255),content varchar(255))");
insertData(db, title.getText().toString(), content.getText().toString());
Cursor cursor = db.rawQuery("select * from mydb", null);//查询的结果集,类似ResultSet。
- 2022-07-26 07:54:24下载
- 积分:1
-
Android-Total(5)
关于android开发技巧总汇系系列5,内容总结的不错,值得参考(Department on android development skills confluence Series 5, the content summary of good, valuable reference)
- 2013-07-12 12:56:58下载
- 积分:1