Android :: Apple App Football Pool

Sep 13, 2010

Really wish someone would develop an Android App like this one: Football Pool '10. Really handy if you are in a football pool

Android :: Apple App Football Pool


Android :: Plans For Improving The Sound Pool System

Jul 3, 2010

I have been finishing off the port of one of my games to Android, with the last two things being music and sound effects. I have implemented the music system now, using a series of MediaPlayer instances, and that all seems to be working fine (I only need to do limited things with music, just playing, pausing and stopping really). I am now trying to finish of the sound effects, but I am struggling.

1. I am targeting Android 1.6+ and therefore do not have access to the setOnLoadCompleteListener function. What is my best way to wait until all sound effects are loaded? I am thinking my best bet is to load all my sounds, then load a dummy (short, silent) sound, and then sit in a loop attempting to play that sound (and then sleeping for 1ms) until the play returns non zero. Does this sound reasonable? Would it be crazy to do this process for every sound effect I load, as the calling code expects the load function to stall as long as it takes for the load to complete - I am not interested in the sound pool trying to do any async stuff for me, all of my background loading is done in a separate thread, and this thread can stall as long as it likes, as long as it actually loads what I am asking it to.

2. Is there anyway I can find out when a sound effect has finished playing? The games I am porting might have code along the lines of 'play sound effect, wait for it to complete, then fade the screen out and load next context' which on other platforms is easy enough to implement. In OpenAL for example, at the end of each frame I check if the OpenAL state for a given SFX is now stopped, in which case I update the game side sound handle to let it know it's now in the stopped state. But I just can't seem to find a way to achieve the same thing on Android. I am beginning to think my only option would be to (somehow) work out the length of the sample, and then when play is called, set a timer to trigger 100ms after the sample time (100ms to account for any delay in the sound starting), and in the timer function set the game side sfx state to be stopped. Does this sound reasonable? Are there any better ways of handling this?

3. Will a sound pool run out of ids? It seems it have been designed so you have one sound pool per 'level' and after each level you release the pool. This doesn't really fit too well with all my code so I am trying to avoid it. But I notice the documentation states a lot of functions will work even after a sound id is no longer valid (it has stopped for example), the functions won't do anything, but they want break anything. This to me says that id's are never recycled. So are there limits? If so what are the limits?

4. Finally, are there any plans for improving the sound pool system? Ideally I'd like to see it work in a similar way to the other main sound APIs. The reason being I target multiple platforms on the engine side, and have 100% generic game code, so I need to establish a base level interface to the API which will work across the board. This is made very difficult by the SoundPool API being set up to work in a specific way, as opposed to just having reasonable low level functions, and allowing the end user to wrap this up how they see fit. I like the fact there are high level classes around to handle this work of work, and I agree these should remain, but I'd like to see something perhaps lower level exposed, which the SoundPool could wrap around perhaps.

View 2 Replies View Related

Android :: Play Continuous Background Music Using Sound Pool

Nov 25, 2009

I am trying to play continuous background music using sound pool.

Here is my code:

CODE:...............

when i do playSound() with 1, 2, 3 sound [wav file] with looping false, they play fine. but if i call playSound any of the 4 files with looping true, it does not work. 4th one is an mp3 file which neither plays with looping true nor looping false. can i create another mediaplayer object as a member variable and use it for only background music ?

View 3 Replies View Related

HTC Droid Eris : Mac Apple Tether Eris As A Modem For An Mac Apple Laptop?

Dec 11, 2009

Anyone find a way to use their Eris as a modem for an Mac Apple laptop?

View 2 Replies View Related

Games : Download - Play Online Pool Pro 2 For A Smartphone?

Mar 11, 2010

I was wondering can you download and play the online game Pool Pro Online 2 for a smartphone like an Android device? I have it on my Dare and when I switch to a Android phone, I want to still be able to play it online.

View 3 Replies View Related

Android :: Cancel/abort Connection From ThreadSafeClientConnManager Connection Pool

Oct 14, 2009

I'm using ThreadSafeClientConnManager to manage a pool of client connections, because my application has several threads, which are simultaneously connecting to a webserver.

Abstract sample code:

CODE:..............

Now lets say on of this threads is downloading a large file, but then the user of my application is switching to another activity/screen. Therefor the file is needless and I'd like to abort this download connection.

In ThreadSafeClientConnManager I found this method: public ClientConnectionRequest requestConnection (HttpRoute route, Object state) Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.

So far I've been using:

CODE:.........

Now from what I understand, I've to use:

