

This plugin provides a KJV bible translation for the Readings app
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"));
}
Collect Golden Keys, weapons, and skins to spice up your adventure with Borderlands: The Pre-Sequel SHiFT codes!
We went hands on with an early beta build of Avowed this week, and here's what we think of Obsidian's RPG so far.
If you're in need of some free diamonds and coupons for Legend of Mushroom, try redeeming these codes for some extra goodies.
Take advantage of all the information you can find!
Everything you need to know about the Absolute Darkness event in Fisch on Roblox. Learn how to trigger the event and what fish to catch now.
On our website, you can easily download the latest version of KJV Bible Plugin! No registration and SMS required!