93 projects tagged "Java"
All Menu Icons provides over 13,000 icons for only 3 cents apiece. Design desktop and mobile applications, develop Web sites, or use icons in printed media with no royalties or usage restrictions. This extensive bundle includes thousands of icons in a number of variations, supplying each menu icon in various sizes, file formats, color resolutions, and visual states.
Android Binding provides a framework to enable data-binding between view widgets to separate data model in the Android environment. The binding is done through an XML layout file, which stands side-by-side with original Android attribute tags. The framework aims to help decouple user interaction from application logic, and help implement the MVVM pattern. A demo application is available in Android Market.
Packrat is a media collection manager application for Android. You can use it to add books, CDs, games, movies, etc. to your collection by scanning their barcodes and organizing them onto shelves. You can let Packrat organize your items into smart shelves, or manually stack items onto shelves of your own creation. You can also track items you don't have yet on a "wishlist" shelf.
Android Saripaar is a simple, yet powerful rule-based UI validation library for Android. It following features declarative style validation powered by Annotations, synchronous and asynchronous validations (you don't have to worry about threading), compatibility with Stock Android Widgets, custom view dependencies, quick setup (just download the jar and include it in your libs project folder), removal of most of your validation logic from your code, and compatibility with other annotation frameworks such as AndroidAnnotations, RoboGuice, etc.,
The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to handle intents, start activities, make phone calls, send text messages, scan bar codes, poll location and sensor data, use text-to-speech, and more. Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua, BeanShell, and Bourne shell are currently supported.
AndroidUtils is a small collection of classes and methods for Android. It includes logic for inspecting and manipulating strings, handling GET and POST requests to a Web server, logging, deriving address information from longitude and latitude, checking and manipulating date values, and more.
Asqare is a simple game for Android. The screen is covered with colored sprites (squares or circles). When you align three or more in a row, all adjacent sprites of the shape and color vanish. You can only swap adjacent sprites vertically or horizontally. You can swap sprites even if it won't result in a three-or-more alignment, but that will cost you 10% of your current score. The game offers two variations on the gameplay and manages a list of current games, which you can pause and recall at any time.