Skip to content

Commit

Permalink
Updates to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gmilette committed Jun 4, 2012
1 parent 5a35082 commit 5825b01
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -13,8 +13,8 @@ By sensors, we mean:

GAST provides code for the following capabilities:

- Location sensors: sensors related to the LocationProvider API
- Physical sensors: all sensors in SensorManager API such as the ones that detect device specific properties such as orientation, acceleration, and rotationand environmental properties such as light, magnetic fi eld, and barometric pressure.
* Location sensors: sensors related to the LocationProvider API
* Physical sensors: all sensors in SensorManager API such as the ones that detect device specific properties such as orientation, acceleration, and rotationand environmental properties such as light, magnetic fi eld, and barometric pressure.
* External sensors: Any sensor connected using the Android Open Accessory (AOA) mechanism.
* NFC
* Camera
Expand All @@ -24,7 +24,7 @@ GAST provides code for the following capabilities:

## Documentation

+ [Setup](/Setup/)
+ [Setup](https://github.com/gast-lib/gast-lib/blob/master/Setup.md)
* (More to come)

## Learn more
Expand All @@ -33,11 +33,11 @@ GAST provides code for the following capabilities:
+ Download the app: [Android Sensor Playground](https://play.google.com/store/apps/details?id=root.gast.playground)

## Contact
+ [Email](mailto::gastlib@gmail.com)
+ [Email](mailto:gastlib@gmail.com)
+ [Github](https://github.com/gast-lib)
+ [Wrox Programmer Forums](http://p2p.wrox.com/)
+ [gastlib Google Group]([http://groups.google.com/group/gastlib](http://groups.google.com/group/gastlib)
+ [gastlib Google Group](http://groups.google.com/group/gastlib)

## License

All the code is licensed under the Apache 2.0 license. See LICENSE.txt for license details.
All the code is licensed under the Apache 2.0 license. See [LICENSE.txt](https://github.com/gast-lib/gast-lib/blob/master/LICENSE.txt) for license details.
Expand Down
37 changes: 15 additions & 22 deletions Setup.md
Expand Up @@ -2,10 +2,9 @@

## Software Requirements

The code was developed using the Eclipse IDE which is freely available from
http://www.eclipse.org. In addition to eclipse, the Android SDK and Android
The code was developed using the Eclipse IDE which is freely available from [http://www.eclipse.org](http://www.eclipse.org). In addition to eclipse, the Android SDK and Android
developer's toolkit (ADT) will also need to be installed. See
http://developer.android.com/sdk/index.html for instructions on installing the
[http://developer.android.com/sdk/index.html](http://developer.android.com/sdk/index.html) for instructions on installing the
Android SDK and the ADT.

## Setup
Expand Down Expand Up @@ -56,41 +55,35 @@ previous section, as well as which chapters in the book reference the code:
It has minimal dependencies so you can include only this project in your app.
It has code for various chapters in the book.

* jjil - A clone of Jon's Java Imaging Library (http://code.google.com/p/jjil/)
with some updates for this book. It has code for chapters 12 and 13.
* jjil - A clone of Jon's Java Imaging Library [http://code.google.com/p/jjil/](http://code.google.com/p/jjil/)
with some updates for this book.

* JJIL-Android - Another project from http://code.google.com/p/jjil/ with some
updates for this book. It has code for chapters 12 and 13.
* JJIL-Android - Another project from [http://code.google.com/p/jjil/](http://code.google.com/p/jjil/) with some
updates for this book.

* openaccessory - Contains the code for Android Open Accessory (AOA).
It has code for chapter 10.


## Package Structure

The packages in GastApp are organized by sensor type and two categories:

* root.gast.playground.<sensor type> are from GastApp
* root.gast.<sensor type> are packages from other projects.

When you are looking for code for a particular chapter of Professional Android Sensor Programming
or sensor look for the
When you are looking for code for a particular chapter of [Professional Android Sensor Programming](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118183487.html) or sensor look for the
package with the appropriate sensor type.

* Part 1: root.gast.playground.location

* Part 2: root.gast.playground.sensor

* Chapter 10: com.example.temperaturesensor (in the openaccessory folder)

* Chapter 11: root.gast.playground.nfc

* Chapter 12,13: root.gast.playground.image
* Chapter 14: root.gast.playground.audio
* Part 4: root.gast.playground.speech

================================================================================
Contact
================================================================================
* Chapter 14: root.gast.playground.audio

We hope this code helps you understand how to use sensors and helps you get
started using them.
* Part 4: root.gast.playground.speech

To contact the authors:
Email: gastlib@gmail.com
Github: https://github.com/gast-lib
Wrox Programmer Forums: http://p2p.wrox.com/

0 comments on commit 5825b01

Please sign in to comment.