Jacek Kwiecień
All posts by

Jacek Kwiecień

Android Developer
expand_more

Going global with the old project

Mobile apps internationalization story.

Securing data in your repository with git-crypt – an android example

Most of the projects are using some data that needs to be treated with extra care. Like client secrets, ids, API keys, or, for Android, necessary keystore file. This data is sometimes stored in the repository for convenience and sometimes kept out (gitignored) and passed between developers.

Getting started with Android Things – GDD way

Getting started with Android Things

Getting started with Android Things is relatively easy. I had an opportunity to check it out for the first time during one of the training sessions during Google Developer Days Europe 2017. Let’s check it out!

Optimizing Gradle to speed up your build times

It’s a story of how an optimized gradle can reduce the build time to a couple of seconds! Some work done in Android Studio and voilà.

Setup Gradle for your Android project like a boss – part 2

Gradle is a native build system supported by Android Studio. In the previous post I covered some basics and then focused on generating version code and name, which was especially helpful while building apk. Time to move on to the other fancy tricks.

Setup Gradle for your Android project like a boss – part 1

Gradle build system gained its popularity with the native support in Android Studio a while ago. It’s quite powerful but not every developer knows how to use it to their advantage. I can’t really tell that I use all capabilities of gradle but I’ll share what I know. You might like it! Gradle – yay!

The hottest Android libraries

Testing libraries in production takes time and could be painful. Let me help you with this task! Here is my list of the hottest Android libraries out there!

Droidcon NYC 2015 – Day two and a final note

Time has come to cover the second day of Droidcon NYC conference. If you haven’t seen the first day coverage you can catch up here.

Droidcon New York City 2015 – Day one

Droidcon NYC is the biggest Android event out there, purely Android content. This is a short summary of the day one talks I’ve been lucky to attend. There were best world android developers among the speakers!

Activity recreation rethought

Can we really forget about handling activity recreation after locking the Android device screen orientation? I’ve been asking this question for quite some time. 

Killing an Android app from anywhere

Ever wondered what would be a simple solution to killing an Android application? That’s right – there is none, Google has its reasons for that. As usually, there is a hack…

8 cool Android libraries to speed up your development

Do you know what is among the best things of Android development? It is Java based and extremely popular. Our community is awesome and there are many great libraries popping out every day.