GMGridView equivalent in android - 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.

Related

Quick Dialog like framework for Android?

I'm looking for something like Quick Dialog (http://escoz.com/open-source/quickdialog) which can be used to build and instantiate views for iOS from a JSON file (or some representation). Is there any framework similar to that for Android which i can use to build my Android views from a JSON file or similar format ? Please let me know.
Quick Dialog JSON Builder: http://escoz.com/open-source/quickdialog/json-builder
Thank you.
Cheers,
Simith
I just released an open-source library that offers this functionality on Android. It's called NexusDialog. Check it out here: https://github.com/dkharrat/NexusDialog
Hope this helps.
I haven't yet seen a framework for android like QuickDialog, unfortunately.
The closest I've seen is MVVMCross, which builds on top of Mono For Android: https://github.com/slodge/MvvmCross.

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.

TagCloud for 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!

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