[android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-18 Thread Dan Cha
So i was trying to reuse existing code that works in another app, just changing the namespace, WSDL, Saop action and method name, but getting an error Please let me know what im doing wrong or what needs changing or checking. Here is the error log from the button click 03-18 16:34:05.627: E/An

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
And here's the web tools (I thought it was also in the prior package but its not). https://github.com/playgameservices/management-tools On Wednesday, March 18, 2015 at 11:43:40 AM UTC-7, jtoolsdev wrote: > > Try here: > https://github.com/playgameservices/android-basic-samples > > > On Wednesday,

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
Try here: https://github.com/playgameservices/android-basic-samples On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote: > > emmm... what? a web app? test scores? > > I can't find any web app and also who has talked about test scores? i am > talking about a cheat score, the game is publ

[android-developers] Strategy for massive data

2015-03-18 Thread Diego N.
Hello I have a base of + or - 25 thousand items and in my App I have a list that can be used filter (SearchView). I wonder if have gone through this scenario. I thought in some ways: 1 - In the first user access to download all records (auditioned returning a JSON even wifi and it was + or - 1 m

Re: [android-developers] Android Taxi Booking App - Payment Mechanism by using Credit Card

2015-03-18 Thread James Ruffer
You could look at a couple of other options like braintreepayments.com who started helping uber with their payments. But really you are looking at becoming an aggregation payment provider but it all depends on a number of things... What currency are you using? Are you putting a hold on the estimate

Re: [android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread Steve Gabrilowitz
Not ideal, but couldn't you read and store the leaderboard information then delete the whole thing and recreate it? On Mar 18, 2015 9:58 AM, "saex" wrote: > emmm... what? a web app? test scores? > > I can't find any web app and also who has talked about test scores? i am > talking about a cheat s

[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread saex
emmm... what? a web app? test scores? I can't find any web app and also who has talked about test scores? i am talking about a cheat score, the game is published for months and the leaderboard too. El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió: > > There's a web app that

[android-developers] Re: how to bring paid users outside of Google Play into Google Play

2015-03-18 Thread Jose_GD
Well, with several thousand it would be impractical to ask them to pay for the new version and refund them immediately. So forget my silly suggestion! Perhaps asking Google Play/Wallet support may bring ideas? El martes, 17 de marzo de 2015, 19:03:19 (UTC-3), guruk escribió: > > Its several thou

[android-developers] Android Taxi Booking App - Payment Mechanism by using Credit Card

2015-03-18 Thread Muhammad Rashid
Dear all, Currently I am working on an Android Taxi Booking App. We need to implement a payment mechanism for fare using credit card info. Fare will be calculated on base of distance(miles/km etc). 1. What will be the way for payment? 2. If i use Goolgle In-App Billing Services, how can i ment