I want to create word cloud in android. Is there any library available in android. Please share your knowledge. How to create word cloud in android?
Asked
Active
Viewed 8,005 times
2

Murali Ganesan
- 2,925
- 4
- 20
- 31
2 Answers
10
I haven't implemented following tutorial but may those links help you to do so.
1) https://sites.google.com/site/tagindemo/TagCloud
2) https://code.google.com/p/google-summer-of-code-2011-komodo-openlab/downloads/list
3) memeplex

Chintan Rathod
- 25,864
- 13
- 83
- 93
-
I used google-summer code but is not rotating faster. its rotating bit slower. how to make it faster – Murali Ganesan Sep 19 '13 at 07:28
-
1@G.MURALIRaja, Open `TagCloudView` file. There is constructor and it has `int scrollSpeed` argument. May this change speed of scroling. – Chintan Rathod Sep 19 '13 at 07:37
-
1Thanks for you help.. How to make automatic scroll while focusing the view. Is it possible in this tag cloud view... – Murali Ganesan Sep 19 '13 at 07:46
-
@G.MURALIRaja, I am very sorry. I haven't implemented it. Try yourself . If I will find anything interesting after **investigation** :P I will update you :) – Chintan Rathod Sep 19 '13 at 08:58
-
@MuraliGanesan: Hey did you implemented auto-scrolling feature in your project. If yes then please do help me. I also want a same feature for my application. – Ankit Dhadse Apr 10 '14 at 05:25
-
@MuraliGanesan did you get any solution on this, bcoz i need similar solution for my question, please help. http://stackoverflow.com/q/30480541/1576416 – Amrut Bidri Jun 26 '15 at 13:47
-
https://github.com/kennycason/kumo this may help to others – MilapTank Dec 29 '16 at 07:09