Mladen R. — 5 min readKeeping Secrets Safe in Android ProjectsYou can never be too cautious with your secrets.
Nikola G. — 5 min readEasy Custom Keyboard with InputConnectionAn overlooked gem for creating a custom keyboard on Android.
Filip Jakov B. — 15 min readMake Webpages Load Faster with Lazy LoadingDon't cut down on webpage images – cut down on loading time.
Goran B. — 12 min readSwiftUI 2.0: The Future is DeclarativeHas SwiftUI overcome its initial shortcomings and brought significant improvements in the version 2.0?
Helena V. — 5 min readHow We Managed Food Deliveries for 200+ ColleaguesBecause a hungry developer is not a happy developer.
Goran B. — 15 min readEasy Way to Implement Demo Mode in iOS AppsEver thought about adding demo mode to your application? If I were guessing, I'd say most of you probably haven't. It's not a bad...
Domagoj K. — 2 min readNew & Improved Fingerprint Authentication in Android AppsGoogle released the new BiometricPrompt as a replacement for FingerprintManager last September. We decided to test out whether we would be able to...
Domagoj K. — 10 min readConquering Android Camera APIsIf you’ve ever worked with Android Camera APIs, you probably know why almost everyone dislikes it. Here is a list of things to help you tackle...
Dino K. — 7 min readMost Mobile Projects Fail at the API: How to Minimize RiskAPIs (application programming interfaces) make mobile apps and browser apps work. A great API serves as the building block for all the other...
Melita K. — 7 min readGenerate API Documentation from RSpec Examples with DOXWhen developing an API, one should also write documentation so other developers know how to integrate with it. The problem is, nobody likes to...
Nenad N. — 4 min readHow We Build JSON APIs with RailsA couple of months ago, we started a new project and decided to use Ember on the front and Rails as an API backend.
Željko P. — 4 min readI Don't Always Use the Facebook API, but When I Do, Everything Has ChangedLast year, Facebook announced a series of changes to their developer platform and launched API v2.0. All Facebook apps have to start using this new...