Loading...
검색열기 메뉴
사진
로그인이 필요합니다.
사진
로그인이 필요합니다.
Tiny Pixel Farm
KJV Bible Plugin
4.686
86 명 참여
무료
backward
forward
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"));
}
리뷰 리뷰작성
4.686
86 명 참여
5
0
4
0
3
0
2
0
1
0
추가정보
가격
무료
다운로드 수
100 미만
등록일
2015년 09월 17일
업데이트
-
파일크기
2.0Mb
콘텐츠 등급
전체
인앱 상품
-
제공
tekkies.co.uk
개발자
-
-
미스토어 앱 다운로드
이용약관
다운로드 및 설치 안내
사용자님의 리뷰
리뷰는 공개되며 수정할 수 있습니다. 리뷰를 삭제하지 않는 한 이전에 수정한 내용도 개발자와 사용자가 볼 수 있습니다.
100단어 이상의 리뷰가 가장 도움이 됩니다.
사용자님의 리뷰