An open API service indexing awesome lists of open source software.

https://github.com/gabrielspmoreira/heavens-advices

A simple Android app with inspiring advices, for any situation, extracted from Holy Bible
https://github.com/gabrielspmoreira/heavens-advices

Last synced: 9 months ago
JSON representation

A simple Android app with inspiring advices, for any situation, extracted from Holy Bible

Awesome Lists containing this project

README

          

Introduction
------------

Heaven's Advices is a simple program for Android platform, developed with Java. It is meant to bring God's word - The Holy Bible nearer people when they need.

Currently, the main features are:

* Precious Promisses - Random Bible Verses related to promisses
* Situations - Verses suitable for life situations, like sadness, thankfulness, depressing, ...

If you want to use your software development and design skills on Jesus' cause, please join us.

Roadmap
-----------
There are a list of opened [issues](issues/) of improvement for the project. The main next steps are:

* Localization - Currently, we support English and Portuguese. We intend to translate the resources to other languages like Spanish, French, Italian and German.

The project is open for new ideas for bringing Holy Bible nearer people. Fell free to sugest.

Environment
-----------
This is the current environment we are using to develop:

* Eclipse IDE 3.6 (Helios)
* Oracle Java 6 SDK
* Android SDK r18
* Android Development Tools (ADT) Plugin for Eclipse.

The app aims the old Android 2.1 platform, so it is compatible with almost any current device (mobile or tablet)

Dependencies
-----------
* ActionBarSherlock - As native ActionBar is supported only from Android 3.0+, we use ActionBarSherlock API open-source project to mimic that behavior on Android 2.1+ devices.
P.S. ActionBarSherlock requires including Android 4.0 library in the project, therefore Heavens Advice continue working on older devices. It also requires adding ActionBarSherlock in Eclipse workspace and referencing as Library Project from HeavensAdvice project.

Resources
---------
* [Android Developers official site](http://developer.android.com/) is a great resource
* [Bible Gateway](http://www.biblegateway.com/) provides bible versions in any popular language
* [ActionBar Sherlock](http://actionbarsherlock.com/) is an open-source project to work with ActionBar design pattern in older devices (Android 2.1+)