JUniversal
JUniversal lets you write native, mobile, cross platform apps in Java, using source code translation. It makes Java truly cross platform.
For more information visit the JUniversal website: http://juniversal.org
Source link: https://github.com/juniversal/juniversal
JUniversal lets you write native, mobile, cross platform apps in Java, using source code translation. It makes Java truly cross platform.
For more information visit the JUniversal website: http://juniversal.org
Q & A
You can use it to quickly turn a String into a Spannable
and apply different types of spans to it.
new Makeup( name + ", " + age).boldify(0, name.length()).apply()
This would show a name and age of a person, and make the name part bold.
Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
A Java library for the Forecast.io API. It is quite functional at this point. The API is fully implemented except for callbacks. Further development will continue. A jar file with the dependencies is available under the jar/ folder for convenience.
Fontain is a lightweight library for displaying text in custom fonts in your Android applications
Fontain allows you to include a number of custom fonts within your app, and then access them by their Font Family, Weight, Width and Slope. It simplifies the process of selecting the proper typeface for any given usage.
EtsyBlur is an Android library that allows developers to easily add a glass-like effect.
ExpandableTextView is an Android library that allows developers to easily create an TextView
which can expand/collapse just like the Google Play's app description.
Q & A