https://github.com/progval/andquote
Fast, light, and open source Android application that offers browsing quotes sites, through OpenQuoteApi.
https://github.com/progval/andquote
Last synced: 2 months ago
JSON representation
Fast, light, and open source Android application that offers browsing quotes sites, through OpenQuoteApi.
- Host: GitHub
- URL: https://github.com/progval/andquote
- Owner: progval
- License: bsd-3-clause
- Created: 2012-07-01T14:52:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T18:38:34.000Z (over 8 years ago)
- Last Synced: 2025-04-12T17:13:10.548Z (2 months ago)
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
AndQuote is an Android application that browses quotes from various websites,
according to their availability on the OpenQuoteApi server.AndQuote dynamically loads the list of sites from the server, so when a site
is added you do not need to update AndQuote, it will be applied automatically.# How to build
## Get the source code
```
git clone git://github.com/ProgVal/AndQuote.git
cd AndQuote
git submodule init
git submodule update
```##Compile and install on your device
Signed binary:
```
ant release
ant installr
```Non-signed binary:
```
ant debug
ant installd
```