forked from commonsguy/cw-android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·47 lines (41 loc) · 1.69 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Welcome to the source code for _The Busy Coder's Guide to Android
Development_!
All of the source code in this archive is licensed under the
Apache 2.0 license except as noted.
The names of the top-level directories roughly correspond to a
shortened form of the chapter titles. Since chapter numbers
change with every release, and since some samples are used by
multiple chapters, I am loathe to put chapter numbers in the
actual directory names.
Here is a lineup of chapters with sample projects and their
corresponding directory names, in chapter order:
Skeleton Creating a Skeleton Application
Layouts Using XML-Based Layouts
Basic Employing Basic Widgets
Containers Working with Containers
Selection Using Selection Widgets
FancyLists Getting Fancy with Lists
Fancy Employing Fancy Widgets and Containers
Menus Applying Menus
Fonts Fonts
WebKit Embedding the WebKit Browser
Messages Showing Pop-Up Messages
Threads Dealing with Threads
Prefs Using Preferences
Files Accessing Files
Resources Working with Resources
Rotation Handling Rotation
Java Leveraging Java Libraries
Internet Communicating via the Internet
Activities Launching Activities and Sub-Activities
Introspection Finding Available Actions via Introspection
Notifications Alerting Users Via Notifications
Maps Mapping with MapView and MapActivity
Phone Handling Telephone Calls
Search Searching with SearchManager
In addition, the "Managing and Accessing Local Databases" and
the two chapters on content providers ("Using a Content Provider"
and "Building a Content Provider") use the ContentProvider
directory of samples.
Also, "Creating a Service" and "Invoking a Service" share the
Service directory of samples.