Skip to content

Commit

Permalink
Add project details to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
megamattron authored Jun 20, 2016
1 parent b0b2e49 commit db43fbf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Useful commands for converting gifs
===
![Header](/store-assets/feature_image.png)

1. gifsicle -e --unoptimize ~/Google\ Drive/files_for_larva_labs/gifs/in_widget/Device.gif
Between Us is an Android Experiment that explores distance and connectedness between two people. Pair two devices with NFC, then install the widget to see the distance between them in real-time, with fun units like basketballs, pencils, mountains and whales.

This app is open source and illustrates use of NFC for device pairing, animated widgets, power efficient background GPS updates and simple communication with a server.

For more information about this application please visit http://www.androidexperiments.com

#### Useful commands for converting gifs

1. gifsicle -e --unoptimize path/to/gifs/file.gif
1. convert -resize 25% *.gif.* 'phone_%d.png'

0 comments on commit db43fbf

Please sign in to comment.