ar bg de en es fr id it nl pl pt sv tr zh

android-development

Circle CI vs Travis CI

Ashish Bhatia

Explore the benefits of Circle CI over Travis CI for Android app testing. Learn about usability, speed, and pricing to optimize your continuous integration setup.Update: As of Mar 2022, I recommend everyone to use GitHub Actions I maintain a somewhat popular Android developer tool (...

Testing resumable uploads

Ashish Bhatia

Learn how resumable uploads work and test them effectively. Get step-by-step guidance, sample code, and tips for handling network interruptions seamlessly.The core idea behind resumable upload is straightforward if you are uploading a big file, then you are going to encounter users in the network...