It is a native Android client for the bookie API. It lets you see bookmarks from Bookie or save them.
An open source bookmark storage server. To understand better, see the docs, the project on github or the live server.
- Maven
- The android SDK and requirements, with ANDROID_HOME set
mvn compile
- your apk will be in ./target
- If you want the emulator, start an emulator using the ‘emulator’ tool that comes with the sdk
- Make sure adb is started ( adb start-server ), check that adb sees your device ( adb devices )
- cd androidBookie; mvn test install android:deploy android:run
Licensed under GPLv3. See the file COPYING, included with this source.