-WIP-
This is an experiment to delve into writing open source code, following licensing standards, and generally writing Android code.
- DrawerLayout
- Switches
- FloatingActionButtons / "Speed Dial"
- ListView
- Parse Google Sheet URLs to get JSON
- Convert JSON into objects to display via ListView
- Clipboard reading
- QR reading (via Varvet)
- NFC reading (not 100%)
- NFC writing (not 100%)
- NFC beaming
TODO:
- Add more row items from sheet and display them properly
- Add sharing options, such as...
- Create QR codes from app to launch app (like the NFC mimetypes) that can also be shared, downloaded, and printed
The QR code in this app comes from Varvet's BarcodeReaderSample and uses an MIT License.