Mahmoud El-Naggar

Results 4 issues of Mahmoud El-Naggar

Some users using my App are getting this exception Fatal Exception: java.lang.RuntimeException Unable to resume activity {com.taskspotting/com.facebook.FacebookActivity}: The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first do...

what is the alternative method for onPreviewData method on version 2 I was listening for this method to get raw image data , how I can so the same on...

why this simple code doesn't work String jsCode = "function func(answers){ return answers[100];}"; jsEvaluator.callFunction(jsCode, new JsCallback() { ``` @Override public void onResult(final String result) { UIUtils.showToast(getActivity(), result); } }, "func",...

What if I don't want to make it top of all layouts if I write this setZOrderOnTop(true); it doesn't work thanks for sharing this lib