KJV Bible Plugin
KJV Bible Plugin
The official app & game
Distributed by UptoPlay
SCREENSHOTS
DESCRIPTION
Use UptoPlay to play online the game 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 = 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"));
}
Enjoy with UptoPlay the online game KJV Bible Plugin.
ADDITIONAL INFORMATION
Developer: tekkies.co.uk
Genre: Libraries & Demo
App version: 3.1.0
App size: 2.0M
Recent changes: Fixd transcription error in 2Kings25v12.
Comments:
Great plugin! I see a lot of people struggle with the bible versions. You can use other versions by installing the mysword app (this app uses mysword when yo click the study button). In the mysword app you then need to play online the bible version you want, and then choose it from the mysword menu. Now this kjv plugin will have a "study" button, simply click it and it will open whatever version you had last used in my sword.
Changed to note 9 not working
WORDS OF GOD ARE FOR WISDOM.
very happy. thanks
Some folk would like to choose the Bible version, perhaps you can offer this going forward as an incentive to make this application fitting for all. NIV, NKJV to name a few.'
Page navigation:
