-
内存大小和SDcard大小的查看
应用背景对于一个安卓系统来说,我们需要时刻掌握系统的存储空间大小使用情况,这是我们在创建管家软件的前提和基础。本代码就是一个简单的Demo,可以显示出该安卓系统下的内存和SDCard的大小以及内存和SDCard使用情况,以及剩余的空间大小是多少,非常适合初学者去理解如何调用安卓库中的相关函数关键技术主要是调用了安卓系统中的相关函数等等。String text = "总内存大小为"+resulttotal1+"剩余内存大小为"+resultab1+"
"+"总SDCard大小为"+resulttotal2+"剩余SDCard大小为"+resultab2+"
";
- 2022-01-21 00:22:35下载
- 积分:1
-
android
android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,android 日历,很不错的,收藏着以后可以看看,当作参考吧,很详细的,写的不错的日历demo,
- 2022-02-04 00:26:11下载
- 积分:1
-
PhoneGap
PhoneGap.zip,方便快捷开发Android,IOS客户端的开发(PhoneGap.zip, convenient and efficient development of developing Android, IOS clients)
- 2014-02-19 10:37:55下载
- 积分:1
-
android 开奖转盘示例完整源码下载
android 开奖转盘示例完整源码下载
- 2014-04-29下载
- 积分:1
-
仿微信APP完整实例源码
通过对本实例源码的深入学习研究,了解和掌握一个完整的安卓APP是如何制作出来的,源码内附详细注释。
- 2017-08-04下载
- 积分:1
-
android文件加密
每个人都有一个秘密,不能给人看见的秘密,比如个人日记、个人相片···这次分享的是一个基于android平台的文件加密源码,供大家学习参考,我们选择一个g.txt的文件,放在SD卡根目录,也就是/mnt/sdcard目录的设置修改请查看config
- 2022-11-01 05:05:03下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
read and write WAV file (audio file)
read and write Wav file (audio file). read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).
- 2022-07-07 08:44:05下载
- 积分:1
-
android电子点餐系统
CREATE PROCEDURE `new_proc`(IN tableId1 INTEGER(11), IN tableId2 INTEGER(11))
NOT DETERMINISTIC
SQL SECURITY DEFINER
COMMENT ""
BEGIN
declare perNum,oId1,oId2 integer;
select personNum into perNum from OrderTbl as ot where
ot.tableId =tableId2
and ot.isPay = 0;
select id into oId1 from OrderTbl as ot where
ot.tableId = tableId1
and ot.isPay = 0;
select id into oId2 from OrderTbl as ot where
ot.tableId = tableId2
and ot.isPay = 0;
update Order
- 2022-08-09 22:02:27下载
- 积分:1
-
安卓坠落探测器
应用背景帮忙照顾老了。如果他们跌倒,智能手机可以检测到下降的动作,并发出警报,他们的家人。关键技术安卓智能手机传感器。爪哇语。发送短信,要求帮助。
- 2022-03-14 08:21:51下载
- 积分:1