Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
Gesture detector v2.03 DW

Gesture Detector
New version 2.03 (donationware):
- I added many functions:
getHistorySize, getHistoricalX, getHistoricalY, getHistoricalPressure, getHistoricalSize, getTouchMajor, getTouchMinor, getXPrecision, getYPrecision
- I added the Action constants:
ACTION_DOWN, ACTION_UP, ACTION_MOVE, ACTION_CANCEL
- I added a new example:
GestureDetector_Paint
 
Last edited:

barx

Well-Known Member
Licensed User
Longtime User
Notification Builder Library updated to Version 2. Now includes JellyBean expanding notifications as well as Actions and other goodies.

NotifcationBuilder
 
Top