I am developing an application for Blackberry OS 5.0 and later.
On the iPhone, UINavigationControl
is a really cool UI component. How can I implement the same control for a BlackBerry application?
I am developing an application for Blackberry OS 5.0 and later.
On the iPhone, UINavigationControl
is a really cool UI component. How can I implement the same control for a BlackBerry application?
You need to override the touchEvent of the field , below is the example,Here i m overriding the toucevent to make the map navigation on touchevent when a user moves his finger on touchscreen the map starts scrollin in that direction similarly you can do the same for any field :