Caleb Bramwell
Caleb Bramwell

Reputation: 1342

Android Creating a Grid

Is there an Android Library for creating Grid Views similar to the one in this app

I have done a few google searches but can't seem to be able to find anything.

Upvotes: 2

Views: 96

Answers (2)

bofredo
bofredo

Reputation: 2348

not quite sure what you are exactly looking for, but have you checked Google Charts Visualization ?

Upvotes: 1

XGouchet
XGouchet

Reputation: 10203

What you are looking for is not grid but graph views. Graph views let you create nodes, linked by lines / arrows.

A while back I used a java Graph library called JGraph, but it's probably not compatible with the android views.

Most answers on this type of question is to use custom views.

Upvotes: 2

Related Questions