[android-developers] Re: Platform neutral import into Eclipse and Android Studio?

2014-11-18 Thread Jose_GD
Do you have a gradle file ready for your AS import? El lunes, 17 de noviembre de 2014 01:13:00 UTC-3, bburd escribió: I'm creating projects that can be imported into Eclipse and/or Android Studio. For the most part, these projects use tried-and-true features that are present in older

[android-developers] Free App suspended for adding Google Analytics?

2014-11-18 Thread NickL
*REASON FOR REMOVAL*: Violation of the paid and free https://play.google.com/about/developer-content-policy.html#payments provision of the Content Policy and section 3.5 http://www.android.com/us/developer-distribution-agreement.html#pricing-payments of the Developer Distribution Agreement.

[android-developers] Animate a bitmap

2014-11-18 Thread dashman
Have a small bitmap - that i draw on a Canvas. I'd like to animate it - e.g. make it larger and smaller etc. Any suggestions? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Animate a bitmap

2014-11-18 Thread JackN
Yeah, heres one way, create transformation matricies and multiply the bitmap positions by the matrix. On Tuesday, November 18, 2014 7:39:53 AM UTC-8, dashman wrote: Have a small bitmap - that i draw on a Canvas. I'd like to animate it - e.g. make it larger and smaller etc. Any suggestions?

[android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread JackN
Without your app, we cant see either. But I suspect your product was misleading. On Tuesday, November 18, 2014 5:20:50 AM UTC-8, NickL wrote: *REASON FOR REMOVAL*: Violation of the paid and free https://play.google.com/about/developer-content-policy.html#payments provision of the Content

[android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread NickL
It's not downloadable, so hard to check out. But, the app is free and has no in app purchases, and never had any. I added Google Analytics in the latest release, but I can't think that would be the problem. There is a donate link (redirects to PayPal) but there is nothing in any way that

Re: [android-developers] Device Default DatePicker Dialog not showing

2014-11-18 Thread TreKing
On Mon, Nov 17, 2014 at 12:25 AM, Surabhi Jain surabhi17.j...@gmail.com wrote: But When I run same app on Nexus S, Nexus 4, s4 and HTC One, it is not showing the device default datepicker dialog. These devices api level is 11 or above of 11. What is your app's target SDK? If you have a low

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread TreKing
On Tue, Nov 18, 2014 at 9:54 AM, NickL nicklongi...@gmail.com wrote: There is a donate link (redirects to PayPal) but there is nothing in any way that gives the sense that new content would be made available by clicking that link to donate, which is a Google requirement. It just says touch

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread NickL
I bet you are exactly right. Much as it sounds crazy, that is the only thing that would explain this. thanks! I still think there must be a way to collect donations without giving those scoundrels a cut of the loot. On Tuesday, November 18, 2014 12:26:11 PM UTC-5, TreKing wrote: On

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread Nobu Games
You could in fact (try) to get around Google's payment processor if you change your donate button into an in-app purchase of a media file that can also be processed by other apps (images, videos, songs, eBook...), see Google Play Developer Policies

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread Donal Rafferty
Other developers have had their apps taken down over the use of pay pal donations so it's highly likely that On Tue, 18 Nov 2014 17:38 NickL nicklongi...@gmail.com wrote: I bet you are exactly right. Much as it sounds crazy, that is the only thing that would explain this. thanks! I still

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread NickL
Nice idea, thanks. I'm a little hesitant about trying to get around these guys, so nasty when they decide you are wrong. Interestingly enough, Apple allows this kind of a link for iOS apps. And, they let you get in touch with a real person (via email) if you have specific questions on things

Re: [android-developers] Re: Free App suspended for adding Google Analytics?

2014-11-18 Thread NickL
I bet you are right. Not worth the effort here. On Tuesday, November 18, 2014 1:15:10 PM UTC-5, dra...@gmail.com wrote: Other developers have had their apps taken down over the use of pay pal donations so it's highly likely that On Tue, 18 Nov 2014 17:38 NickL nicklo...@gmail.com

[android-developers] Does WiFiDirect Service Discovery work using SERVICE_TYPE_ALL protocol type?

2014-11-18 Thread Nate B
Does WiFiDirect Service Discovery work using SERVICE_TYPE_ALL protocol type? I have modified the WifiDirect service discovery sample application to discover all wifiDirect services. When I run the sample I don't discover any of the WifiDirect services that I know are running in my area. The

[android-developers] Synchronize Video Data and Sensor Data

2014-11-18 Thread crem
Hi, In my application I need to capture/record video and simultaneously log sensor data which I receive via Bluetooth (about every 10ms), to a file. This works fine. Now I need to *synchronize* the video data and the received sensor data, i.e. I want to link the sensor data with a ms timestamp