[android-developers] Double tap to capture image

2016-07-30 Thread Celine Chia
Hi, I am able to implement an app to launch camera by calling Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE). How can I implement a double tap to capture image instead of having to tap on the shutter button? Thank you. -- You received this message because you are subscribed to the

[android-developers] Webview holding active session

2016-07-30 Thread Joshua Ivy
So one of my tabs is a chat that i use webview to display. Is their a way to keep it active even as users switch between different sections? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receivin

[android-developers] app rejection

2016-07-30 Thread Tbone 1228
my app was rejected because of Metadata policy i have resubmit my app but it still says Your recent app submission was rejected for violating the Metadata p

[android-developers] Adding external jars causes major headaches

2016-07-30 Thread danielsdc113
I recently added another "jar" file to my AndroidStudio project, rt.jar. It's the second module I've brought in, so I brought it in the exact same way as the first. However when I try to debug I get this wonderfully long error in AndroidStudio below. I get the sense that I might need to reco

[android-developers] one milion user at LEAST

2016-07-30 Thread mrdeveloper404
i searching for someone can work in image processing , face mask android app ,to work with me in my new app in also app developer but i want developer or two who have enough experience to develop my new app my first app have more than (100-500k) and i have my advertising budget and plan like fi

[android-developers] image processing

2016-07-30 Thread mrdeveloper404
i searching for someone can work in image processing , face mask android app ,to work with me in my new app in also app developer but i want developer or two who have enough experience to develop my new app my first app have more than (100-500k) and i have my advertising budget and plan like f

[android-developers] java.lang.IllegalArgumentException: Unknown package: com.google.android.gms.unstable

2016-07-30 Thread screencrackdev
Hey together, Im experiencing a strange exception on certain devices and after searching a lot i was not able to find anything related. Seems to happen at some point when calling PendingResult pendingResult = Games. Leaderboards.submitScoreImmediate(mGoogleApiClient, leaderboard_id, scoreValue)

[android-developers] Android Studio 2.1.2 gradle error Unterminated quoted string

2016-07-30 Thread Athwale
Hello, I would like to ask for help. I am trying to run Android Studio 2.1.2 for linux on my 32 bit Linux Mint 17.3 and I get this error from gradle when I create a new or build a project: "AAPT err(Facade for 305799): /home/user/Android/Sdk/build-tools/24.0.1/aapt: 2: /home/user/Android/Sdk/b

[android-developers] Re: AppCompatDelegate

2016-07-30 Thread Martin Gordon
Someone? On Thursday, July 28, 2016 at 9:59:10 AM UTC+3, Martin Gordon wrote: > > Hi guys, > > I started working on an existing app that has been developed based on > BaseActivity. > Because i wanted to use the action bar and the toolbar, i created an > AppCompatDelegate. > > Everything works gr