forked from larvalabs/betweenus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0b2e49
commit db43fbf
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |