Hello i am one Blackberry developer and i built one application that to view multiple location and point thus user go the point at that time they show is address and they click label then push screen to another page.This type application done then how to do?
public class GpsScreen extends FullScreen{ LabelField label; public GpsScreen() { super(DEFAULT_CLOSE); label=new LabelField(){
protected boolean trackwheelClick(int status, int time) {
Dialog.alert("Hi");
return super.trackwheelClick(status, time);
}
};
String document = "" + "" + "" + "" + "" + "" + "" + "" + ""; Invoke.invokeApplication(Invoke.APP_TYPE_MAPS, new MapsArguments(MapsArguments.ARG_LOCATION_DOCUMENT,document));
}
Here i given code thus given me solution with some example .some urgent.