[android-developers] Re: Android XML

2014-07-30 Thread janvi
Hi Deepak Thank you for your support:) But if I do not call Activity A onbackpress of B then if just finishes the App I mean App gets closed. MyCode onClick(..) { start activity B } }class B : Activity { onBackPressed() { this.finish(); Any help would be appreciated:) Thanks in

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Jose_GD
I second TreKing here, it could work but IMO it's risky. Better go with the hassle of repackaging the beta app (this could be automated in some way I think) El miércoles, 30 de julio de 2014 01:31:13 UTC-3, TreKing escribió: On Mon, Jul 28, 2014 at 1:09 PM, Steve Gabrilowitz

[android-developers] QCameraHWI crash in JPG encoder (/system/lib/libmmjpeg_interface.so)

2014-07-30 Thread Vertifi Software
Hello, We have an app that uses the Camera to acquire photos. A user with a Samsung Galaxy S4/Active (Android 4.4.2) has reported hangs and general bad behavior from our app. We've captured 'adb logcat' data that indeed shows seemingly bad behavior from a system task, apparently something

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Russell Wheeler
Yeah I've gone down the route of creating two apps in play store. A free one for testers with a diff package name and the paid one that I will eventually launch with. The refund thing 'sounded' good, but not sure if it's official, and don't want to risk it and not be able to refund people. On

Re: [android-developers] Is it possible to allow Alpha/Beta testers to test my paid app for free?

2014-07-30 Thread Steve Gabrilowitz
I can verify that it works as I stated as of a few weeks ago, but of course since this is not officially documented behaviour I guess it is always subject to change. Seems to me that quite some time ago we had 2 buttons, refund and cancel but now the cancel button is there only until the status

Re: [android-developers] Re: Android XML

2014-07-30 Thread Steve Gabrilowitz
This would be true only if activity A called its finish after starting B. Otherwise A remains on the backstack and reappears when B finishes. On Jul 30, 2014 5:19 AM, janvi jagruthi.bha...@gmail.com wrote: Hi Deepak Thank you for your support:) But if I do not call Activity A onbackpress of

[android-developers] Menu icon position

2014-07-30 Thread dashman
Can one assume that the menu icon (3 veritical dots) will always be on the top-right corner. Reason - I'm creating some app hint screens and would like to point int the direction of the menu icon. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Menu icon position

2014-07-30 Thread TreKing
On Wed, Jul 30, 2014 at 12:28 PM, dashman erjdri...@gmail.com wrote: Can one assume that the menu icon (3 veritical dots) will always be on the top-right corner. Sure you can assume that, but you know what happens when you assume :) For example, this won't be there on device with Menu