[android-developers] Re: Working around API-purchase-logic-flaws for consumables in Google Play's Billing API v3 (Relevant to everyone using consumables with API v3)

2016-02-23 Thread gjs
Hi, I'd suggest you use the In-App purchase testing facilities Google provides - https://developer.android.com/google/play/billing/billing_testing.html - to test your theories about perceived failure scenarios. When In-App purchases was initially introduced Google also recommended using your

[android-developers] Re: How to detect if the PendingIntent already exists or not

2016-02-23 Thread Sameer Sharma
Hi Sir I have implement the alarm manager in project. I have set the multiple alarm at same time. Suppose I have set the five alarms but 4 alarms has fired out of 5 or I have set 3 alarms but 2 alarms has fired. Can you give me some advice how to solve this problem? CODE: private void

Re: [android-developers] Multiple Radiogroups and Radiobuttons

2016-02-23 Thread TreKing
On Tue, Feb 23, 2016 at 12:12 AM, Johann Botes wrote: > No I dont know how to do that. Can you assist please? Have a look at some youtube videos and see if that helps to get you started. https://www.youtube.com/results?search_query=intellij+debugger

Re: [android-developers] Bundling APKs in Play Store

2016-02-23 Thread TreKing
On Mon, Feb 22, 2016 at 11:07 PM, Srijit Chandrashekhar Nair < srijitcn...@gmail.com> wrote: > > I know that, in the App3 code, I can search for installation of App1 and > App2 and direct the user to play store for download, but I have to do it > twice, which may be a bit annoying for the user. I

Re: [android-developers] Unpacking expansion files automatically

2016-02-23 Thread TreKing
On Mon, Feb 22, 2016 at 6:50 PM, Lindsay Moore wrote: > Does anyone know how I would go about having it automatically extract > itself upon download completion? Can you elaborate on your use case? What are you trying to accomplish with this?

[android-developers] New beautiful credit card library

2016-02-23 Thread Felipe Silvestre
Take a look: https://github.com/Movile/CreditCardView -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To

Re: [android-developers] Cambiar cuenta de desarrollador

2016-02-23 Thread TreKing
On Wed, Feb 10, 2016 at 5:11 AM, ruben sanchez medina wrote: > Buenas, se puede cambiar la cuenta de desarrollador de un correo > electronico a otro? la cuenta aun no tiene ningun app https://support.google.com/googleplay/android-developer/answer/6230247?hl=en

Re: [android-developers] Contact Android Studio

2016-02-23 Thread TreKing
On Tue, Feb 9, 2016 at 11:30 PM, Dilip B wrote: > Is there an essential medium for us to get in touch with Android Studio? ' > Android Studio is a tool, not an entity that could endorse your course. You'd be looking for a Google contact. Try Google Plus:

[android-developers] Permission denied (avd manager)

2016-02-23 Thread Zane Adlum
running: OSX Yosemite 10.10.5 2.3ghz i7 4gb android studio 1.5.1 build #AI-141.2456560 built 12-1-2015 JRE: 1.6.0_65-b14-468-11m4833 x86_64 JVM: java hotspot 64 bit server vm by apple when i try to create an AVD using the manager (or command line) i get an error: 12:02:30 PM

[android-developers] Re: Receiving palm (swipe) gesture / always getting only ACTION CANCEL - intercepted by system?

2016-02-23 Thread Flo
Update: Indeed, this issue occurs on Samsung devices only. getParent().requestDisallowInterceptTouchEvent(true) seems to be ignored by parent layers on these devices. If anyone has an idea how to fix this, please let me know! Thanks -- You received this message because you are subscribed to

[android-developers] Re: Working around API-purchase-logic-flaws for consumables in Google Play's Billing API v3 (Relevant to everyone using consumables with API v3)

2016-02-23 Thread Markus A.
Bump! I'm really amazed that nobody seems to care about this! Shouldn't this be relevant to everyone selling consumable items on the Play Store? Has no-one ever experienced this failure mode coming up in production? Obviously, there's always the possibility that I'm just misunderstanding

