Muhammad Nouman

Results 39 issues of Muhammad Nouman

please help me in doing this because when i start activity for camera it shows blank space on top and bottom and each time i have to go to settings...

i have tried lot of different ways but didn't resolve this issue. This is my adapter. ``` public class PopularAdapter extends RecyclerView.Adapter { public static final int VIEW_TYPE_EMPTY = 0;...

I'm trying to understand this mvp pattern from your example i'm getting lot of from this so kindly help me to understand requestPermissionsSafely method available in BaseActivity. What i'm trying...

I have placed one 3d model in space and now I want to get this current angle. The purpose of doing this is to check if we are facing models...

``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.visionx.loop/com.x.x.AugmentedImageActivity}: android.view.InflateException: Binary XML file line #23: Binary XML file line #22: Binary XML file line #22: Error inflating class com.google.ar.sceneform.ArSceneView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2646) at...

i have two sticker one is textSticker and other is drawablesticker how can i place drawablesticker under textsticker through code? please help me