We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.

關於KJV Bible Plugin

這個插件提供了一個KJV聖經翻譯的讀物應用程序

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

}

最新版本3.1.0更新日誌

Last updated on 2015年09月17日

Fixd transcription error in 2Kings25v12.

翻譯中...

更多應用信息

最新版本

請求 KJV Bible Plugin 更新 3.1.0

上傳者

Carlos Sanchez

系統要求

Android 1.5+

更多

KJV Bible Plugin 螢幕截圖

訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
成功!
您已訂閱我們的郵件通知。