httpclient.getConnectionManager().requestConnection(HttpRoute route, Object state);

And that's the point where I'm stuck. I assume that for the route I can just use new HttpRoute(new HttpHost("10.0.0.1")) or whatever my server is, but what to put in for Object state?

And second, as soon as I've the ClientConnectionManager I can call getConnection(long timeout, TimeUnit tunit). But then from there, how I do I execute my HttpGet httpRequest = new HttpGet(URL_TO_FILE); as I did before with HttpResponse response = (HttpResponse) httpclient.execute(httpRequest);?

I've been gone through the documentation and tried out quite a few different things, but I wasn't able to obtain a working solution. Therefor any suggestions and/or code examples are more than welcome.

View 1 Replies View Related

Android :: Need To Have Football Chat

Feb 11, 2010

Try my new forum out - let me know what you think www.footballchat.tk

View 1 Replies View Related

Android :: What Is Best Football Soccer App?

May 28, 2010

Im new to Android and loving my shiny new HTC Desire. I am well versed in the Skysports app for iPhone but is there a comparable or better one for Android? I want to use this mainly for Premiership games but would also want it for the World cup, some sort of push notification for when goals are scored would be good too. Any recommendations?

View 4 Replies View Related

Android :: Need Football App On A Single Screen?

Sep 25, 2010

Is there an app out there where you can pick any number of football games to keep upto date with the score with, on a single screen?For example, I put a number of bets on a Saturday afternoon and I would like a to be able pick which games I have bet on and have them auto update on one screen?If anyone knows of a website/ipad app where this is possible please let me know!!!

View 1 Replies View Related

Android :: Need Football Apps / Widgets

Aug 4, 2010

Can anyone recommend some good and free football apps and widgets on Android? With the footy season about to kick off I'm keen to be kept up to date.

View 3 Replies View Related

Android :: EPL Football / Soccer Widget?

Jan 19, 2010

Just wondered if anyone knows a good EPL Football/Soccer widget, i'd like to just be able to go to one of my screens and check the scores for teams that are playing updating say minute by minute... or maybe only updating when a team scores, I'm currently using the Soccer Livescores app and its nice and fast but i think i'd prefer just a simple widget, i've also tried out FotMob 4.0.

View 6 Replies View Related

Android :: App To Access NFL.com Fantasy Football?

Jul 21, 2010

I just enrolled and thought NFL mobile through verizon would be able to access my team, but I see no fantasy choice. If I am missing it please let me know. I have a Moto Droid.

View 11 Replies View Related

Android :: Any Application For Football Statistics For Coaching?

Sep 4, 2009

Are there any apps out there for football coaches to take games stats such as down, distance, yards gained, hash, ODK, Play type, etc? I have a MyTouch and this kind of app would help me take stats on Friday nights.

View 1 Replies View Related

Android :: How Can We Watch Past Football Games?

Sep 17, 2010

How can we watch past nfl or college football games. Prefer nfl on our evo. Is there a website or app that does that. Where we can watch games from like last week. The whole game though not just snippets. Thanks for the help been looking through forums for about a week now trying to figure it out for myself and then just decided to ask.

View 4 Replies View Related

Android :: Way To Get Updates For Fantasy Football Players

Sep 16, 2010

I just put out a new app into the market place called Fantasy Football On the Go for all of you who play Fantasy Football. I use Yahoo, CBS, and ESPN for the leagues I am in. There is a yahoo app which is fine. But the ESPN one is 5 bucks. The intent for my app is to have a quick and easy way to get stat updates for players you are interested in when you are not at home on Sundays. The idea came to me tailgating last season when my buddies and I had no way of getting updates. The app has a custom list of players that can be modified at any time. For each player in the list my app gives the time and score of the game, their stat line, and the fantasy points scored. The app has custom scoring options so you can configure it to whatever your league settings are to get accurate score totals.I have gotten a few downloads already but I will have to wait until Sunday get real feedback. I was hoping some people would be willing to give it a try this weekend to provide any improvements, suggestions, or report any problems. And if you don�t like it for some reason then you have the 24 hour window to return.

View 1 Replies View Related

Android :: Football Favorite Apps To Keep Up With Scores

Sep 12, 2010

Football is here boys and girls, what are your favorite apps to keep up with scores, your team, fantasy fb, etc? I have espn fantasy football, and I haven't seen an app for that, If you know of one please let me know.

View 4 Replies View Related

Android :: Football / Soccer Update App / Widget

Apr 7, 2010

