Source link: http://www.telerik.com/teststudio/mobile-testing
Test your Android, iOS and Windows Phone 8 apps against any device or browser.
Source link: http://www.telerik.com/teststudio/mobile-testing
Test your Android, iOS and Windows Phone 8 apps against any device or browser.
Q & A
Fast JSON parser for Java projects. The following scalar types are supported:
If a json field is another dictionary, it can be represented by another model class. That model class must also have the @JsonType annotation.
Lists of objects are supported either as Java Lists or Queues.
Mimicry is a tiny Android library (actually just one class) to format items in a ListAdapter to display as a grid.
Why not just use a GridView? Because a MimicryAdapter can be used with other ListAdapters!
Encryption is a simple way to create encrypted strings to Android project.
SnappyDB is a key-value database for Android it's an alternative for SQLite if you want to use a NoSQL approach.
It allows you to store and get primitive types, but also a Serializable object or array in a type-safe way.
SnappyDB can outperform SQLite in read/write operations.
AppRate for Android is a library that allows your users to rate your application in a non intrusive way. A window with options to rate, remind later or reject is displayed according to your configuration
Android @Properties provides a simple way to read a
You just have to extends from AssetsProperties and use @Property annotation to invoke the automatic property mapping.
Q & A