[android-developers] Upload freeze, winter 2016

2016-11-04 Thread 'Ian Murray' via Android Developers
Hi, Is there a freeze on uploads over the winter holiday period, like with the itunes connect shutdown over Christmas? -- 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,

[android-developers] Play Games app incorrectly shows random Saved Games files meta description

2016-05-17 Thread Ben Murray
I am building an Android game that will be released shortly and have noticed something in the Play Games app The recent games page shows random meta descriptions from files the game has uploaded to Drive How do i override/define what should be shown as the subtitle here? Thanks Here is an

[android-developers] Need I-phone app converted into an Android app.

2010-10-13 Thread Murray
An app that our company built for the I-phone was rejected. We would like to find someone who can convert the app over to the Android. The app was built using the Unity 3D engine. If any additional info is need then please feel free to post back. Thanks -- You received this message because you

[android-developers] Cookies 'magically' disappearing

2010-10-13 Thread Robin Murray
I'm developing a REST app on 2.1. I'm using cookies for authentication (org.apache.http.cookie). The cookies work fine when testing from a regular browser and when using the emulator. I see that they are sent from the server and I see the emulator list them out on the debug log. No problems:

[android-developers] USB Communications

2009-11-05 Thread Murray
I am looking for information on the Andriod USB communications. Does Andriod OS provide any way for the PC Host to communicate to a application on the device (TCP or simlar)? Can the Andriod application communicate to a PC host via the USB connection? Can the PC host control charging on the

[android-developers] Re: android system make. error 45

2009-04-20 Thread murray
I think this must be a conspiracy of some sort, as I too have had the same issue for many weeks now... I have not been able to get an answer from this forum or any other.. google dev is not talking... why?...who really shot Kennedy? I'll take either answer..thanks On Apr 16, 4:20 am,

[android-developers] Re: How do I use GoogleLoginService?

2008-11-27 Thread Murray
My sentiments exactly! On Nov 18, 8:43 am, androidian [EMAIL PROTECTED] wrote: How are other developers accomplishing this?  Lots of applications I've read about interact with Google's mail, calendar, contacts etc, so there must CURRENTLY be a way of getting hold of the logged-in user (or

[android-developers] Re: placing the image on listbox on right side

2008-11-17 Thread Murray
Venkat, This is the approach I used ... except I aligning to the right of the image and further using multiple rows with alignments. This should work if you change the alignment to the left in your case. TwoLineListItem xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] overloading getView

2008-11-17 Thread Murray
I want to overload getView similar to the Fancy-List posting I have seen. However, my data source is a Sqlite database as opposed to an array of strings. The examples I have seen show you how to create a custom Adapter that extends ArrayAdapterString... How would I do this using a the database