Skip to content

heetaey/itc298-wordcloud

 
 

Repository files navigation

Mobile Application Development Capstone 2017: Word Cloud

Overview

Word Cloud application allows users to generate outputs and visually present data.

Specifications

  • Database (to store encountered words and provide later statistics)
  • Content Provider Consumption (linking to 3rd-party apps for cloud storage)
  • Rendering (to create the word cloud)
  • Dynamically-created WebView content (to display colored document)

Input Operation

  • Text to Process can come from a variety of sources
    • Text Field
    • Cloud Storage (Dropbox, Google Drive, etc.)
    • Select Files on own Device
  • Able to copy contents from the web browser (Chrome) and push to the text field
    Main Input GDrive web web web

Output Operation

  • Output is generated by Javascript and shown as a web view
    Output DB List

Credits

  • d3-cloud
  • alhazmy13

Known Bugs

  • Changing the app orientation will reset both input/output data
  • Output rendering sometimes do not show properly

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%