注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
课程汇总贴:
http://www.1point3acres.com/bbs/forum.php?mod=viewthread&tid=82091
截图内容:
请大家将每周的quiz和lab截图,会有版主为大家加1学分(50大米)。
Lectures. We have three sets of lectures.
1. Data Management. In this lecture we'll look at how applications can store and retrieve mostly application-specific data.
2. The ContentProvider Class. Another fundamental component of Android is the ContentProvider class, which allows multiple applications to share data, such as what we've seen in previous lessons with the Contacts ContentProvider.
3. The Service Class. The last fundamental component of Android is the Service class. This class allows applications to support long-running, in-the-background operations and to support inter-process method calls.
Weekly Quiz.
As always, we have a quiz this week.
Lab.
This week's Lab will expand on the Place Badges application we worked on last week. This week you will add a ContentProvider to store, manage and share PlaceBadge data across multiple applications. NOTE: Please be aware that although this Lab builds conceptually on Week 7's Lab, we had to make a number of changes to the underlying files. Therefore, we strongly encourage you to copy your Week 7 changes into a separate Week 8 project. That is, we don't want you to simply add code to your Week 7 Lab to produce your Week 8 lab. This may end up creating subtle inconsistencies that may be hard to debug.
|