1.Services A Service is an application component that can perform long-running operations in the background and does not provide a user interface. A.....
分类:
移动开发 时间:
2014-10-24 23:32:15
阅读次数:
428
1. Tasks and Back Stack An application usually contains multiple activities. Each activity should be designed around a specific kind of action the us....
分类:
移动开发 时间:
2014-10-24 14:16:41
阅读次数:
297
1. Loaders loaders make it easy to asynchronously load data in an activity or fragment. Loaders have these characteristics: They are available to ...
分类:
移动开发 时间:
2014-10-24 12:46:03
阅读次数:
159
1. Fragments A Fragment represents a behavior or a portion of user interface in an Activity. You can combine multiple fragments in a single activity.....
分类:
移动开发 时间:
2014-10-23 22:20:50
阅读次数:
458
1. Activities An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial the....
分类:
移动开发 时间:
2014-10-23 20:29:38
阅读次数:
316
1. App Fundamentals2. Device Compatibility3. System Permissions1. App Fundamentals 1.1 App Components Activities An activity represents a sin...
分类:
其他好文 时间:
2014-10-23 16:04:20
阅读次数:
274
directive 指令Directive components 指令部分使用指令自动引导一个AngularJS应用。ngApp指令指定应用程序的根元素,通常是放在页面的根元素如:or标签。AngularJS应用程序可以自动引导HTML文档、首先在文档中找到ngApp将被引导为应用程序的根元素。在H...
分类:
其他好文 时间:
2014-10-23 11:56:43
阅读次数:
141
原文:http://developer.android.com/guide/components/services.html...
分类:
移动开发 时间:
2014-10-22 20:23:56
阅读次数:
262
免费的SQLite开源源码只给提供了两个函数,只有实现这两个函数才能实现数据库整体加密。然后废了点劲从网上找了一个已经实现好的开源库http://sourceforge.net/projects/wxcode/files/Components/wxSQLite3/
然后大概写一下如何把它集成到自己的so库中。
首先下载源码,找到sqlite3/secure/src下,把其中所有的文件(除了s...
分类:
移动开发 时间:
2014-10-20 19:35:00
阅读次数:
282
unit Searches;(*-----------------------------------------------------------------------------*| Components TSearch & TFileSearch ...
分类:
其他好文 时间:
2014-10-20 00:36:40
阅读次数:
233