Anirban Jana

Results 8 issues of Anirban Jana

Did you try to use it with EventBus Library it's having error in onEventSelected

How to make the scanner vertical without using captureActivity

It's never calling OnLocationUpdatedListener even I have added checking because I am testing it in >23 if (ContextCompat.checkSelfPermission(this, != PackageManager.PERMISSION_GRANTED) { != PackageManager.PERMISSION_GRANTED) { SmartLocation.with(this).location() .oneFix() .start(new OnLocationUpdatedListener() { @Override...

`mSimpleFacebook.getPhotos(onPhotosListener);` I am trying to get photo although there is photo but it's returning always 0.

Getting error when loading - `Selected remote version of com.google.android.gms.googlecertificates`

When try to open the scanner from a fragment 1st scan is ok but next scan onward getting - > java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.vision.Detector.receiveFrame(com.google.android.gms.vision.Frame)' on a...

I don't need the double tap zoom and pinch zoom. How can I disable it?

I am dynamically adding value in `MultiSelectSpinner`, everything works fine. But when I have only one value in the list, on `getSelectedItem()` callback I am getting returning "" (Blank) Can...