brospack / EBookDownloader

This is an Android project that uses Jsoup to parse and find ebooks to download.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eBooks

Summary

eBooks is an app that searches the interent for the book you request and gives you options to download the book in multiple formats(pdf, epub, mobi etc).

As of July 1st of 2018, Flashlight is licensed under MIT License.

Feedback

If you like the application or have some suggestion, you can send me an email at nachiketavadera@outlook.com

How to Use

  • Visit this webpage.
  • Click on eBooks.apk in the downloads section.
  • To install the application, you'll need to enable 'Install from unknown sources' in the Security section in the device settings (Settings>Security>Unknown Sources>Allow).
  • Give the app permission to access storage of your device (Click allow/yes when the app prompts for permission).
  • Enter the name of the book you want to download and the author. Try to spell the names accurately for better results.
  • Click on 'Search' and you'll be given options to download from.
  • While you wait, read some of the quotes I like.
  • To download a book, click on the name you want to download. Your selection will trun green and download will start.
  • You can find the book in your Downloads folder.
  • Make sure you have appropriate application to read the file you just downloaded.
  • Have fun reading!

Next Step

Once stareted, an app can never be completely finished.

  1. Add new sources.
  2. Optimize code.
  3. Improve user experience.

Downloads

For Users

Latest apk: eBooks.apk

For Fellow Programmers

Source Code (zip): eBooks.zip

Source Code (tar.gz): eBooks.tar.gz

Contributing

Any help, including feedback, is highly appriciated. I have just started out with Android and I’m relatively new to app development.

  1. Fork it!
  2. Create your feature branch: git checkout -b new-branch
  3. Commit your changes: git commit -am 'Make a valuable addition'
  4. Push to the branch: git push origin new-feature
  5. Submit a pull request :D

About

This is an Android project that uses Jsoup to parse and find ebooks to download.

License:MIT License


Languages

Language:Java 100.0%