Re: [android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Mark van Limburg
Follow up. I changed "JSONException" and "ParseException" to "Exception" only and suddenly everything works. I am super stoked! Thank you so much for helping out. On Tuesday, February 23, 2016 at 6:37:05 PM UTC+1, Ralph Bergmann wrote: > > Am 23.02.16 um 16:26 schrieb Mark van Limburg: > >

Re: [android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Mark van Limburg
Ok thanks Ralph. I have been entering the code and replaced my previous 2 lines. However what i do not understand is that i suddenly get an error: "Date date = formatIn.parse(created_time);" Unhandled Exception: java.text.ParseException < that's my error. i can't set the "catch" to ParseException

Re: [android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Ralph Bergmann | the4thFloor.eu
Am 23.02.16 um 16:26 schrieb Mark van Limburg: According to the earlier pasted Class file, where would you paste the SimpleDataFormat code? You have this 2 lines in your code feeds.add(pagefeed.getJSONObject(l).getString("created_time"));

Re: [android-developers] Admob in Android Studio

2016-02-23 Thread Krys Penhoat
Yes the app crashes Op maandag 22 februari 2016 23:44:39 UTC schreef TreKing: > > Did you have a question? > > On Mon, Feb 22, 2016 at 6:43 AM, Krys Penhoat > wrote: > >> So I've got a problem with Admob in combination with a icon template I'm >> using. >> This is the

Re: [android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Mark van Limburg
Thank you for the links. I am aware of it that i need to use SimpleDateFormat. But i am struggling with where to put the code. Everytime i seem to want to add something, i get error here and error there and i cannot figure out, what do i have to do to make the SimpleDataFormat work properly.

Re: [android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Ralph Bergmann | the4thFloor.eu
Am 23.02.16 um 15:22 schrieb Mark van Limburg: Can someone help me where i should post the code and what kind of code for using simple date format? You can use Androids SimpleDateFormat to parse the date http://developer.android.com/reference/java/text/SimpleDateFormat.html If you need more

[android-developers] How to change Format of the Facebook SDK "Created_Time"

2016-02-23 Thread Mark van Limburg
Hi, i am extremely new to Android Development. I have a little bit of coding background, but its very little. Right now, i am working on an application that connects to Facebook and after login succesful it shows a simplified "feed" of a page. (this because i want to make something personal that

[android-developers] Integrating GPGS and AdMob

2016-02-23 Thread Aaqib Amin
Hello, Using Unity 5.2.3. Using Android SDK Rev. 23.1.1 Using Google Play Game Services Package 0.9.31a (Services Version 8.4.0) for unity. Using AdMob

[android-developers] How to create a rssfeed parser with fragments

2016-02-23 Thread Raz Nart
I am trying to create an rssfeed parser with fragment. I have created different tabs using fragment activity and i am trying to add a rssfeed on each of the tabs but can not do it even tried to find tutorials about that but can't find one. -- You received this message because you are

[android-developers] Send DTMF tone over an active phone call in android

2016-02-23 Thread Rajesh Kumar
Recently Google has release a set of APIs to support DTMF tone during a phone call, http://developer.android.com/reference/android/telecom/Call.html#playDtmfTone(char). Can anybody tell me how to use these APIs? -- You received this message because you are subscribed to the Google Groups

[android-developers] Nearby Connections API and WiFi Hotspot

2016-02-23 Thread Tigran Barseghyan
Hi. Our app uses Google Nearby Connections API and we have a problem when there is no WiFi router available. When a device creates a WiFi hotspot others can connect to it, but that device itself is not a part of that network. Is there any workaround for this, or any other suggestions? Thanks.

[android-developers] Android Quizz App

2016-02-23 Thread Florian Toure
Hello everyone I want to develop an Android app , a quiz game whose aim is to : -For Each question an image shows the title of the issue and the radio buttons are used to select the right answer. -The Questions that appear are stored in a database ( 20 questions for example) and when the

Re: [android-developers] Can't upload APK despite I changed package name

2016-02-23 Thread DiputaciĆ³n de Badajoz
Yes Treking. It would changed in "build gradle" app module. I think problem is less visible. :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to