General :: Possible To Make Online PC Game Work On Android?
Jan 1, 2013
So I was wondering is it possible to make an online pc game work on android ? Unfortunately I can't post links but if you search youtube for "Awplanet android" it would be the first video.
This video was made 3 years ago so this game no longer exist on an android platform because someone made it without the creators permission and sold it for money so it was taken down. Can it be made to work on android again ?
View 3 Replies
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
Jul 26, 2013
I own a rooted Prestigio Multipad Prime Duo 7" (PMP5770D) and I have a problem with "Order and Chaos online v1.3.0". As soon as I run the game, it stops without any warning. I've downloaded this game from a*kma*nia.co. What should I do? I solved Modern Combat 3 by changing the language in english.
View 3 Replies
View Related
May 21, 2010
I am getting started in android development and I really want to create some form of online game. My goal is to start out with a turn- based game and move onto advanced multiplayer games. I want to have users associated with their google account, provide some sort of matchmaking to pair people together, have their stats stored in a database, and use the stats for various leaderboards and such. I have read over an older discussion on this list at http://www.mail-archive.com/android-developers@googlegroups.com/msg75... . There was a lot of good information that I gathered but I still have some questions. What I have so far is an apache web server on a laptop that I don't need right now (2.0Ghz Core 2, 3GB Ram).
I have never really used Java (although I'm learning it for android), but I know C/C++, Perl, and Python. I am in the process of learning mysql databases, which will help with a lot of the stats features I want to implement. I have built a HTTP/1.1 persistent server in C before which did JSON parsing and used a threadpool so I am somewhat familiar with the low-level network calls needed. However, I'm thinking that a free server software must exist that would offer more security and better load-balancing than the server I created. One solution I am thinking is to just use the Apache web server, have android make a request to a perl module I create on the server, and then have the server look it up on a database and so forth. Then the server will just keep sending back the player locations or whatever. Will the Apache web server slow me down for what I am trying to do or I am looking at everything the wrong way? Are there some settings in Apache that I could tweak to give me better latency such as persistent connections?
View 2 Replies
View Related
Feb 15, 2010
I was wondering if there are any poker (texas holdem hopefully) games out there that do not require you to be online and are not just heads up?
I want to have a game that I can play against various AI players offline. Mainly for traveling to work I use the underground tube a fair bit so no reception.
View 3 Replies
View Related
Feb 16, 2009
I wanted to know that how to use sound in animation,Actually i wanted to create a online bidding game and i want to use sounds in that animation.
Can u let me know how to do this.
View 2 Replies
View Related
Oct 14, 2010
Does anyone know of a Hexic clone? Been looking for a while but haven't found anything. For the curious, it can be played online at.
Hexic - MSN Games - Free Online Games
View 1 Replies
View Related
Oct 19, 2010
I'm started to get my feet wet with the android framework, and wanted to work on a game but was looking for a partner to work with. I was wondering if there are sites online where people can talk about a project and possibly collaborate and start a new project.
I realize this might be a stupid question, and not appropriate for this board. If so, I apologize.
View 1 Replies
View Related
Feb 20, 2014
Is that possible to port an app from android 4.1.2 and make it work on 4.2.2 ( Keyboard app ) ? and if it is possible how can i do that ?
View 1 Replies
View Related
Dec 24, 2011
I find swipepad amazing, but it fails to turn up some of the times upon swiping. I tried placing the zone at bottom (so as to avoid conflict with phone's other swipes) but still occasionally the pad doesn't turn up at all.
Wrote to dev, and was told that the app has to be made to work on large screens (I'm using galaxy note). But no actions upon it by dev. I purchased all associated apps but all waste.
how to make the app work RELIABLY?
View 9 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
Jun 29, 2012
I bought a tablet for my wife. Not the best thing out there but hey, she likes the solitaire on it. The amazon app store sucks. I want the "real" app store..... I've tried downloading a bunch of diff versions. But nothing wants to work. I got one to work, well, somewhat. It let access it and play around. It wouldn't let me d/l anything. Any good app is in the Google play store.
View 1 Replies
View Related
Jul 21, 2009
I'm finishing to write my game and i'm thinking to participate to the ADC2. Since I also want to start selling the game to the android market asap, I want to know if is it possible to make a free demo version of the game to be used for the contest and a full paid version that is available to users that want to buy it before the contest has finished. Is it a violation of TOS or it can be done at my own risk (because the demo valued by judges is not the complete version?
View 2 Replies
View Related
Mar 8, 2010
I have written a very simple game with some simple animations, but I've noticed that when the phone checks email, or several other apps are running, the animations that update in my thread start behaving slowly or choppy. This is a problem as the game mechanic requires some careful timing of your screen touches based on the animations. So if it starts behaving erratically, the game doesn't really work well - and isn't much fun.
Is there a way to prevent this? Can my threads have a higher priority when they need to run?
View 3 Replies
View Related
Jan 13, 2013
I have rooted unlocked device with slightly modified latest ROM(from official one 4.0.4). Device has Google API (apps which require it works) Device has network location provider (I see that from my test app) But it does not return any location (no luck for Maps app as well)
It has Goggle's location checkbox in the Location Services and it's checked on.
I have also installed full google apps package
View 7 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
Mar 26, 2014
I want to make a splash screen for my game. I need the image to fit the screen's width but I want the height to be larger than the screen's. Than, I will have an animation moving the image vertically, hiding the top part and showing the bottom one.
I have searched a lot and I am more puzzled now on how I should do this.
Firstly the only solution I found for the fitting part was a combination of java and xml. But the problem here is that the java class doesn't produce a bigger than the screen image, but a cropped image. So, I can't make the animation later on.
Should I do it only in java and don't use xml at all? Or is it possible to do this through xml only (which would be better I think)?
View 1 Replies
View Related
Nov 11, 2010
I have been using raptor with a2sd set up, the newest kernel and turbo 4. I decided to install nfl mobile so I can watch the thursday night game tonight and it doesn't work.... thought it was an a2sd issue so I reformatted my sd card and flashed a fresh raptor. It worked. So I updated the kernel and it still worked. Then I isntalled the turbo4 and it no longer works... bummer. I'm figuring that the JIT is worth more to me than the nfl mobile app so I am going to leave it alone. I did find during this process that my phone seems quite a bit faster without a2sd. I have the original sd card which I'm sure makes a difference, but I think I would have to stockpile apps before a2sd would be faster than internal memory even with a faster card.
View 2 Replies
View Related
Sep 22, 2010
Recently, i got myself an HTC Wildfire. It's great, except one thing. Some of the games lags, but the lag gets less and less the more i play the game. It does'nt disappear totally but it gets smaller.
Its not the processors because i tested the games on an Xperia X10 Mini and they worked perfectly fine.
What cam it be?
View 2 Replies
View Related
Nov 5, 2009
Are there any game emulators that will work on our non-rooted Sprint Hero?
View 3 Replies
View Related
May 19, 2010
I tried installing the Android USB driver on my x64 machine and it fails. Does Android development not support 64 bit Windows, or am I possibly doing something wrong?
View 1 Replies
View Related
May 16, 2009
When one person debugging android application on a PC, emulator-5554 <===> DDMS A <===> Eclipse A can communicate well. When the second person want to debug application on another emulator on the same PC emulator-5556 <===> DDMS B <====> Eclipse B. The DDMS B can't communicate to emulator-5556 rightly. Seems emulator-5554 and emulator-5556 both controlled by DDMS A. How to resolve this problem?
View 4 Replies
View Related
Mar 18, 2009
I have a G1 phone and use it in mainland China. But I can't config it to work with browser and MMS at the same time. However with different APN, the browser and MMS can work seperately. For browser, I use following APN config code...
For MMS, I use following APN config code...
When above two APNs both exists, only browser can work. MMS doesn't work any more.
Does any google export know that how to config G1 to make both browser and MMS work? If it's a known issue, is there any roadmap to fix it?
View 17 Replies
View Related
Jun 21, 2009
Do you have any simple sample code for video recording?
View 3 Replies
View Related
May 30, 2010
I have a ListView, which has a TextView and a RadioGroup with 4 RadioButtons as Children in each row. Now i can select a RadioButton in each row. But if i scroll the ListView, my Selection is gone or it does not show correctly. For example, i choose the RadioButton A in the first row, if i scroll through the ListView and then go back to the first row again, either none of the RadioButtons in the RadioGroup is checked or RadioButton C is checked instead of A.How can i fix this Problem? I have tried 7 days already, but still i find no solution.
View 1 Replies
View Related
Jun 8, 2010
I have a ListView, which contains an EditText in each of it's row. I also have an Array.The length of the Array==the Nr of the rows in the ListView. I want to store the user input (the text in the EditText) to the Arrray. E.g, if i type some text in the EditText in the first row of the ListView, i want the text to be stored in Array[0]. But how can i detect to which row the EditText belongs to? I can detect the possition of the row if the row contains a RadioGroup, but not a EditText. What if i first type some text in the EditText and sometime later i want to update mein Input? How can i update it?
View 1 Replies
View Related
Jan 23, 2009
I have a program that fails to start. When I remove this line of code from the startup it starts with out error... db = SQLiteDatabase.openOrCreateDatabase(data, cf); data is a file that has been made, I have tried multiple locations none worked. cf is a cursor factory. This worked perfectly before version 1.0 and also when put in a try/catch statement still errors out. It is the process has stopped unexpectedly error. Any thoughts as to what permissions I could give the app to make this work? Am I heading in the wrong direction?
View 3 Replies
View Related
May 26, 2010
How do I make the Java assert statement work? By "work" I mean that a failed assertion should either stop program execution or at least log the failure. Currently, neither happens. I understand there is a run- time option to enable this (-ea), but I don't know where to specify it. Changing "PreferencesJavaInstalled JREsEdit JREDefault VM Arguments" has no effect, probably because those settings are not used for the Android execution.
View 5 Replies
View Related
Aug 31, 2010
Is there such an app that can make the camera flash LED work as a notifier instead of the notification LED?
View 2 Replies
View Related
Apr 24, 2010
Animated GIF images rendered by Android's WebView do not seem to animate. Has anyone figured out how to make them work? I'm testing on an N1 with 2.1-u1. None of the web settings available seem applicable.
View 4 Replies
View Related