1/4
KJV Bible Plugin screenshot 0
KJV Bible Plugin screenshot 1
KJV Bible Plugin screenshot 2
KJV Bible Plugin screenshot 3
KJV Bible Plugin Icon

KJV Bible Plugin

tekkies.co.uk
Trusted
1K+Downloads
2MBSize
Android Version Icon1.5+
Android Version
3.1.0(27-11-2020)Latest version
-
(0 Reviews)
Age ratingPEGI-3
DetailsReviewsVersionsInfo
1/4

Description of 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"));

}


KJV Bible Plugin - Version 3.1.0

(27-11-2020)
Other versions
What's newFixd transcription error in 2Kings25v12.

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Good App GuaranteedThis app passed the security test for virus, malware and other malicious attacks and doesn't contain any threats.

KJV Bible Plugin - APK Information

APK Version: 3.1.0Package: uk.co.tekkies.plugin.kjv
Android compatability: 1.5+ (Cupcake)
Developer:tekkies.co.ukPermissions:0
Name: KJV Bible PluginSize: 2 MBDownloads: 1Version : 3.1.0Release Date: 2020-11-27 06:57:06Min Screen: SMALLSupported CPU:
Package ID: uk.co.tekkies.plugin.kjvSHA1 Signature: 68:2F:A8:C0:F4:42:57:57:31:44:8B:FD:EA:F3:88:DA:F7:59:9D:4DDeveloper (CN): Andrew JoinerOrganization (O): tekkies.co.ukLocal (L): SwanseaCountry (C): GBState/City (ST): Wales

Latest Version of KJV Bible Plugin

3.1.0Trust Icon Versions
27/11/2020
1 downloads2 MB Size
Apps in the same category
You may also like...