Are there custom UI toolkits for Android? [closed] - android-widget

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
The options that the standard UI palette, while OK, are not the most exciting. Before I go down the road of making some custom elements, I was wondering if there exist any UI toolkits for Android that people knew about? Or are there any theme toolkits (besides the ones included with Android) that make things look better or add more functionality?
I am looking for something like Twitter's Bootstrap for Android. Or something like jQuery which makes JS better. Does such a thing or something similar exist for Android?

Yes, there are a lot of libraries available. Here are a few:
http://www.droidux.com/
http://code.google.com/p/android-misc-widgets/
https://github.com/ragunathjawahar/simple-section-adapter
https://github.com/jgilfelt/android-viewbadger
https://github.com/ragunathjawahar/deselectable-radio-button
http://code.google.com/p/android-wheel/
https://github.com/johannilsson/android-pulltorefresh
http://actionbarsherlock.com/
http://www.senab.co.uk/portfolio/pull-to-refresh-for-android/
https://github.com/cyrilmottier/GreenDroid
http://hansel-and-gretel.com/
https://github.com/JakeWharton/Android-ViewPagerIndicator
https://github.com/pakerfeldt/android-viewflow
http://code.google.com/p/android-coverflow/

Related

What is the best framework for developing facebook applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I saw some frameworks and wanted to know which one is the best.
Raw PHP, .net, Java...? Another?
I would answer this question with another question:
Which is the language or framework
you are more comfortable with?
But if that does not answer your question, and you prefer to try some other language/framework to develop Facebook apps, I believe the best you can do is take a look at the Facebook developer site and check which SDK they offer.
You're going to get a lot of different answers here. Depending on what people prefer to use, they'll say it's the best.As long as you can get what you want done, go with what you know.

What is the best automated web testing tool for GWT? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm interested to do automatic testing on GWT applications.
I know not all automated web testing tools can cope with dynamic AJAX web frameworks such as GWT.
Anyone with positive experience here?
Have you tried GwtUnitTest ?
I know this isn't black box testing, but it allows test ajax.
Also I have practive with implementing ajax tests with TestComplete. But development of those test cases is complicated.

Projects that were build with GWT [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was wondering which projects were build in GWT? Especially by Google itself...
http://gwtgallery.appspot.com/ seems to be a starting point.
AdWords, AdSense, Google Health, Wave...
I work on mapfaire.com
Consider using the search functionality first next time. Projects that were build with GWT
Google Wave is the only one that I'm sure of (that was built by Google).
Here's another list of applications that use GWT.
new UI for blogger.com (avi at draft.blogger.com) is also built with GWT.

Good practices for building web application that can later have and mobile(Android/iPhone) version [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
can you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.
I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.
I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

Scala 2D Animation library [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Can anyone recommend a good 2D animation package for Scala? I prefer something which already have some basic events handling, more like JavaFX than like processing.org.
I used piccolo2d with Scala, and it worked out nicely. Here's another thread along those lines, or visit www.piccolo2d.org for a more general introduction.
Have you look at Wiggle?
Instead of looking for something like processing, you can use processing directly. It's called SPDE and you can get it here. It's really nice.
Here are a couple of applets written in Scala using SPDE (Rosetta Clock, Starlings).
There's a nice scala api wrapper for JavaFX: http://code.google.com/p/scalafx/