Class | Description |
---|---|
AppExecutors | |
DateUtils | |
ParcelableUtils |
How to use
- Make a simple object (POJO)
- Create a parcelable in ONE CLICK! http://devk.it/proj/parcelabler/
- Convert to POJO to and from byte[]
Example
MyParcelable happy = new MyParcelable();
byte[] toByte = ParcelableUtil.marshall(happy);
// Save to DB? Send via socket?
// ...
|
PolylineUtils | |
StringUtils |