WikiNotes for Android was written to demonstrate a number of core concepts in Android, including:
- Multiple Activities in an Application (View, Edit, Search, etc.)
- Default intent filters for View/Edit/Search based on MIME types- Life cycle of Activities
- Message passing via Bundles in Intents
- Use of Linkify to add Intent-firing links to text data
- Using Intents within an application
- Using Intents to use an Activity within another application
- Writing a custom ContentProvider that implements search by note title
- Registration of ReST-like URIs to match titles, and do contents searches
- SQLite implementations for insert, retrieve, update, delete and search
- UI layout and creation for multiple activities
- Menus and keyboard shortcuts
Many more great apps can be expected from this project.
Source : Android Developers Blog
No comments:
Post a Comment