Android :: Best Way To Make Games Run At Same Speed On Any Device
Aug 19, 2010
I have a game out on Android, and it runs in a single thread. Performs the work in run() and the draws in onDraw().Pretty simple.However, on a Droid it runs much faster than on a G1.What is a best practice for ensuring that the game runs at the same speed regardless of the device?
View 2 Replies
May 13, 2010
Apparently EA is bringing NFS to android! Engadget say it was demoed on the EVO yesterday. Are there any videos on the net of it? Also this might well mean we'll be seeing more high profile games coming to Android!
View 2 Replies
View Related
Apr 8, 2010
Imagine to have the device perpendicular to the table, in portrait. The Z axis is watching to you and the Y axis to the sky. I want to measure the device's movement speed when I rotate it on the X axis. How can i get it?
View 9 Replies
View Related
Jul 7, 2010
Can anyone help me with calculating the speed of Android Device. how to determine the speed with which device is moving.
View 2 Replies
View Related
Aug 26, 2009
I am creating an app that show some histograms off your traveling speed in different time periods (histogram for the last minute, histogram for the last 2 minutes etc.) I would like to have an animation, and have discovered that drawing everything takes around 300-400ms. Which is to long for making my animation smooth, the animation itself is quite simple (2 lines and 2 dots). What I draw every frame right now is 20 antialised strings, size 14, in average ~5chars 8 of these strings will change every second. 1 of the string will change with the animation (this will become 5 strings if there is time).
The main part of the screen, the one showing the histogram data, consist of a lots of squares which needs to be updated every second. (450 squares). The presentation is split into 5 frames in the same view (has to be same view as arrows in one frame might point into another frame). Invalidating only a part off the screen makes almost no difference (it does becomes a bit faster, but i still execute all my drawing stuff). I have tried to add a flag whether or not the main part is dirty, but if I don't draw it, it is cleared. I might be missing something here. One possibility could be to render all the mostly static stuff to a bitmap, and then simply draw the bitmap. That would mean 10 strings only had to rendered on orientation change.
I think it would make sense since the slowest routine is the one drawing all the text. (the following is a typical timing for the drawing routines, accumulated).
V/HMMULTIBAR( 352): 0 - Drawing time: 0 ms V/HMMULTIBAR( 352): 1 - Drawing time: 53 ms V/HMMULTIBAR( 352): 2 - Drawing time: 62 ms V/HMMULTIBAR( 352): 3 - Drawing time: 85 ms V/HMMULTIBAR( 352): 4 - Drawing time: 280 ms V/HMMULTIBAR( 352): 5 - Drawing time: 303 ms
I would really appreciate comments about whether or not offscreen rendering is the way to go, or if there is a simpler way.
View 6 Replies
View Related
Feb 7, 2010
Do you know how to make all this big games fast? i turned off sound but still the same. what to do?
View 8 Replies
View Related
Nov 22, 2013
I'm using Wi-Fi hotspot to connect my ps3 to mobile network but gameplay is slightly laggy. I've been told this is because of slow/inconsistent upload speeds. So is there an app/mod to make upload speed of my network faster or more consistent?
View 3 Replies
View Related
Nov 8, 2009
Can you make speed dials on this phone?
View 42 Replies
View Related
May 25, 2010
My wife's stock 1.5 Eris got the 2.1 update the other day. Since then she cannot setup her speed dials. It goes through like it works, but there are still no speed dials in the list. I cleared cache and data from Dialer and the two People apps in the manager, but it hasn't resolved it. VZW support last night had me do a battery pull, but that also didn't help.
So other than the Factory Reset option, is there anything I can do? Are there any apps specific to Speed Dials? I'd like to avoid the reset at all costs, if possible.
View 5 Replies
View Related
Jan 29, 2010
I just recently started using pdanet when my high speed internet connection at home was having issues. Oddly i found it to be very fast and work pretty flawlessly from my droid. My question is during the summer i have a 2nd home which has no option for high speed connections, but does get 3g Verizon. I mostly would use my laptop for reading emails and teaching online classes through my college. Has anyone on Verizon ever had issues using bandwidth through a tethered device as i described? I know there is this on going battle of whether our unlimited plans are truly unlimited or not. I would not use massive loads of data but i do not want to incur problems with my service either. Love to hear your opinions.
View 11 Replies
View Related
Apr 14, 2009
Why is pc android emulator slower than real device but mac IPhone emulator faster than real device? I can understand the latter but not the former!
View 15 Replies
View Related
May 17, 2009
I have done a simple game where I draw on a View and use invalidate() to force onDraw to be called. This however doesn't seem to scale at all since even for this little game it is quite slow. So what is the solution, to use openGL? that is what all games should? and then I should use frames rather than redrawing?
View 3 Replies
View Related
Jun 30, 2010
How to determine the speed of moving android device. Any pointers or hints.
View 3 Replies
View Related
May 21, 2009
I want to make simple game on Android. But i don't know the approach to start. So any 1 can help me from where i should start and which particular API (package).
I don't know nothing. So start with first step.
View 5 Replies
View Related
Sep 17, 2009
We are small game-making team from Poland called Ratsquare. We finished our first game for Android: "Speed Forge 3D". It is a space racing game. It is already available at SlideME | Android Community and Application Marketplace or directly under: https://slideme.org/application/speedforge You can watch a short movie at.
View 49 Replies
View Related
Aug 17, 2010
I'm envious of those around me who are Fruit Ninja enabled!
View 2 Replies
View Related
Jul 20, 2009
I know that there is a PowerManager class and a goToSleep method in SDK But the code follow does not work.Anybody can tell me why?
View 5 Replies
View Related
Nov 24, 2009
is there one out? i know that the moment for example has the power to run project 64, so is it possible to port it? or is someone making an emu for N64?
View 34 Replies
View Related
Oct 26, 2010
Just in my application I want to get the speed of the android device using the GPS, so I use the api of location.getspeed().
http://developer.android.com/reference/android/location/Location.html...
However all the speed I got is just incorrect and the values are very different from the actual one.
View 6 Replies
View Related
Sep 9, 2010
Can anyone tell me please how can i make screen shorts with an android device. I have to test an application,and to make screen shorts on it. and i need and screen short tool that will run in the background, while i am running my application. Is it possible. Please give me an advice, a link where i can find this kind of the application
View 8 Replies
View Related
May 21, 2010
my application objective is to save location updates every ,let say, 20 minuets .I used service and it worked fine , but when i lock the screen or it is locked automatically the service stop running .when i unlock it , service runs again.How to make my code run all the time in all conditions?
View 1 Replies
View Related
Feb 13, 2013
I'm just wondering if there's a way to play Tegra-only games on a non-Tegra device? I know it was possible on earlier versions of Android with Chainfire3d, but I haven't found a solution for phones with Jelly Bean. (GT-I9100 with CM 10.1 to be more specific)
View 1 Replies
View Related
Nov 12, 2010
I need to use this for a Samsung Tablet.Usually if the device is switched-off and the USB cable is being connected the display will wake up for some seconds showing an animated battery.Instead I want to let it boot.I suspect this is close to the metal. Where do I have to make a modification?In the kernel, in the Android platform, or is this hidden in some proprietary code of the manufacturer?
View 1 Replies
View Related
Apr 12, 2013
How to make exact copy of my device on Android SDK so that I can test and develop roms on it? I found a guide on xda but it shows how to emulate Xperia X10 and it needs an add-on for X10. But there is no add-on for my device, so how can I emulate it manually? I have a Karbonn ST10 tablet.
View 3 Replies
View Related
Sep 6, 2013
I downloaded Eternity Warriors 2, started playing, then when I decided to play online, I can't play PVP because my device is rooted. I've tried a bunch of apps that hide root, or temporarily unroot, and this game somehow can still see it. All I can find online is Glu Mobile is doing this cuz they think a rooted device is capable of hacking their game.....even though it's server sided. Any way to bypass this, or hide my root from this game?
LG Nexus 4 cyanogenmod 10.1
View 1 Replies
View Related
Sep 30, 2010
Apparently my app needs 2.5 MB (maybe because my photos need 2MB...) and then virtual device can't work with that much MB.
How can I make my virtual device support more than 2.5 MB to get my application working?
View 1 Replies
View Related
Jun 25, 2009
I want to make a game with opengl es, but i don't know how is the best way to make the textures, with a program like 3ds max? or with a plain jpg's?
View 13 Replies
View Related
May 27, 2010
My husband had an Iphone long before I got my great HTC Desire. I've become addicted to a game from absolutist.com called Bubble Shooter. The game is available for virtually every system EXCEPT for android. It is however, available for e.g. java and linux. Does anybody know how to make this game work on my HTC Desire?
View 2 Replies
View Related
Mar 10, 2013
My fiends (Electronic engineers) want to assemble a new tablet, they asked me to research about making a ROM for that.Now, I need some resources to know about making a new ROM with custom kernel for our device.
is there any permissions from Google if we want to sell our device?
View 6 Replies
View Related
Jun 11, 2013
Just got the S4. Had the Incredible. Want to make my incredible, basically, a touch device for my kids (Wi-fi) only. So (after posting this question on the verizon forums) I performed a factory reset on my phone (erased all data) in order to start with a clean phone. When it comes back up it wants me to activate the phone. Is there anyway around this? Or do I have to activate the incredible and then reactivate my S4?
View 6 Replies
View Related