<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
A couple weeks ago Troy posted this message:<br>
-------------------------------------------------<br>
<pre wrap="">Dear Vitaliy,

The SWORD library has been ported to Android with Java wrapper classes via the NDK. Instructions for building can be found in the trunk of our svn repository under bindings/java-jni/README.

<a class="moz-txt-link-freetext"
 href="http://crosswire.org/svn/sword/trunk/bindings/java-jni/README">http://crosswire.org/svn/sword/trunk/bindings/java-jni/README</a>

When developing the bindings, I had a test program I used to test the calls to the engine. I called it Bishop, but have not continued to develop it into a fully usable application. I could post the source, but I'd rather see what a real Android UI developer can do with the bindings instead.

The port is very preliminary so please let me know if things seem not to work as you'd expect.
-------------------------------------

If I understand that correctly, Bishop was never intended to be the actual Android SWORD frontend but only a feasibility demonstration. When I get some time free from my other Android projects I hope to take a whack at this one but I don't use Java or C so there may be a learning curve.

-- Kermit Kiser (BSV module developer)
AndRexx Applications
</pre>
<br>
SonWon wrote:
<blockquote
 cite="mid:AANLkTinOp0GZnmaOwRBDp3g1MguZPaERGtrTZ_f8TnXF@mail.gmail.com"
 type="cite">Any more progress on the Android Bible Reader?
  <div><br>
  <br>
  <div class="gmail_quote">On Mon, Oct 12, 2009 at 1:46 PM, Troy A.
Griffitts <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:scribe@crosswire.org">scribe@crosswire.org</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">There
is now a preliminary Android NDK / Java binding available in SVN.<br>
&nbsp;This is very very early and should just be considered a proof of
concept.<br>
    <br>
There is a package available to show things working, but doesn't really<br>
do much:<br>
    <br>
    <a moz-do-not-send="true"
 href="http://crosswire.org/%7Escribe/bishop.apk" target="_blank">http://crosswire.org/~scribe/bishop.apk</a><br>
    <br>
the JNI libsword.so should be placed in your project/libs directory,
e.g.,<br>
    <br>
~/workspace/bishop/libs/armeabi/libsword.so<br>
    <br>
and can be obtained from the above package-- believe me, you don't want<br>
to try to compile it yourself as the NDK does not have STL support out<br>
of the box. &nbsp;The Java classes can be obtained from the<br>
sword/bindings/java-jni/src directory, e.g.<br>
    <br>
    <a moz-do-not-send="true"
 href="http://crosswire.org/svn/sword/trunk/bindings/java-jni/src/org/crosswire/android/sword/"
 target="_blank">http://crosswire.org/svn/sword/trunk/bindings/java-jni/src/org/crosswire/android/sword/</a><br>
    <br>
Module library must exist on your SD card under a 'sword' directory to<br>
be found, e.g., unzip KJV.zip to /sdcard/sword/<br>
    <br>
Have fun, let me know if anyone else is interested in developing an<br>
Android frontend.<br>
    <br>
&nbsp; &nbsp; &nbsp; &nbsp;-Troy.<br>
    <br>
_______________________________________________<br>
sword-devel mailing list: <a moz-do-not-send="true"
 href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
    <a moz-do-not-send="true"
 href="http://www.crosswire.org/mailman/listinfo/sword-devel"
 target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
  </blockquote>
  </div>
  <br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
</blockquote>
</body>
</html>