This project is covered in detail in chapter 2 of the book:
The projects extends the D3 visualization approach covered earlier and shows how to create D3 visualizations targetted for the Android platform.
Project Name: Android Data Visualization
Source: android_data_vis.zip or github.com/wickapps/Android-Data-Visualization
Type: Android Application
File | Description |
---|---|
app->src->main->AndroidManifest.xml | Configuration file |
app->src->main->res->layout->activity_main.xml | Layout file for display of the WebView. |
app->src->main->assets->d3.min.js | Local copy of the d3 Javascript library |
app->src->main->assets->flare.csv | Local copy of the CSV datafile |
app->src->main->assets->radial-dendo-csv.html | Local copy of the HTML code for radial dendogram visualization |
app->src->main->java->MainActivity.java | Main Java source to load and display the D3 visualization. |