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

KJV Bible Plugin

tekkies.co.uk
Trustable Ranking IconDe confianza
1K+Descargas
2MBTamaño
Android Version Icon1.5+
Versión Android
3.1.0(27-11-2020)Última versión
-
(0 Opiniones)
Age ratingPEGI-3
Cómo instalarla
1
Descarga y abre el archivo de instalación.
2
Unblock AptoideAptoide is a safe app! Just tap on More details and then on Install anyway.
3
Completa la instalación y abre Aptoide
app-card-icon
DetallesOpinionesVersionesInfo
1/2

Descripción de 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 - Versión 3.1.0

(27-11-2020)
Otras versiones
NovedadesFixd transcription error in 2Kings25v12.

¡Todavía no hay reseñas! Para escribir la primera, .

-
0 Reviews
5
4
3
2
1
Info Trust Icon
¡Buena app garantizada!Esta app ha pasado las pruebas de seguridad de virus, malware y otros ataques maliciosos y no supone ninguna amenaza.

KJV Bible Plugin - Información de APK

Version de la app: 3.1.0Paquete: uk.co.tekkies.plugin.kjv
Compatibilidad con Android: 1.5+ (Cupcake)
Desarrollador:tekkies.co.ukPermisos:0
Nombre: KJV Bible PluginTamaño: 2 MBDescargas: 1Versión : 3.1.0Fecha de lanzamiento: 2020-11-27 06:57:06Pantalla mín: SMALLCPU soportada:
ID del paquete: uk.co.tekkies.plugin.kjvFirma SHA1: 68:2F:A8:C0:F4:42:57:57:31:44:8B:FD:EA:F3:88:DA:F7:59:9D:4DDesarrollador (CN): Andrew JoinerOrganización (O): tekkies.co.ukLocalización (L): SwanseaPaís (C): GBEstado/ciudad (ST): Wales

Última versión de KJV Bible Plugin

3.1.0Trust Icon Versions
27/11/2020
1 descargas2 MB Tamaño

Apps en la misma categoría

Quizá también te interese...