TagCloud for Android - android

I am trying to render a tagCloud from a set of given terms and weights on some Android devices. It seems that there is little support for jscript, esp. those based on jquery.
are you aware of any sort of library?
any hints are welcome.
cheers

Looks like there is a very nice looking library with full source available here
Hope that helps!

Related

Using LingPipe in android for NLP

According to this answer, LingPipe is a good library to use in Java. I want to know if it can be used for android too. If possible, a link to sample code will be helpful. Mainly I am looking for offline sentiment analysis.
If there are better alternatives, please suggest.
Thank you!

GMGridView equivalent in android

Do we have something like gmgridview equivalent in android.Some library or something that can simulate the same behaviour for android like GMGRIDVIEW do for iOS.
I don't think there is an exact version of GMGGridView for Android but here is a similar one that might be helpful:
https://github.com/thquinn/DraggableGridView (I believe it is open source)
Also information about Android's Gridview...
http://developer.android.com/guide/topics/ui/layout/gridview.html
http://www.mkyong.com/android/android-gridview-example/
Hope these helps.

What's the best way to add support for multiple languages in an app?

I'm looking for a way to include multilingual support in an app I'm working on for Android Honeycomb - what's the best practise of doing this?
I've been looking at .mo files and such, but haven't been able to find a concrete answer just yet. Thanks.
Try localozation
Tutorial is here
http://developer.android.com/guide/topics/resources/localization.html
Give a look at this:
Shouldn't have changed much in Honeycomb

Android Nine-patch equivalent for other platforms

I have just learned about Android nine-patches idea, and it is a pretty good idea. My question is if it is an Android pattern or there is implementations like that for other platforms, probably differently named.
Thanks!
In iOS you can also strech images in code with StretchableImages. You specify the left, right caps and the "rest" is stretched. I think is basicaly the same idea, this is something like a tutorial on it: http://blog.chomperstomp.com/creating-dynamically-re-sizable-buttons-for-iphone-apps/
There is another SO question here that mentions a library released under Apache license for iPhone. I haven't used it but is worth checking out.

OpenGL functional example needed in Android

Does anybody have and want to share layout.xml file and working Activity class in which have example of using OpenGL in android ?
This is the best one I know of...
http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/
http://developer.android.com/resources/articles/glsurfaceview.html
Sorry, no layout.xml (but how hard can it be to find as this was the first result in my google search?)
I find this website to be immensely useful in learning OpenGL as a whole, along with how to use it in Android: http://insanitydesign.com/wp/projects/nehe-android-ports/.
The original C++ tutorials (ported to many other languages also) are available here for reference.

Categories

Resources