Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any 3rd party UI libraries for Android? [closed]

I've seen specialized Android UI libraries like for charting, but none for alternate implementations of controls and containers. Are there any?

like image 621
Julian A. Avatar asked Sep 12 '10 18:09

Julian A.


People also ask

What is UI controls in Android?

Android UI Controls are those components of Android that are used to design the UI in a more interactive way. It helps us to develop an application that makes user interaction better with the view components. Android provides us a huge range of UI controls of many types such as buttons, text views, etc.


2 Answers

I saw http://code.google.com/p/android-misc-widgets/ mentioned recently on another SO question. I haven't looked at it or used it myself, but it appears to be the kind of thing you're looking for.

like image 167
Tyler Avatar answered Oct 21 '22 08:10

Tyler


Yes, there is. DroidUX is a professional UI/UX component library for the Android platform. It contains reusable widgets that are fast and easy to use in your project, such as ActionBars, Dashboard, QuickActions, GalleryFlow, Editors, Wheel widgets, and other type of widgets.

Using the DroidUX widgets in your project is no different than the stock widgets. You can even use some of the DroidUX widgets as drop-in replacement for the stock widgets.

Check it out here: http://www.droidux.com

like image 40
Ricky Lee Avatar answered Oct 21 '22 08:10

Ricky Lee