Sergii Zhuk shares some of the best practices for Android developer productivity that he uses with his team.
Roberto Orgiu continues this series by looking at the polling based Snapshot version of the new Awareness APIs.
Dave Smith dives deeper into the mechanics of the flexible new ConstraintLayout, starting with how the code is organized internally.
In order to avoid ANRs, you must move longer running operations, such as network requests or slow database queries, to a different thread so as to not prevent the user from continuing to use your app. Paul Trebilcox-Ruiz shows you how.
In this final article of the series, Juan Saravia talks a little bit about Dagger 2 in Kotlin and the required steps to have it working in the Keddit sample app.
Android Data Binding provides three mechanisms to set an event listener in the layout file and you can choose whichever is most convenient for you.
Custom Parcelable classes — ones unique to your app, not a part of the Android framework — have had intermittent problems over the years when used as Intent extras.
Here's a set of useful Gradle tasks for Android development.
Mark Allison shows a different way of packaging AnimatedVectorDrawable at the source level. In this article he takes a look at AnimatedVectorDrawable Bundles.
In this 3rd post, Rebecca Franks looks at getting a list of users from the Github API and writing unit tests for it.
Hired brings job offers to you, so you can stop wasting your time applying. Apply to 4,000+ companies at once on Hired.
To better understand how dropdown menus and their alternatives influence the time users take, Klaus Schaefers conducted some UX experiments.
Johnson & Johnson is currently recruiting for a Senior Mobile Developer- Android to be part of a fast-paced, innovative, and highly visible teams building web and mobile software for our commercial and R&D lines of business.
Yelp connects consumers with great local businesses. We’re looking for Android developers who love creating delightful, compelling experiences for millions of people and thrive in taking ownership of the product they work on. We're building new products and investing in our Android infrastructure.
At Citymapper we’re reinventing how we navigate our cities. We’re a funded London startup with an app that has been Editor’s Choice and featured at Google I/O. But we’re not done yet. We’re looking for ambitious Android developers who are passionate about UI and interested in solving hard problems.
Join our Mobile Software Engineering Team (Rheinfabrik) in Düsseldorf, Germany.
Mobile mercenaries, are you up for the challenge? We’re calling on you to follow your passion and find innovative ways to build a solid mobile experience and open up the world for all the world’s most daring adventurers. Enroll for online competition, get selected and come to Amsterdam!
A Gradle plugin that creates FindBugs tasks for each variant of android application or library project
Fluid Java interface to OpenStreetMap data through querying the Overpass API. No more query string forging by hand!
The act of caching data with ReactiveCache is just another transformation in the Observable chain. ReactiveCache's API exposes both Transformer and Observable RxJava types to gracefully merge the caching actions with the data stream.
AutoValue Extension to add Map generation support. Generates a Map
With a new API added to ConnectivityManager, you can check the current state of Data Saver and adjust your apps’ data usage.
The story Dmytro Voronkevych tells is about an Android application with over 100 million installs, used by millions of people everyday and is very profitable. The journey started with legacy code, then grew and transitioned into clean architecture.
This talk by Jon Reeve presents simple real-world examples for maximum practical benefit using some of the ever improving set of reverse engineering tools for Android.