Seeking to be an advanced Android developer? Leading a team to a better work process? We'll aim to cover a bunch of development process steps and best practices. Providing a "cook book" for successful, agile, clean process. Area we'll talk about: REST, Android studio, Gradle, Maven, ProGuard, Intellij Inspections, Lint, Build variants, Flavours, Strict mode, MAT, Google play beta and rollouts, Graphical design, Performance, Automation, Unit testing, Git workflow, Jenkins... And much more!
Saturday, March 29, 2014
Tuesday, March 25, 2014
Android Studio logcat - tips
The logcat is probably your best friend during development and debugging. Here's a few tips to make it more accessible:
Saturday, March 1, 2014
Android Studio Recommended Plugins
New to the Android Studio IDE? Spoil yourself with some plugins to custom your environment like a glove.
Wednesday, February 19, 2014
Sunday, January 5, 2014
3rd party libraries and Using maven
When using 3rd party open source libraries, we usually get the choice either to download the JAR/project files or to use Maven to fetch them. We should always try and use Maven for better maintenance and version control.
Wednesday, December 11, 2013
Android coding style and your Android Studio
Android doesn’t have an official coding style, but a damn good place to base your code style on is the official Code Style Guidelines for Contributors.
While this is a very comprehansive guide, you would probably still need to embrace and learn the recommended Java code style in your code.
While this is a very comprehansive guide, you would probably still need to embrace and learn the recommended Java code style in your code.
Android studio integration you mentioned?
Subscribe to:
Posts (Atom)