Re: [android-developers] Help with Google terms for in app payments for extra content addition. Thanks.

2013-05-03 Thread Dale Sharp
Sadly I can't afford a lawyer. ;-( On Thursday, 2 May 2013 17:53:27 UTC+1, TreKing wrote: On Mon, Apr 22, 2013 at 1:57 PM, Dale Sharp pubu...@googlemail.comjavascript: wrote: *In-app purchases:* Developers offering additional content, services or functionality within an application

[android-developers] Help with Google terms for in app payments for extra content addition. Thanks.

2013-05-02 Thread Dale Sharp
outside of Google Play, and only displaying the content inside the app - i.e. all is free in the app to everyone and payments are never taken in the app for any additional services or functions? Hope you can help. Thank you. Dale. -- -- You received this message because you are subscribed

[android-developers] [Issue] Android diplays wrong system time

2012-11-20 Thread Dale
). I cannot find where I can fix this issues, Please give me some advices. Thanks, Dale -- 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@googlegroups.com To unsubscribe from this group

[android-developers] Integrate web analytics with Google Play stats

2012-10-25 Thread Dale Bertrand
Does anyone know if it's possible to integrate my web analytics with my Google Play stats? I'd like to know where my visitors who _download_ my app are coming from. Right now I can only see who clicks on the Google Play button on my website. -- You received this message because you are

[android-developers] Issues with FileObserver

2012-10-03 Thread Dale King
Was working with FileObserver and ran into some serious limitations/design issues with it that are really not made clear in the documentation. In my application among other reasons for needing to observe changes in the file system I have a file browser. When one is viewing a directory and then

[android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Dale
, Dale -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] Using assets / permissions from library projects

2011-07-18 Thread Dale Harvey
I am currently working on an application that is packaged as an android library, the library contains some source files as well as some binaries delivered in the assets folder, additionally some permissions are required to run the library. Currently developers must create their own project and

[android-developers] SurfaceView issue on pause/resume

2011-05-03 Thread Dale
of the above) and in onResume() I recreate the objects exactly the same way they were created on launch. On recreating everything the surface no longer displays. I can share some code if it helps. Do I need to do anything special to pause and resume a SurfaceView? -Dale -- You received

Re: [android-developers] Re: Android 2.1 WebKit and applicationCache

2011-04-20 Thread Christopher Dale
I would also be interested to know the current state of the applicationCache implementation. I am running into issues in the Android browser with going offline where I have no issues on Chrome. I think it would also be helpful if there was a central place where the statuses of implemented

[android-developers] Android WebView with CSS modification of hr tag

2011-03-21 Thread Dale
. Is this a known issue due to deprecation? Is it a bug with WebView? Is there any known work around for such issues? Cheers, Dale. -- 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@googlegroups.com

[android-developers] Re: Problem while creating a custom UI

2011-02-24 Thread Dale Wilson
); setContentView(R.layout.container); MyView myCustomView = (MyView)findViewById(R.id.custom_view); ==end snip Make sure the MyView class has a constructor that takes a Context and an ApplicationSet and invokes super(Context, ApplicationSet) Dale -- You received this message because you

[android-developers] Re: Providing 2 differing interfaces to a remoteService

2011-01-28 Thread Dale Harvey
, Jan 26, 2011 at 12:39 AM, Dale Harvey d...@arandomurl.com wrote: I have an application that provides a remoteService that is defined through an .aidl generated interface, this all works great, completely seperate applications just need to bundle the .aidl and they can control the service

[android-developers] Providing 2 differing interfaces to a remoteService

2011-01-26 Thread Dale Harvey
variables / talk through the filesystem however I was wondering if it was possible in a cleaner way. Thanks Dale Harvey -- 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@googlegroups.com

[android-developers] Download finished with wrong size

2010-11-10 Thread Dale
So far, I have been getting this error for every package. Only a few packages have loaded with one or fewer retries. - Documentation for Android SDK, API 8, revision 1 - Samples for SDK API 8, revision 1 - Samples for SDK API 7, revision 1 - Usb Driver package, revision 3 - Market Licensing

[android-developers] Unsubscribe

2009-11-23 Thread Dale Dyer
-- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Wii-mote into Android

2008-04-09 Thread Dale Thatcher
I've just hooked up a wii-mote to the Android simulator (via OpenIntents). More info here: http://blog.dalethatcher.com/2008/04/wii-mote-accelerometer-into-android.html thanks, - Dale --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Wii-mote into Android

2008-04-09 Thread Dale Thatcher
I wrote a small C program that reads the wii-mote accelerometer data and outputs to a file. A modified version of the OpenIntents sensor simulator then reads the file and sends the data over a socket to Android. I'll upload everything later today. thanks, - Dale On Apr 9, 1:05 pm, szeldon

[android-developers] Re: Wii-mote into Android

2008-04-09 Thread Dale Thatcher
Ok I've uploaded the code and written some instructions: http://blog.dalethatcher.com/2008/04/howto-get-wii-mote-data-into-android.html Let me know if you try it. thanks, - Dale On 9 Apr, 14:21, Dale Thatcher [EMAIL PROTECTED] wrote: I wrote a small C program that reads thewii