KJV Bible Plugin

2024-10-29
KJV Bible Plugin 商务办公
  • Android 7.0
  • Version: 3.1.0
  • 50MB
8
1
2
3
4
5
8(125)

KJV Bible Plugin -

该插件为阅读应用程序提供 KJV 圣经翻译

该插件允许其他 Android 应用程序显示 King James 版本圣经中的圣经段落。

应用程序开发人员可以将其与以下代码集成:

== 在新活动中显示一段内容 ==

意图intent = new Intent(Intent.ACTION_VIEW);

Intent.setType("vnd.android.cursor.item/vnd.uk.co.tekkies.bible.passage");

intent.putExtra("通道","希伯来书 11");

活动.startActivity(意图);

或者

==内容提供者接口==

字符串passageXml =“错误”;

String[] row = new String[] { "通道" };

游标cursor = getActivity().getContentResolver().query(

Uri.parse("content://uk.co.tekkies.plugin.bible.kjv/passage/" + 段落), row, "", row, "");

if (cursor.moveToFirst()) {

PassageXml = Cursor.getString(cursor.getColumnIndex("passage"));

}

最新版本 3.1.0 的新增功能

最后更新于 2015 年 9 月 17 日 修复了 2Kings25v12 中的转录错误。

阅读更多信息

截图

热门下载