Best practices basics to develop Android app
Here are some of the basics that one should always keep in mind while developing android apps: Main thread safe Shift your long and complex operations from the main thread…
Here are some of the basics that one should always keep in mind while developing android apps: Main thread safe Shift your long and complex operations from the main thread…
Develop apps keeping app compatibility in mind! Every Android device differs in 2 aspects: hardware and software. Hardware components such as Screen size, CPU architecture & sensor( like bluetooth, GPS…
Android devices vary in shapes and sizes and device makers like Samsung, Oppo are always invested in delivering more to mobile users. Large screens Foldables Tablets ChromeOS Handsets TVs WearOS…
Here are the usecases and tips of using a kotlin data cases: Specifically to create to Pojo or model classes Ease of comparing 2 objects by using == operator Requires…