Hello every body
I've use Renderer to change symbol of the select point in the map using this code
featureLayerList.get(i).setRenderer(new SimpleRenderer(new PictureMarkerSymbol(getResources().getDrawable(R.drawable.ic_launcher))));
but it change all point I'm wont to change the only selected point
How do I achieve that ???