This plugin allows other Android apps to display Bible passages from the King James Version of the Bible.
App developers can integrate this with the following code:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setType("vnd.android.cursor.item/vnd.uk.co.tekkies.bible.passage");
intent.putExtra("passage","Hebrews 11");
activity.startActivity(intent);
App developers can integrate this with the following code:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setType("vnd.android.cursor.item/vnd.uk.co.tekkies.bible.passage");
intent.putExtra("passage","Hebrews 11");
activity.startActivity(intent);
Recently changed in this version:
Zoom level is remembered the app is restarted.
Crash fix



Comments and ratings for KJV Bible Plugin
(80 stars)
by Martin Eyre on 21/04/2013
Hope you guys get to give us a nkjv plugin? That would go down a treat.