KJV Bible Plugin


3.1.0 by tekkies.co.uk
2016年04月10日 歷史版本

關於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.

更多應用信息

最新版本

3.1.0

上傳者

Carlos Sanchez

系統要求

Android 1.5+

舉報

舉報不當內容

更多

下載 APKPure App

可在安卓獲取KJV Bible Plugin的歷史版本

下載

下載 APKPure App

可在安卓獲取KJV Bible Plugin的歷史版本

下載

KJV Bible Plugin相關應用

tekkies.co.uk 開發者的更多應用

最新發現