• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. X

    Apps Tablet thread help

    Hi. I'm developing a game and it works great on my phone, but on a friends motorola xoom, the thread is running a little slower, totally messing up the speed of game. Anybody have any ideas of how I can program it to be at the same speed on any device? Thanks for help ahead of time!
  2. X

    Help with install error

    Hey guys. I'm developing an app for android and using my Fascinate to test it. It use to easily install on my device from eclipse but now I keep getting this error: Failed to install App.apk on device 'I50095931b5f': timeout Launch canceled! My Log Cat doesn't show anything when this...
  3. X

    Galactic Blast Beta

    Hey guys! Happy New Year! We have just released the beta version of Galactic Blast! It's a fun, fast-paced game that requires multitouch. You fly a ship around, dodging and shooting asteroids, and collecting rubble for bonus points. We're going to make a full version ASAP that includes upgrades...
  4. X

    Help with force close (oom)

    Hey guys. I've been looking around all over for info on the problem with my app. Nothing I found was a concrete answer. here's the problem. I made an app that works really well except it force closes when I hit the back button to finish activity and then start another of the same activity as...
  5. X

    Drawing Linear Layout on SurfaceView

    Hi guys. I'm building a game that I am using a surfaceview with. Once the player loses, I want it to pop up and display score and say retry? with buttons and such. What would be the best way of doing so? Any help is greatly appreciated.
  6. X

    Apps Force Close on Activity Start-up

    Hi. I am developing an app and it used to work all fine and dandy when I started a certain activity. After making a small change it now freezes for a bit and force closes or sometimes starts working. Is it possible to have too many things happening on activity start-up that it does this? And if...
  7. X

    Apps Help with images

    Ok guys. I have a gallery at the top of my activity. When I click on a pic in the gallery, it sets the resource of an Image View to the pic that was clicked. That all works. But when it changes orientation, sometimes it force closes. Anyone know a reason why it would be doing that? It never...