/Bookie-Android

An Android native client for Bookie ( http://docs.bmark.us/en/latest/index.html )

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Bookie for Android

What is this?

It is a native Android client for the bookie API. It lets you see bookmarks from Bookie or save them.

What is bookie?

An open source bookmark storage server. To understand better, see the docs, the project on github or the live server.

Building

Requirements

  1. Maven
  2. The android SDK and requirements, with ANDROID_HOME set

To build an apk

mvn compile
  1. your apk will be in ./target

Run on your device (or the emulator)

  1. If you want the emulator, start an emulator using the ‘emulator’ tool that comes with the sdk
  2. Make sure adb is started ( adb start-server ), check that adb sees your device ( adb devices )
  3. cd androidBookie; mvn test install android:deploy android:run

License / Copying

Licensed under GPLv3. See the file COPYING, included with this source.