
android app
hai836045106
android
展开
-
android判断和创建快捷方式(4.03测试通过)
整理了网上的创建方式的代码,对于快捷方式的判断使用系统api获取当前启动器来处理,这样系统定制过或者启动器不一样也没关系 。原创 2014-05-12 16:22:38 · 1634 阅读 · 0 评论 -
Android代码片段:设备信息
设备ID /** * Use for getting your device id if available. * * @param context * @return your device id */ public static String getDeviceId(Context context) { Tel原创 2015-06-04 15:34:47 · 570 阅读 · 0 评论 -
Android代码片段:验证数据
验证邮箱 /** * check the email address is valid or not. * * @param email pass email id in string * @return true when its valid otherwise false */ public static boolean i原创 2015-06-04 15:25:21 · 632 阅读 · 0 评论 -
Android Studio常用插件
Parcelable boilerplate code generation 可以生成实现Parcelable接口所需的字段和方法 Android Studio Prettify从布局文件中生成对View的声明(不使用注解) GsonFormat快速实现JavaBean http://blog.youkuaiyun.com/dakaring/article/details原创 2015-10-19 11:45:00 · 1494 阅读 · 0 评论 -
Ubuntu安装 AndroidStudio
$ sudo apt-get install –reinstall libc6-i386 $ sudo apt-get install libncurses5:i386 $ sudo apt-get install libstdc++6:i386 $sudo apt-get install lib32z1原创 2015-10-09 16:17:05 · 613 阅读 · 0 评论