Android
Droidcon Berlin recap
·4 mins
Android
Conference
Droidcon
Having founded the entire Droidcon franchise in 2009, Droidcon Berlin is a magical conference to be at. Not only do they have an awesome lineup of speakers (including yours truly).
Efficiently reducing your method count
·7 mins
Android
Tools
Proguard
Methodcount
As green field projects are a rare breed, chances are that you’ve inherited a legacy code base. If you’re as lucky as me, that code base has over 65k methods causing the build times to be boringly slow.
Droidcon Italy recap
·4 mins
Android
Conference
Droidcon
A conference about our favorite Green little robots? In sunny Italy? With great food and a party? Yeah, I can image how you must feel in case you missed it… I on the other hand was fortunate enough to attend and speak at this awesome conference.
A successful XML naming convention
·6 mins
Android
Resources
Cleancode
Do you remember the last time you had to dig into strings.xml to find the right String to use? Or that you manually had to go over all drawables to find the one you needed?
Git as a secure private Maven repository
·4 mins
Android
Maven
Bitbucket
As my previous blogposts already covered how to set up a private Maven repository, you might wonder “Why again a Maven blogpost?”. Well that’s a fair question and the answer is twofold:
Level up GitHub builds with CI and code coverage
·8 mins
Android
Tools
Coverage
Ci
Wouldn’t you love to have your open source projects built automatically by a continuous integration server? And to have a detailed code coverage report for all your unit tests?
Getting the most out of Artifactory
·7 mins
Android
Tools
Maven
Artifactory
My previous blog post described how to set up your own private Maven repository with Artifactory in 30 minutes. This second and final part will make things more interesting and take your setup to the next level.
A private Maven repository for Android in 30 min
·5 mins
Android
Tools
Maven
Artifactory
Setting up your own Maven repository and uploading artifacts to it is quite a daunting task. As I went through this experience myself recently, I want to help others in setting up their own Maven repository via Artifactory and automate uploading artifacts using Gradle.