Yazid AITALLALA
Yazid AITALLALA
``` final MediaPlayer mp = MediaPlayer.create(getContext(), R.raw.beep); mCodeScanner.setDecodeCallback(new DecodeCallback() { @Override public void onDecoded(@NonNull final Result result) { activity.runOnUiThread(new Runnable() { @Override public void run() { mp.start(); } }); }...
I used the RasterMap one, I got 5 points on the map, i find the center by calculating the average LatLng thought it is rightly centered but the zoom is...
What's the permission to add ?