Sachin Varshney

Results 6 comments of Sachin Varshney

Replace the method getCaptureImageOutputUri in the CropImage.java file with the below code, might solve the problem. it worked for me public static Uri getCaptureImageOutputUri(@nonnull Context context) { Uri outputFileUri =...

Replace the method getCaptureImageOutputUri in the CropImage.java file with the below code, might solve the problem. it worked for me public static Uri getCaptureImageOutputUri(@NonNull Context context) { Uri outputFileUri =...

``` private val openGalleryRequest = registerForActivityResult(ActivityResultContracts.StartActivityForResult()) { if (it.resultCode == AppCompatActivity.RESULT_OK) { it.data?.data?.let { uri -> decodeQRCode(uri) } } } private fun openGallery() { val intent = Intent() intent.type =...

public class LoginAsync extends AsyncTask { private String SOAP_ACTION = ""; private String METHOD_NAME = "Login"; private String userName = ""; private String passWord = ""; private Context context; private...

Card Reader: Audio jack Phone model: moto g2 marshmallow

Every time I am trying to do a transaction, I am getting the device timeout error. Any help would be appreciated.