Android :: Classes To Use For UI Game Development
Aug 30, 2010
I am trying to determine how to structure the code of a simple android game I am writing. I am focused on the UI portion. The behind the scenes portion (like a pause/restart/switching/etc) does not concern me. The Android demo games source code already do a great job with this. Essentially my game will need a UI with a series of objects on the screen (roughly 100 or 10x10) that the user can interact with. I need to supply an image for each object as well as implement the touch events and animation events for each object. What I am wondering is what type of class do I use for each object so that I can successfully implement these methods and how do I implement that particular class. Note that this game only executes on a user interaction with one of these objects, meaning I don't need a "real-time" implementation.....
View 2 Replies
Oct 13, 2010
What do you think is the best phone for OpenGL ES based game development? Large screen, OS 2.0.1+. Maybe even having the shaders path accessible from NDK.
View 19 Replies
View Related
May 26, 2009
I am Bishesh and i am student of Bachelor in Information Management. I have knowledge of C, C++, J2SE and i m looking to develop a game in Android. I have been reading the documentation of Android. But i have never done a gaming project. Could anybody of you help me out with a simple game.
View 5 Replies
View Related
Oct 20, 2009
I am new to development with android. I am a beginner. I have to develop games using android and opengles. Please send me a simple game with step by step approach. please help me in this.
View 2 Replies
View Related
Aug 17, 2010
I have been working on Android for a few months. Now i want to jump to gaming in Android. So are there any resources, ebooks, or tutorial where I can study game development be it 2D or 3D.
View 1 Replies
View Related
Jan 11, 2010
With the promising news of Flash support for Android what will the future of Android Game development?
View 3 Replies
View Related
Nov 24, 2010
What is the best book or online resource (Article / tutorial / ebook / example / Code) for Android game development?
View 4 Replies
View Related
Jul 6, 2010
I´m new on Android 3D game development. I would like to know if there any engine/ API/ platform about 3D development that I could use. Or any tip which you could give me, like where I could start looking for.
View 6 Replies
View Related
Sep 15, 2010
I am a beginner in Android game development, while searching i found Rokon, a framework for android game development. It has very nice five tutorials for beginning, done that all now i need some more tutorials so that i can learn more, some more complicated tasks. Now where to find other resources to continue on Rokon, or if there exists some other framework with more available tutorials?
View 1 Replies
View Related
Jul 26, 2012
I am looking to begin developing an rpg game for android devices something like a topdown or parralax style rpg and would like to know what software i should be using I have eclipse gallileo as i am following a beginners guide to learn basic cause and affect but as i will be buying some books i would like them to be geared towards the correct systems, i am poor and would like to be able to upload my finished project for use on android devices so will not use an engine that charges around $2000 for the privilage, i thought of using java but every java rpg i have seen is very small baic graphics i dont know if this is due to them using premade tile sets or if it is somehting to do with java limiations,
View 4 Replies
View Related
Jun 26, 2010
We're looking for a method to properly scale our textures and world. The current method we're using is having an arbitrary world unit which calculates the screen resolution and receives the size of a pixel on all resolutions. However is there an easier way of implementing a scaling method for game development? We have looked through dip and other android native elements but these don't work as well for a larger scale on game development.
View 3 Replies
View Related
Apr 23, 2010
Looking for any kind of recommendation, like books, articles, anything that aids me in getting started with game development in Android.
View 8 Replies
View Related
Mar 21, 2010
I'm a bit hesitant to present this here already but today i put out the first architecturally frozen release of my game development library called libgdx. I go ahead and post the content of the description page of libgdx here so you get an idea what it is all about. A series of articles is currently in preparation at my blog at. I will continue extending the library in the near future and hope that some of consider joining the effort. Without further ado, here's a simple FAQ for libgdx. === What is libgdx? === Libgdx is my attempt at a cross-platform game development library written in Java with some JNI code for performance hungry code. It abstracts away the differences between writting an OpenGL application for the desktop via Jogl and doing the same for the Android platform.
This allows you to prototype and develop your application entirely on the desktop and only needing 6 lines of code to execute it on Android. Neat, so what does it offer? Libgdx offers modules for graphics via OpenGL ES, audio, input and file i/o. All modules abstract away system specifics so you can execute the same code on the desktop and Android. The graphics module offers full bindings to OpenGL ES 1.0, 1.1 and 2.0. On the desktop almost all of the OpenGL ES functionality is emulated.
View 2 Replies
View Related
Jan 13, 2010
Found this article which was pretty interesting. Points out many reasons why indie developers should look to Android for game development as opposed to other more popular services like the iPhone.
View 1 Replies
View Related
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
Dec 3, 2009
This to all those who are into game development. i want to start on the game development in android, and just as a starter, can anyone suggest me an ebook or a simple procedure oriented blog or some link that'll help me to get things started.
View 4 Replies
View Related
Nov 12, 2010
I'm working on a simple game to experience the multiplayer game development on mobile plaforms especially on Android and iOS. I'm now planning network/multiplayer side of the game and need some advice.
Firstly i think about Google App Engine as the server side of the game. But i learned that app engine cannot connect directly to clients. So updates of the users cannot be send to others directly with this method. Then i started to think about serving the game on one of the gamers of the current session. But of course some of the features will be on the server. You think it is a good idea?
Second, I'm looking for a protocol to communicate iOS and Android. YAML and JSON are the ones i looked so far.
Any other suggestions about multiplayer game development would be appreciated. Thanks...
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
Oct 29, 2010
I want to use the accessibility classes, but I'm a begginer in android programming and i can't understando how to use them. I don't find any example using these classes. Somebody can give me some use examples? Another thing Can I set enable the Accessility mode in the emulator?
View 2 Replies
View Related
May 18, 2009
I am writing a app, which has sort of plugin framework. public abstract class AbstractService {public abstract AbstractService getInstance(String name)..
View 2 Replies
View Related
May 29, 2009
I have an apk installed in /data/app. I want to use the class methods in there. Here is what I tried. code...
I got "ClassNotFoundException". By peeking into the apk, I don't see class files but classes.dex. I would assume SystemProperties class is in classes.dex. Why can I load it?
View 5 Replies
View Related
Apr 7, 2009
I am developing sample Video Recorder for Android.Following is My code snippet.
CODE:............
But when i am trying to run in eclipse,am getting following errors. MediaRecorder.VideoSource can't be resolved. MediaRecorder.VideoEncoder can't be resolved.
I am using android-sdk-windows-1.1_r1 as my android SDK,and didn update this from 1.0 instead i installed it freshly.
I guess there might be some problem with the SDK.
View 2 Replies
View Related
Mar 19, 2010
I am looking for the implementation of the IAlarmManager.I am interested in the scheduling done by the AlarmManager.setInexactRepeating method and so I started looking for the implementation but I haven't been able to find anything.Internally to AlarmManager, I can see that the actual work is being done by an android.app.IAlarmManager interface.After googling around for a bit there seems to reference to an implementing class called android.app.IAlarmManager.Stub but that is as far I get.I am working with Android 1.6.
View 1 Replies
View Related
Oct 7, 2010
I have an app I am working on and being new to Android Dev I am running into a situation. I have a Scores class not extended from anything (Activity,Service, etc) but in the same package that needs to access SharedPreferences
public class Scores {
Context ctcx;
public Scores(Context context) { ctcx = context;
}
View 4 Replies
View Related
Apr 19, 2010
I have read the Backward Compatibility Article, and I don't full understand how (or if I can) make a program backwards compatible if I want to use a class introduced in later versions. For example, I want to use WallpaperManager for apis 5+, but make the app as a whole compatible with api 3+. Is this possible?
View 14 Replies
View Related
Apr 28, 2010
Since i'm still new on Android programming, I have some problems on some issues. I have a QuadTree data structure implementation in 3 seperated Java files and i would like to use this data structure in my application. But i don't know how to use this .java files in an Android project. I tried to put them in a new Android project, just for testing, but I get lots of errors. Could anyone help me about using this java classes in my Application?
View 3 Replies
View Related
Apr 6, 2010
I have a class2 which is involved by class1 when clicks are made. I have to pass some parameters/objects from class1 to class2. I only know the standard way which does not have an option of passing parameters.
CODE:.................
View 1 Replies
View Related
Sep 26, 2010
How can I install java classes not included with android ?
Is it possible to add java.awt.image package into android?
Where can I find above package jar file?
View 5 Replies
View Related
Mar 15, 2010
This is a very weird problem. My app that runs just fine but somehow if I leave my phone for an hour or two while my app is running, I get the following error when I come back to it later:
CODE:................
I know for a fact that my yoga.database.Manager class was loaded at the time when the app was launched, but somehow the class must have been unloaded by the system as I left the phone.
Does Android unload classes automatically after certain periods? What can I do when my class gets unloaded? The above error causes my app to crash, but I can easily re-launch it and it runs just fine. The problem occurs mostly on my HTC Magic phone running Android 1.6.
View 2 Replies
View Related