We wish you all the best for 2016 and happy holidays.
Artem Zin demonstrates how to implement your Android app to make it easier to implement reliable unit, integration and functional tests.
Sometimes in Android you connect to a third party API and you need to download gobs of JSON data. A good way to parse this data is with Jackson's Streaming API.
César Ferreira shares some of the powerful features that are part of the Android Gradle build process.
A quick Android Studio tip from Mike Evans on using the "Find Usages" feature.
How to write tests to exercise an external library that you're thinking about integrating into your Android app.
Here's a step by step tutorial for achieving an animation effect similar to the star button in the Twitter app.
Mark Allison is feeling festive, so he shares a technique for adding a snow effect to your Views.
A nice PDF cheat sheet for developers and designers on layouts and Material Design rules.
Our COBI Software Team is looking for a smart & experienced Android Developer who is hungry to take on responsibility at our rapidly growing start-up. COBI powers the future of smart mobility and we believe that cycling is a big part of it. If you do too, get in touch with Jana (jobs@cobi.bike).
We are looking for passionate Android developers interested in taking on challenging projects in a comfortable working environment at our Cologne or new Dortmund offices.
You have extensive knowledge of Android and typical app projects bore you? We're building an SDK that's used by many high-profile companies and just shipped version 2 with annotation editing support. PSPDFKit powers a lot of apps and we face unique challenges. Come and help us build something great!
ToggleDrawable helps to create animated drawable transitions. The implementation relies on bezier curves instead of SVG graphics, and is compatible below API 19.
Show/Hide Password EditText is a very simple extension of Android's EditText that puts a clickable hide/show icon in the right hand side of the EditText that allows showing of the password
OpenALPR is an open source Automatic License Plate Recognition library written in C++ with bindings in C#, Java, Node.js, and Python. This project ports this library to Android.
Actual Number Picker is an Android custom-built View for choosing numbers. It's simple, elegant, fits in a small-height constraint box and it can be completely customized in XML.
EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher
Like Button is a library that allows you to create a button with animation effects similar to Twitter's heart when you like something.
This is a library designed for highlighting hashtags ("#example") and making them clickable.
Timothy Jordan bops around London, chats with some familiar faces, guest stars on an episode of Supercharged, and gets some insightful information on what you can do to better your apps for the "Black Friday month" of consumer downloads
Gestures are a great way to take your app a notch above the rest. Lien Mamitsuka and the Periscope team uses them to enhance the user experience when replaying and recording videos.