If you visit most android developer forums you find android developers from all areas of development. Some are web developers, some are MS.NET developers, some are java developers, some are JavaEE developers, some are CS students, etc. Among those many groups there is not a common thread of using a continuous integration build server. With [...]
Archive for September, 2010
The Philosophy of AndCooperANT
Posted: September 27, 2010 in AndCooper, AndroidTags: Build automation, Build Management, Continuous integration, Integrated development environment, Java
Eclipse and Android NDK
Posted: September 25, 2010 in Android, EclipseTags: Android, Build Management, C++, Eclipse, Linux
So I am on the last part of the AndCooperANT journey of adding Android NDK support that set of android application build scripts. So I am using Eclipse 3.5 and Android NDK r4b and need to set up a sample project to test my build scripts. Here is how I accomplish that so that I [...]
AndCooperANT Alpha release
Posted: September 24, 2010 in AndroidTags: Android, Programming, Unified Modeling Language
AndCooperANT alpha release supporting ant build of regular android java projects, javadoc generation with UML diagrams, js javadoc generation for those using webkit, proguard obfuscation, android library projects, android jar library projects, and android test projects. Its alpha as I have not finished docs on how to customize javadoc look, code quality reports look, js [...]
AndCooperANT release 0.1 is out, just download the source and follow directions in readme in how to set it up. I have not tested it with Android Library Projects yet but it does support the standard 3rd party library jars. default target to get the code reports is debug with it producing javadocs, checkstyle, pmd, [...]
You know its not often that you spot a mistake in a Google dev blog post, in this particular one the add-proguard-release.xml file does not add the 3rd party library jars in the libs folder to the libbraryjarspath refid. Its bug report 11413 and here is my corrected file. I just updated part of AndCooperANT [...]
The recent add-proguard-release.xml file has a bug. It will not include any 3rd party jars put into the libs project folder. My modification at dropbox fixes it I think. Bug report is 11413.
A different android splash. If you want to see how its done look at my github account..
Anti-Activity Pattern
Posted: September 18, 2010 in AndroidTags: Android, Animation, Anti-pattern, Application programming interface, Design, Human-Computer Interaction, User interface
Image via Wikipedia Are we ready to really do quality UI Application design yet? You do realize that most Android Training houses/firms do not cover it right? I should know I went through some interviewing for Andriod Training positions recently. Not that Android Training houses/firms are bad..its just that if the goal is designing Mobile [...]
This does not look like very much right now. Something is being developed that will be shown over at my github account in or around Sept 22nd. For lack of a better name I came up with the project name of AndDeepDish. And the complex Activity/ViewGroup transitions are Android 1.5 compatible!
How many of you are fed up with the broken MVC in Android? How many of you are fed up with having to learn another testing framework just to test objects coupled to the context and even than the port of easymock cannot even handle all those use cases? How many of you took a [...]


