1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:
移动开发 时间:
2015-03-07 20:00:18
阅读次数:
166
1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:
移动开发 时间:
2015-03-07 19:57:03
阅读次数:
201
iOS8下面状态栏文字颜色变白:首先,设置Info.plist中的View controller-based status bar appearance为YES。其次 在appdelegate 中的didfinishlaunching中 加入 OC: [[UINavigationBar appear...
分类:
移动开发 时间:
2015-03-06 18:44:21
阅读次数:
143
这个例子的Icons Only 和 Icons and marquee 没有什么特别好说明的。而Use Remote views in balloon 介绍了可以自定义在Extended Status bar显示Notification的Layout,Extended Status Bar缺省显示N...
分类:
移动开发 时间:
2015-03-06 18:41:16
阅读次数:
166
应用程序可以使用Notifications来通知用户某个事件发生了(如收到短信)。类NotificationManager 用来处理Notification, NotificationManager可以:在Status Bar上显示一个新的图标。在Extended status bar 窗口上显示附...
分类:
移动开发 时间:
2015-03-06 18:40:49
阅读次数:
212
二维码又称 QR Code,QR 全称 Quick Response,是一个近几年来移动设备上超流行的一种编码方式,它比传统的 Bar Code 条形码能存更多的信息,也能表示更多的数据类型:比如:字符,数字,中文等等。今天就来跟大家分享一下我的二维码生成解析工具,主要功能就是生成二维码,并且可以添...
"; echo "My name is " . get_class($this) . ""; } } //类内部调用 $bar = new Car(); $bar->getName(); //类外部调用 echo "Its name is " . ge...
分类:
Web程序 时间:
2015-03-05 20:47:00
阅读次数:
172
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2015-03-05 16:23:33
阅读次数:
171