[android-developers] Audio is not playing on my Google TV application

2011-12-08 Thread Gregory Moore
I am porting a game to be supported on Google TV, and everything is working except for the audio. I get some kind of default sound instead of the actual audio that should be played. I am using the SoundPool class to play .mp3 files. Any one dealt with this issue? Resolutions? Thanks, Greg

[android-developers] Re: OpenFeint

2011-12-08 Thread Gregory Moore
I have successfully integrated OpenFeint with my game Fruit Frenzy. There were some quirks and some work arounds I had to do because of some graphics issues, but it is working fine now. Although I will say that at times I get crash reports that are caused by OpenFeint but not that many. On Dec

[android-developers] Re: Audio is not playing on my Google TV application

2011-12-08 Thread Gregory Moore
This is working fine on the phone, so I am certain it has something to do with the Google TV platform. I am using the same basic code base on the phone, tablet and Google TV and Google TV is the only platform with this issue. On Dec 8, 9:21 pm, Gregory Moore gregoryamoore...@gmail.com wrote: I

[android-developers] Re: Audio is not playing on my Google TV application

2011-12-08 Thread Gregory Moore
I solved my own issue. While on the phones and tablets .mp3 files work, they do not for google tv. I converted all the audio files to ogg and everything works now. On Dec 8, 9:47 pm, Gregory Moore gregoryamoore...@gmail.com wrote: This is working fine on the phone, so I am certain it has

[android-developers] Custom Data Schema

2011-05-16 Thread Gregory Moore
I am wanting to use a custom schema for opening my application such as myschema:// It works fine if I put that schema in a webpage as a link, but if I send an email with that link (even if an html email) the gmail client does not linkify the url making it so the user cannot click the link to

[android-developers] Disappearing Images

2011-03-23 Thread Gregory Moore
I have been having this issue lately after upgrading to the latest tools, where from build to build my certain images will display blank, and always the same ones. I always do a clean before creating release builds, but it still seems to happen. What is even stranger is that I put the exact

[android-developers] Re: Disappearing Images

2011-03-23 Thread Gregory Moore
Interesting, because the image that wants to disappear is named apple so it is at the top of the list. I will try to add in an image as you suggest and see if the issue goes away. On Mar 23, 10:45 pm, Justin Giles jtgi...@gmail.com wrote: Any thoughts on this would be great as it is greatly

[android-developers] Launch application or service from html link?

2010-06-18 Thread Gregory Moore
Android Market has a neat feature allowing you to launch it using a url in the format of market:// ... Is there an equivalent method for launching an application using a link? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Can you have a paid app where the content expires after 1 year?

2010-04-26 Thread Gregory Moore
I would like to create an application where the user pays for the application and then they have access to the content associated with the application for one year. Kind of like a 1 year subscription. Is this allowed with Android Market? Once the user downloads the content, they can keep it

[android-developers] Background on text part of TextView with an image

2010-02-17 Thread Gregory Moore
I have a situation where I am using a TextView with an image and would like to set a background on just the text part. When I use android:background it sets the background behind both the text and the image. Is there a way to have it just put the background behind the text without me having to

[android-developers] Re: Background on text part of TextView with an image

2010-02-17 Thread Gregory Moore
? TextView has text background drawable... On Feb 17, 12:53 pm, skink psk...@gmail.com wrote: On Feb 17, 4:21 pm, Gregory Moore gregoryamoore...@gmail.com wrote: I have a situation where I am using aTextViewwith an image and would like to set a background on just the text part.   When I use