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について

このプラグインは、朗読アプリの口語訳聖書翻訳を提供します

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 要件

Android 1.5+

もっと見る

KJV Bible Plugin スクリーンショット

APKPureをを購読する
最高のAndroidゲームアプリの最新リリースやニュースやガイドなどの情報にいち早くアクセスすることができます。
いいえ結構です
購読
購読完了!
APKPureの購読が完了しました。
APKPureをを購読する
最高のAndroidゲームアプリの最新リリースやニュースやガイドなどの情報にいち早くアクセスすることができます。
いいえ結構です
購読
成功!
ニュースレターを購読しました。