Android :: Use Of 3rd Party Game Engines
Aug 20, 2010
I'm looking at building a game for Android and I've looked around for any sort of insight into how to approach it.I've run across a few game engines for the platform and I'm wondering if any of you have had experience in using them.I worry about spending a lot of time building an app that relies heavily on a game engine, that maybe is abandoned at some point or becomes incompatible with future versions of Android. However, some of the "out of the box" functionality appears to be nice to have.Just curious to hear if any of you have looked into this at all.
View 2 Replies
Apr 18, 2014
What 3D technology you use in your work? My main tool for today - Uniti3d. Like to hear opinions on other technologies.
View 3 Replies
View Related
Nov 20, 2010
We are a very small independent company that is trying to survive in the world of mobile games. Our very first game is a small one Called DrinkIt!. The game is very simple; you flip a card, you do what it says... or drink what it says! We wanted to try something different that could suit for anybody in a boring party situation. I you feel like it, go try it out: DrinkIt!
View 9 Replies
View Related
May 13, 2010
Catchphrase lovers..PhoneFraze (multiplayer family/party game) is now available!
View 13 Replies
View Related
Jun 23, 2009
I've looked around for a physics engine that will play nicely with Android, but I've only been disappointed. In terms of performance, I had heard that jbox2d was the best bet, but (from my understanding) ever since Android SDK V1.0, the Dalvik VM's verifier has become very strict and rejects some of the key classes and refuses to run. This problem persists after using the dx tool (although I might be using the tool improperly). I know that the AndroidBox2D porting project exists to optimize jbox2d for the Android garbage collector, but the project page doesn't have any downloads and the gpl license isn't as attractive as the zlib license of the original. Does anyone have any tips for making jbox2d work in Eclipse, or have any recommendations for where I should start looking?
View 5 Replies
View Related
Oct 9, 2009
I want to try any physics engine for 2D and 3D in Android. So far I have learn that JBullet and JBox2d can be used, and JBox2d is a better one among them. But there in not much available documentation available and it even uses some concepts which are not supported by Android like Applets.Even some posts in various forums suggested that there are still no ideal physics engines available for Android. Are there any plans for implementing specific physics engines for Android? Can OpenGL be used for these ? Help me out in deciding which physics engine is best suitable for Android.
View 5 Replies
View Related
Sep 9, 2010
Looking for games/physics engines to use for mobile game development.
iPhone there is
Cocos2D
Android I've found
RokonAndroid
Just wondering if there are any others (better ones) that anyone knows of? Or any that are more cross-compatible?
View 3 Replies
View Related
Sep 29, 2009
I am planning to develop a game for all of the mobile platform and have pretty much zeroed down on the concepts of the game. but the only issue I'm facing as of now is that I have no idea what would be the best libraries + 3d Engine to us to achieve the best results on the hardware on some of the upcoming mobiles. I'm talking about the iPhone 3GS, the new WinMo and Android devices with the famed Snapdragon, other processors from Samsung, ARM, Qualcomm and even Intel and AMD.as of now i plan to use the ogre libraries for now, but then what will offer portability?? This is much more of a design question rather than just coding. Any help is appreciated, others who wish to collaborate are very much welcome too. just drop me a mail.
View 1 Replies
View Related
Dec 7, 2009
I need to build an ebook/reference reader type of an application. Is there any engines which gives support for formatting html or anyother types of content?
View 3 Replies
View Related
Nov 27, 2012
how to set up an android phone to use multiple text-to-speech engines without having to go to the settings to switch back and forth between them. I currently use IVONA in Anki for learning languages where IVONA's range of different voices is perfect. However, when using TTS for ebooks or RSS feeds I'd rather the CereProc's Scottish voice. While it seems you can have more than one engine active whichever you select as the default (even with "always use my settings" turned off) seems to override whatever you select in other apps. This means if IVONA is set as default and I select CereProc in FBReader it'll use IVONA or not play at all. Vice versa with Anki.
Going through all the menu settings to switch between them is ridiculous for something that should be so simple - and how you would expect it to function. Is it possible to permanently associate a particular TTS engine with a particular app ignoring whatever is set to default? Or failing that - is it possible to create a shortcut I could have on the home-screen to quickly switch between the two instead of going through all the sub-menus?
View 1 Replies
View Related
May 22, 2010
I have a square grid, for a turn based game ( grid is similar to the chess board ), but the moves in the games are different based on whether you have lapped your opponent pawn at least once or not.i.e if you have not lapped (beaten any of the opponents pawns) in the outer most grid as below.if you have lapped your opponent pawn once at least, then you get to reach home,this way.Any player having all his pawns reaching "home" first wins.The ones in yellow are safe-houses, i.e both the opponent pawn and the player's pawn get to stay in the same grid, this is not considered to be lapping ( the opponent ).The lapped pawn will return to its start point.Now the question is, what is the effective way to store the paths for the all the pawns.we will have 4 pawns for the player and 4 opponent pawns.Is there any pattern to store such static information, in a elegant way?
View 1 Replies
View Related
Nov 12, 2010
I have a puzzle game with a 7x7 grid of graphics, and a timer, its just about ready to go. But I am stuck on how to go about saving/continuing game. For example when someone exits I want them to be able to save and exit, then come back and click continue to pick up where they left off with all of the graphics in the right place, timer and score. I looked at onSaveInstanceState android examples, but not sure if this is what I need or how to implement it in my case.
View 8 Replies
View Related
Nov 6, 2010
Few weeks ago, I got my HTC Desire, an unlock phone. And also change my cell phone plan to T-Mobile Talk+Text (Unlimited Text), without the Data service, but I want to be able to use MSN while I don't have Wi-Fi.So, is there any app on market that uses SMS, but not uses Data services?And, what is the setting for network and MMS??
View 1 Replies
View Related
Jul 10, 2009
I want to be able to add google's exteneded json library to my app (gson.jar).I can get it in the path so I can compile but it is not being bundled into the application when being deployed. How can I do this?I am NOT using eclipse, so need to do it via the ant. I'm actually using Netbeans as my ide and all works sweet but for this.
View 2 Replies
View Related
Mar 21, 2010
I'm currently trying to make an app using HTMLParser.I developed the whole app in Eclipse and everything seemed to be fine until I tried it on the emulator.It seems that one of the class included into the provided jar file (htmlparser.jar) is not found and thus rise a fatal exception.I tryed to add this library on my build path (on the library tab, before Android 1.5) but it didnt't work. I also tried to make a lib directory with this jar file inside, but with no more success.Every time I try to generate an APK file, the jar file is not included.
View 5 Replies
View Related
Nov 29, 2009
One of the reasons I didn't get a Droid is because I want a browser that doesn't automatically download the Mobile versions of web pages-if I am buying a smart phone, I don't want a dumb downed web page, especially if I am in an area that has decent speed.Which browser is the best? Is there going to be a version of Firefox/Opera for Droid?
View 26 Replies
View Related
May 9, 2010
I've read about how the stock Android music app is lacking, so are there any good third party ones?
View 27 Replies
View Related
Aug 3, 2009
My app uses the text-to-speech lib from the market, which is developed by Google Charles Chan. User needs to install the lib from the market first time use my app (using market intent).So is it eligible to have the app download the lib from the market?And any technique difficulty here? for example, will the app be able to download and use the lib from the market? any security limitation here?
View 3 Replies
View Related
Feb 15, 2010
In telephony API what are the access levels, can i change certain methods? in other terms i wanted to run my application on top of telephony API. When a call comes or when dialing a certain number i want to access my application and need to display my application output as well. so will i be able to run third party applications on top of API??? can i be able to change native methods?
View 4 Replies
View Related
Sep 30, 2010
Is it possible to use third-party libraries for display pdf?I mean to use custom pdf view, in which I can pass pdf url and view it in new Activity.I want include libs into project and use their as resources.
View 9 Replies
View Related
Jan 13, 2010
I found a good deal for a HTC Droid Eris online from a website, the location was perfect as it was right near where i reside. After setting up an appointment to meet and looking at the phone i found that the phone wasn't 'brand new' but had been used, the owner claims that she bought it from another person who claims that it had not been activated at all. I tried to activate the phone and couldnt because the phone had already been activated on Verizon's Network. She said that she was going to take the phone in in the morning and see what they could do about it. So she is going to give me a call tomorrow (i guess its today now that it is past midnight).So my question is if she calls me back tomorrow and says that Verizon has taken care of the problem and i can now activate it with my phone # do i go ahead and buy it from her? Is there anything i should be worried or be informed about? Help me out fellow Android users! I dont want to buy the phone and activate it and get screwed over somehow because i wasn't knowledgable to a certain extent, as you can tell i dont have much experience with phones as far as activation/ESN/plans/etc whatnot go.
View 9 Replies
View Related
May 19, 2010
Where can I find third-party components for the Android? Components such as dials, meters, graphics of volume controls LED's, etc?
View 2 Replies
View Related
Aug 9, 2010
I using android 2.2 and I want to integrate a third party application into the tabulator. Is that possible and how can I do that? The third party app that I use called chartdroid. This is an intent based app and if I post the intent through my host I get an securityexception. ERROR/AndroidRuntime(4442): Caused by: java.lang.SecurityException: Requesting code from com.googlecode.chartdroid (with uid 10033) to be run in process com.chartDroid (with uid 10032)
View 2 Replies
View Related
Aug 19, 2010
I'm working on an app and I want to integrate the Last.fm app into it. Basically, when someone is looking at an artist in my app, I would like to have a button that they can tap to open up Last.fm application with the artist's information.
This intent works, but it loads a menu asking which app I would like to use (Browser or Last.fm):
CODE:..........
However, I just want to start the Last.fm app and skip the dialog asking which app to use, I thought maybe using the setPackage() method would work like this: i.setPackage("fm.last.android");
But it causes the app to crash:
CODE:............
Is it possible to just start the Last.fm app?
Here's a copy of Last.fm's AndroidManifest.xml for reference.
View 1 Replies
View Related
Mar 19, 2010
I have a couple of third party classes which serve as a library I can build my application upon. They are contained in a folder which was added Java Build Path -> Libraries (in Eclipse) with "Add Class Folder". It works fine so far an my app compiles. But the produced .apk contains only my classes and therefore the application does not run. How can I tell Eclipse to package the third party classes into the .apk as well?
View 1 Replies
View Related
May 20, 2010
How to access another third party application from my application in android?
View 1 Replies
View Related
Feb 8, 2010
I wanted to get the info on the following query, could you guys please help me in getting the answer?I have set of platform api those will be tested by CTS to check compatibility, and I am making use of some 3rd party api in one of the platforms api. Suppose if I am changing or modifying the 3rd party api (to suit some of my requirement), is CTS is capable of telling whether compatibility is broken in the 3rd party app?
View 2 Replies
View Related
Dec 22, 2009
About a week ago when I booted my phone everything forced closed while the desktop loaded up (phone, gps, settings, etc...) and nothing worked except third party apps (thank god.) Well I rebooted and everything worked fine after that... Fast forward to today and it started happening again except this time no matter what I did nothing would work. I even dropped the phone off with a Sprint service center (my device is a Sprint Hero) and they just ordered me a new phone because nothing they did worked. After I left Sprint I went out to eat and while eating I kept messing with my phone more and more until I admitted defeat and started backing up all my apps with Astro . Welllll apparently somewhere along the way I got this effing awesome idea to uninstall via Astro all the applications I've downloaded in the last week and freaking bam; phone works again. Here's a list of applications I deleted and I've starred the ones.
Audio Manager Widget
Smart Android Apps, LLC
My Coupons - Eat Free
Most Popular Download
3D Level
Igor Fischer
Icon Pack - Mario
Better Android
Calendar Widget 2
Bitartist
Minutes Widget (Miku Version)
Maya Takao
*Internal Memory Widget
G3
*SD Card Memory Widget
G3
S2 Calendar Widget
Futaba
*Powertime Widget
Weaverfish Designs
The starred ones raise more flags as I downloaded them before any of the others but not knowing which did this I figured I'd put all that I uninstalled to fix my phone.
View 1 Replies
View Related
Jun 22, 2010
One nice thing with the Evo is the always there cursor keys. I like some of the alternative keyboards but they all require toggling the ABC/123 key to get to cursor keys and then you have to go back to the keyboard to continue typing. It's quite annoying, and no matter how convenient they are (better key spacing, swype and what not), I just keep going back to stock for that convenience.
With the Evo being the first 4.3" screen, there is plenty of real estate to throw cursor keys in there with the keyboard as shown. I'd gladly pay for swype, better keyboard or keyboard pro (think that's the main ones), if they were able to do this.
View 11 Replies
View Related
Sep 9, 2009
How to access android market through third party boards. Does Android market works on Beagle board (or any Third party board)? if yes How?
View 2 Replies
View Related