Is there any document visualization toolkit available for android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe there is a prefuse equivalent for Android. However, there are javascript equivalents. You could use the Android webview and one of the below libraries:
Additionally, Prefuse is open source and contains links to scientific papers so it may not be too bad to port a specific visualization to Android.
Update:
Another option from the creators of Protovis is D3. One problem that both D3 and Protovis have for Android is that they depend on SVG which for some reason is not supported in the stock browser for Android 2.x and below. Supposedly SVG support was added in Android 3.x and above though I haven’t tested in the newer versions of Android.