-
android使用静态变量共享数据
在andorid开发中,经常会遇到在一个界面中控制另一个界面上数据的情况,这里的静态变量就是这种应用情景的实现,在一个activity中定义静态变量,在另一个activity中获取到这个变量并改变它的数值,这样就实现了静态变量在两个activity之间共享数据的功能。
- 2023-03-09 03:50:04下载
- 积分:1
-
java-master
Android插件
PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second.
The atomic components that make up a data stream are API Keys, Messages, and Channels.(PubNub Java-based SDKs for Java/Android
PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second.
The atomic components that make up a data stream are API Keys, Messages, and Channels.)
- 2016-06-05 13:38:05下载
- 积分:1
-
Java-Android-Control
android常用的系统控件源码集,包括一些常用的界面控件的源码,比如菜单,单选按钮、按钮文字和背景的设置、带动画的按钮、按钮事件监听的实现、checkbox进行监听、EditText编辑框、单项选择、多项选择、Menu菜单、WebView使用等。(Commonly used Android system controls the source code set, including some commonly used interface control source, such as menus, radio buttons, button text and the background settings, with animation button, button event listener implementation, checkbox monitor, EditText edit box, multiple choice, multiple choice, Menu menu, WebView use.)
- 2012-02-10 13:38:19下载
- 积分:1
-
b
说明: 安卓渗透工具,教学使用,严禁用于非法用途否则后果自负(Android Infiltration Tools, Teaching Use, Strictly Banned for Illegal Use Otherwise the Consequences are Owned)
- 2019-07-19 12:10:43下载
- 积分: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
-
tab host
tab host
- 2013-06-09下载
- 积分:1
-
ShipCalendar
java经典日历,在android移动端实现日历列表功能(java calendar)
- 2014-07-05 13:49:29下载
- 积分:1
-
CalendarView-master2
it is for android calendar
- 2013-09-02 20:12:57下载
- 积分:1
-
android 百度地图应用实例源码下载
android 百度地图应用实例源码下载
- 2015-02-25下载
- 积分:1
-
ditushangliangdianjianjuli
使用eclipse实现的计算地图上两点间距离的程序,是一中安卓的小应用程序(The eclipse implementation program to calculate the distance between two points on the map, is the application of one Andrews)
- 2013-04-23 12:55:45下载
- 积分:1