im looking for an app that will be able to give me updates for my football team, aswell as updates for scores.at the moment im using a combination of soccer live score, to check scores and fotmob 4 to look at news and stats but its a bit convoluted, any1 know of any apps that can do both? or are an improvement on fotmob

View 2 Replies View Related

Android :: Free App For ESPN Fantasy Football?

Sep 21, 2010

I see ESPN has a 4.99 app, but any good free ones that work great?

View 1 Replies View Related

Android :: Official ESPN Fantasy Football Application

Sep 4, 2010

I was browsing the Market Place and the first thing I see when look in the sports section is the Official ESPN Fantasy Football App!

View 6 Replies View Related

HTC Desire :: Good And Free Football Apps And Widgets On Android?

Aug 4, 2010

Can anyone recommend some good and free football apps and widgets on Android? With the footy season about to kick off I'm keen to be kept up to date.

View 1 Replies View Related

HTC 4G :: Sprint Football App On Evo?

Jun 15, 2010

I don't have an Evo yet because worst buy decided to fuck me on my pre-order, so i wanted to know if the Evo has a Sprint football app. I'm pretty sure they lost the rights to Verizon for the official NFL Live app but did Sprint replace that with there own. I'm a Football fiend if you cant tell. From what I read you weren't able to watch live games even from the official NFL app, just live audio. But I also wanted to know if there was a way to watch live games on the Evo? Again I'm damn fiend. I don't think my TV has even been turned to anyother channel than the NFL Network or ESPN, Guess I'll throw this question in here too. What is the best sports app in your opinion for Android? I still have an iphone (damn you worst buy) and Sportacular is by far the best in my opinion.

View 4 Replies View Related

Media :: Apple Airplay For Android?

Oct 4, 2010

Apple Airplay seems quite impressive and it is possible that it might gain some momentum. As an owner of both Android and Apple products I'm thinking that it would have been great if it was possible for Android devices to support the protocol to send/receive audio/video either trough the OS or an application. I suspect that there might be both legal and technical obstructions. What do you think - Will there be AirPlay support for Android?

View 5 Replies View Related

Android :: Apple Why G1 Has No 3.5mm Headphone Input?

Feb 11, 2009

We all know about Apple asking Google to not include multi-touch but according to an Apple employee they also asked not to include the 3.5mm input due to an interesting patent. http://www.googleandblog.com/why-no-g1-35mm-headphone-jack/3750/

View 8 Replies View Related

Android : Need Calendar App Like Apple Iphone One

Jul 1, 2010

I know this is probably painful to the readers eyes. but does anyone know of a calendar application which is like the Apple Iphone one? it has a great feature where you see if a day has an event via a dot, if you select/highlight this day, then in the margin at the bottom of the screen you see a scrollable list of the days events. I like this as I don't, have to switch from day view to month view, or click each day in turn to see upcoming events. I really don't want to have to learn the SDK to write my own, so here's hoping...

View 1 Replies View Related

Android : Apple Now Bastardizing Droid X

Jul 26, 2010

The linked article is from the consumerist. Apple Says Droid X Also Has "Death Grip" Problem - The Consumerist

View 8 Replies View Related

Android : Five Reasons To Be Scared Of Apple

Feb 19, 2010

I thought I share this article with you.Are we suppose to?

Five Reasons To Be Scared of Apple Cracked reveals five reasons why you should be scared of Apple.

View 1 Replies View Related

Android :: Yahoo Fantasy Football App - Make It Possible To View Stattracker On G1 Phone

Oct 29, 2008

Somebody please make it possible to view Stattracker on my g1 phone. I would love you forever.

View 11 Replies View Related

HTC Incredible :: CBS Fantasy Football Through App?

Jun 3, 2010

This is not really Incredible related, but since I just got one I figured maybe this app would work. Is anybody having issues logging into their CBS Fantasy Football through the app? I login in, and when I hit submit it brings me right back to the login screen. It's really frustrating. Has anyone found a work around for this or is this just some glitch that CBS needs to fix?

View 7 Replies View Related

Games :: Way To Get Backbreaker Football

Jun 17, 2010

Since I got several hits for football. Back breaker football game is on market and it is awesome! I've only played the rookie level for about 5mins, but the graphics and play/movements just blow me away. This Backbreaker and google Sky map , IMO, really show off the phones ability.

View 2 Replies View Related

HTC Incredible :: Looking For Fantasy Football App?

Aug 15, 2010

I'm looking for a fantasy fball app. Does ESPN or someone else have one?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved