• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Apps google play not update on device when multiple apk is submited

    The problem I am facing now. Firstly I have published a single apk on google play. I download it from my mobile samsung galaxy S5. After that I published with updated multiple apk by varying the android api level. Now I my device not updated the application. Is there any bindings by the google...
  2. P

    Getting double opengl object when try to draw an opengl object infront of camera

    Hi, I am pritom. I am new in android development. I am trying to drwa an object in top of the camera view.... Here is my code mPreview = new Preview(this); mGLSurfaceView = new TouchSurfaceView(this); mGLSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT)...