100% Free, Open-Source, Quick and Friendly Bible App.
Get the apps on Google Play: Alkitab (Indonesian version) or Quick Bible (non-Indonesian version). You can also download them from the Releases page.
Alkitab is the Indonesian word for the Bible.
This app natively uses .yes files for the Bible text. You can create a .yes file easily by preparing a plain text file. See this page for instructions.
You can also convert PalmBible+ PDB files using the built-in converter in the app for your own use.
Tools for converting PalmBible+ PDB files to .yet files, and from .yet files to .yes files and internal app files, are available at in this folder.
Bible for Android is not only open-source, but also designed in a flexible manner. You can:
- Create and distribute your own Bible translation
- Create and make publicly available your favorite Song Book
- Create and publish a Reading Plan
- Open specific verses from your app
- Make your own app that gives further insight regarding specific verses callable by Alkitab / Quick Bible
See the Developer page for more information.
The main app module is :Alkitab. For local development, the supported open-source build is the plain flavor.
Build a debug APK:
./gradlew assemblePlainDebug
Build a debug App Bundle:
./gradlew bundlePlainDebug
Run the unit tests used in CI:
./gradlew testPlainDebugUnitTest testPlainReleaseUnitTest
- The repository already contains placeholder data in
Alkitab/src/main/assets/internal, so the open-sourceplainDebugbuild works out of the box once the Android SDK and NDK are installed. - Release packaging uses
ybuild.sh, which expects signing environment variables andALKITAB_PROPRIETARY_DIRfor proprietary overlay resources. That path is intended for project maintainers and is not required for the normal open-source debug build. - Product flavors currently include
plain,yuku_alkitab,yuku_quick_bible, andsabda_alkitab.
Copyright 2009-present The Alkitab App Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This project is tested with BrowserStack.