Savage F. Morgan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年6月19日

摘要: Using self-defined Parcelable objects during an Android AIDL RPC / IPC callIn my previous post “Using the Android Interface Definition Language (AIDL)... 阅读全文
posted @ 2014-06-19 15:52 罗斯摩根 阅读(510) 评论(0) 推荐(0) 编辑

2014年6月17日

摘要: I finally figured this problem out. The device I am using is a Samsung Galaxy S4 and the actual problem (thanks Wibble for guidance in your answer, bu... 阅读全文
posted @ 2014-06-17 11:54 罗斯摩根 阅读(1168) 评论(0) 推荐(0) 编辑

2014年6月12日

摘要: Hi I'm writing an Android app to connect to a BLE peripheral device. Android 4.4.2, Galaxy Nexus.I have an LED on the device to indicate connection st... 阅读全文
posted @ 2014-06-12 13:49 罗斯摩根 阅读(3299) 评论(0) 推荐(0) 编辑

2014年6月11日

摘要: I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my lo... 阅读全文
posted @ 2014-06-11 14:16 罗斯摩根 阅读(3485) 评论(0) 推荐(0) 编辑

2014年6月6日

摘要: 左右晃动的效果: (这边显示没那么流畅)一、续播(不知道取什么名字好,就是先播放动画A, 接着播放动画B)有两种方式。第一种,分别动画两个动画,A和B, 然后先播放动画A,设置A 的AnimationListener。当onAnimationEnd触发(即A播放完毕)时,开始播放B。[java] v... 阅读全文
posted @ 2014-06-06 16:47 罗斯摩根 阅读(1281) 评论(0) 推荐(0) 编辑

摘要: You have to start a scan for Classic Bluetooth devices with startDiscovery() and a scan for Bluetooth LE devices with startLeScan(). Caution: Performi... 阅读全文
posted @ 2014-06-06 13:46 罗斯摩根 阅读(3809) 评论(0) 推荐(0) 编辑

2014年5月29日

摘要: try to use:myTimePicker.setDescendantFocusability(TimePicker.FOCUS_BLOCK_DESCENDANTS);to disable focus on the text views of the internal NumberPickers... 阅读全文
posted @ 2014-05-29 16:50 罗斯摩根 阅读(337) 评论(0) 推荐(0) 编辑

2014年5月28日

摘要: 上一篇文章讲了Android的左右滑动切换,实现过程是非常简单,一些新手可能会向深入了了解Activity切换的原理,下面主要对左右滑动进行深入的探讨,并以项目中的一个切换效果来进一步了解。Activity的切换效果使用的是Android的动画效果,Android的动画在官方有相关资料:http:/... 阅读全文
posted @ 2014-05-28 14:43 罗斯摩根 阅读(879) 评论(0) 推荐(0) 编辑

2014年5月26日

摘要: As said at Datatypes In SQLite Version 3:Datatypes In SQLite Version 3Most SQL database engines (every SQL database engine other than SQLite, as far a... 阅读全文
posted @ 2014-05-26 15:39 罗斯摩根 阅读(225) 评论(0) 推荐(0) 编辑

摘要: sing the emulators (adb shell sqlite3 --version):SQLite 3.7.11:19-4.4-KitKat18-4.3-Jelly Bean17-4.2-Jelly Bean16-4.1-Jelly BeanSQLite 3.7.4:15-4.0.3-I... 阅读全文
posted @ 2014-05-26 15:19 罗斯摩根 阅读(447) 评论(0) 推荐(0) 编辑