We just finished submitting a proposal to the adt-dev Google Group. Here is a link to the new proposal. The goal of the proposal is to get a set of standard Ant tasks developed for Android.
We would appreciate some feedback on this proposal. Let us know if you would like...
Read more
Category Archives: Android
This contains articles on Android development.
Microtransaction Library Uploaded
Disgruntled Rats Android microtransactions (in-app billing) library has just been released as open source.
Disgruntled Rats Podcast for September 11, 2011
News, discussions, and an overview of Android microtransactions/in-app billing for September 11, 2011.
Game Development in Android
Thanks to everyone who attended our session on game development in Android yesterday. Sean, Brian and I all had a great time and enjoyed the questions and interactive discussions. If you have any other questions for us, send us an email at disgruntledrats@gmail.com.
Here is a copy of the presentation we gave. Also, the Java...
Read more
New Android Examples Added
In preparation for the Twin Cities Java User Group Presentation on August 9th, 2011, the Disgruntled Rats have added new Android example projects to their website. Check out the following link for more information: http://www.disgruntledrats.com/?page_id=545
We will continue adding examples and content to our website that is useful to developers as time permits.
Cheers and happy...
Read more
The Quick and Dirty to OpenGL ES 2.0 on Android
This is a short article for those familiar with OpenGL's programmable pipeline and are
interested in using the OpengGL ES 2.0 API for Android development.
To use the OpenGL ES API in an Android environment you have to setup a GLSurfaceView
object, override the GLSurfaceView.Renderer, and attach the renderer to the surfaceview.
Additionally, you could extend...
DGR will be presenting at the Twin Cities Java User Group on August 8th, 2011
The Disgruntled Rats are presenting information on game development for the Android platform. We have been working on building an Android graphics engine for over a year now and have interesting lessons to share. Everything from basic game components (sound, sprites, events) to complex calculations (AI, transformations, and physics).
Also included in the presentation will...
Read more
Android Ant Build Environment Release 3
A new version of the example Android Ant build environment has been posted. Use this link for the Release 3 of the Android Ant Build Environment.
The new version works with slightly updated Release 10 of the Android SDK (e.g. android-sdk_r10-linux_x86.tgz). It should meet your needs for Jenkins builds and other continuous integration...
Read more
Android Ant Build Environment Released!
The Disgruntled Rats are giving back to the community by releasing code that will help other Android developers get their projects working with Ant. See the link below.
Android Ant Build Environment
If you find these files useful in any way, please help promote our site by liking our Facebook group. :)...
Read more
Content Ratings Coming to Android Market
Discussion on the new Content Rating requirement coming to Android Applications.
12