Giter Site home page Giter Site logo

riversofpune's People

Contributors

ashwinkolhatkar avatar meghna2312 avatar rashidhir6 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

riversofpune's Issues

Deploy the apk as Github release

This will make it convenient for the group to directly download the latest apk file from github itself. Now that the travis CI (see #1) is working, this shouldn't be too hard to implement.

Adding functionality for images

We need to find a way to store images on app, and then be able to swipe through them, if there are multiple images.

This link should be helpful

Add mobile-friendly html articles to the app

Basic article structure

Each article must contain the following:

  1. Thumbnail image - for the card view in home page. Name of the thumbnail image should be same as that of html file, but with prefix thumb_img_
    e.g. if html file name is 12345 --> thumbnail image filename should be thumb_img_12345
  2. articleContent - this will be a url to the article html file.
  3. articleTitle - self-explanatory
  4. Date (optional)
  5. contentSummary - a brief summary of the article.
  6. thumbnailPath - a path to the thumbnail file in the article's directory.
    These fields must be specified in a json file which will be named as <article_id>.json

Here is a sample json file for reference:

{
  "articleContent": "article_id_here",
  "articleContentSummary": "We need to save the river. ",
  "articleDate": "Jan 1, 1970 8:51:41 AM",
  "articleTitle": "Mula Mutha River in peril!!"
  "thumbnailPath": "thumbnail_image.jpg"
}

Directory structure:

<article_id>/ (the directory name will be an article-id)

  • <article_id>.html
  • images...

List of topics for articles

  1. History of River Mula mutha
    • Prehistoric information
    • 1961 Floods
    • Story of a River
  2. Flora and Fauna of Mula-Mutha
  3. Blue lines and red lines
  4. Pollution of the river
  5. Journey of the river
  6. Steps to contribute to river cleanliness

Extra notes

Making the article in a google Docs file, and then downloading that file as HTML, works really well.

(Note: sources of various articles should also be mentioned in bottom of article, as much as possible.)

All resources must be stored in src/main/assets directory

Do suggest more articles that can be added to the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.