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

KJV Bible Plugin

tekkies.co.uk
Trustable Ranking Icon可信任
1K+下载次数
2MB大小
Android Version Icon1.5+
Android版本
3.1.0(27-11-2020)最新版本
-
(0 评价)
Age ratingPEGI-3
如何安装
1
下载并打开安装文件
2
Unblock AptoideAptoide is a safe app! Just tap on More details and then on Install anyway.
3
完成安装并打开Aptoide
app-card-icon
详情评价版本信息
1/2

介绍 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 - 版本3.1.0

(27-11-2020)
其他版本
新特性Fixd transcription error in 2Kings25v12.

还没有评论或评分!要留下第一条评论或评分,请

-
0 Reviews
5
4
3
2
1
Info Trust Icon
保证非恶意应用此应用已通过病毒、恶意软件和其他恶意攻击的安全测试,不含任何威胁。

KJV Bible Plugin - APK信息

APK版本: 3.1.0程序包: uk.co.tekkies.plugin.kjv
Android兼容性: 1.5+ (Cupcake)
开发商:tekkies.co.uk权限:0
名称: KJV Bible Plugin大小: 2 MB下载次数: 1版本: 3.1.0发布日期: 2020-11-27 06:57:06最小屏幕: SMALL支持的CPU:
程序包ID: uk.co.tekkies.plugin.kjvSHA1签名: 68:2F:A8:C0:F4:42:57:57:31:44:8B:FD:EA:F3:88:DA:F7:59:9D:4D开发商 (CN): Andrew Joiner组织 (O): tekkies.co.uk本地 (L): Swansea国家/地区 (C): GB州/市 (ST): Wales

KJV Bible Plugin的最新版本

3.1.0Trust Icon Versions
27/11/2020
1 下载次数2 MB 大小

同类应用

您可能还会喜欢……