Home Page

KJV Bible Plugin 3.1.0 - Google Play




About KJV Bible Plugin

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: == Show a passage in a new activity == Intent intent =...

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:
== Show a passage in a new activity ==
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);

OR

== Content provider interface ==
String passageXml = "Error";
String[] row = new String[] { "passage" };
Cursor cursor = getActivity().getContentResolver().query(
Uri.parse("content://uk.co.tekkies.plugin.bible.kjv/passage/" + passage), row, "", row, "");
if (cursor.moveToFirst()) {
passageXml = cursor.getString(cursor.getColumnIndex("passage"));
}




Previous Versions

Here you can find the changelog of KJV Bible Plugin since it was posted on our website on 2013-08-21 21:45:33. The latest version is 3.1.0 and it was updated on 2024-04-22 16:36:37. See below the changes in each version.

KJV Bible Plugin version 3.1.0
Updated At: 2016-04-10
Changes: Fixd transcription error in 2Kings25v12.
KJV Bible Plugin version 1.4.2
Updated At: 2012-09-11
Changes: Several fixes and updates


Related Apps

Here you can find apps that are similar with KJV Bible Plugin.



Disclaimer

Official Google Play Link


We do not host KJV Bible Plugin on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for KJV Bible Plugin is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 8
Updated At: 2024-04-22 16:36:37
Publisher: tekkies.co.uk
Operating System: Android
License Type: Free