PinnedPublished inAndroid BitsEspresso Robot Pattern in KotlinEspresso allows us to write Android UI tests. Creating automated tests should be a part of our development process. But it is not always…Dec 30, 20174Dec 30, 20174
Jetpack Compose Tips to Increase ProductivityI’ve been working with Jetpack Compose since its early versions, and I’d like to share some tips that have boosted my productivity.Oct 23Oct 23
Android Unit Testing: How to Test a Login Use CaseIn this post, we’ll explore how to write and test a login use case. Testing a login feature is essential to ensure the logic works…Oct 16Oct 16
Sorting Collections in Kotlin: From Basics to AdvancedSorting is a common task in software development, whether you’re working with a list of numbers, strings, or complex objects. Kotlin, being…Oct 5Oct 5
How to Test Your Retrofit Client Using MockWebServerWhen building Android apps that interact with web services, Retrofit is the most used library for making HTTP requests. However, ensuring…Sep 24Sep 24
Simplify SharedPreferences in Android with the Power of Kotlin DelegatesIn Android development, managing shared preferences can sometimes feel cumbersome. Accessing and modifying preferences requires repetitive…Sep 8Sep 8
10 Android Studio Logcat Tips for Efficient DebuggingLogcat is one of the most vital tools for Android developers. It provides real-time logs that help you understand what’s happening inside…Sep 5Sep 5
Yazılım Ürünlerinde Kullanıcı Odaklı OlmakHer yazılım ürünü, belirli bir amacı problemi çözmeyi veya kullanıcılar için bir değer sunmayı hedefler. Ürünün, hedeflediğimiz kitlenin…May 23May 23
Writing Code That Works: Tips for Testable CodeWriting testable code is a critical part of software development that helps ensure the quality and reliability of your code. By writing…Feb 5, 2023Feb 5, 2023
Useful Postman Tips to Boost Your Development ProductivityPostman is an excellent tool for all kinds of developers. Here are some useful features of this swiss army knife.Jul 24, 2022Jul 24, 2022