AndroidWordCloud icon indicating copy to clipboard operation
AndroidWordCloud copied to clipboard

Android Word Cloud

Results 5 AndroidWordCloud issues
Sort by recently updated
recently updated
newest added

It would be great if special characters (Like german Umlauts -> äöüÖÜÄ or some french ones èéà for example) are supported.

Hi, thanks for the great view! Unfortunately I'm facing a problem then I refresh with the following function calls: ``` wordCloud.setDataSet(wordClouds); wordCloud.notifyDataSetChanged(); ``` Initially the view is shown in the...

Not getting any click event on word click, also its size should be as per the count of that word !!! Kindly give acknowledge if there is any update !!!...

How can I get click event of each word. Can you please post some code on click listener.

Hello, Is there a way to force a horizontal rendering of words instead of the default horizontal-vertical view. Thank you