i have encountered a problemjava code belowGraphic graphic = new Graphic(mMapView.toMapPoint(new Point(x,y))
,new SimpleMarkerSymbol(Color.RED,25,STYLE.CIRCLE));
mGraphicsLayer.addGraphic(graphic);
in the code, parameter x and y are passed from Server side.I don't know why the graphic could not display on the map view