Published inProAndroidDevAndroid SQLite debug toolsThe process of development can be much easier if a developer uses a special tools for debugging.Jun 10, 2019Jun 10, 2019
Published inProAndroidDevAndroid debug toolsDebugging is one of the most important part of the software developement process…Jun 3, 20196Jun 3, 20196
Published inProAndroidDevBacking properties in KotlinIt is important to understand that Kotlin and Java support different concepts.Sep 20, 20181Sep 20, 20181
Published inProAndroidDevWhy and How Did I Implement Own Library for Validation?Almost any android app contains input fields that require validation. When I faced the need to add this functionality to an app I started…Nov 28, 2017Nov 28, 2017
Published inYalantis AndroidYalantis Android GitHub Digest: OctoberOur October Android digest covers three new libraries that we’ve found really useful. They’re used for restarting application processes…Nov 9, 2017Nov 9, 2017
Published inYalantis AndroidAndroid Digest September 2017In our September Android digest we highlight useful libraries for working with maps, eliminating boilerplate code, parsing JSON data into…Oct 6, 2017Oct 6, 2017
Published inYalantis AndroidYalantis GitHub Digest in AugustThis month we’ve picked four Android libraries that can be helpful when you need to access technical data about a device, manage device…Sep 9, 2017Sep 9, 2017
Published inProAndroidDevAndroid NDK. How to integrate pre-built libraries in case of the FFmpeg.Sometimes we need more low-level functionality which can be provided by C/C++ libraries.Sep 6, 201715Sep 6, 201715
Published inYalantis AndroidBuild Once, Run Everywhere: How We Created a Universal Template Project in React NativeReact Native is a JavaScript framework that allows you to build cross-platform mobile apps that feel truly native and run smoothly on iOS…Aug 29, 2017Aug 29, 2017
Published inYalantis AndroidYalantis GitHub Digest in July 2017Here’s our new July Android digest where we’re going to take a look at three useful solutions that can help developers create watermarks…Aug 9, 20171Aug 9, 20171
Published inYalantis AndroidAndroid NDK. Calling Kotlin from native codeThe detail technical material about usage NDK to call Kotlin code from C/C++ with the samples.Jul 7, 20175Jul 7, 20175
Published inProAndroidDevAndroid NDK: Interaction of Kotlin and C/C++Kotlin is a modern language that have already been deserving the trust and loyalty of many developers from different industries. But…Jun 29, 20177Jun 29, 20177
Published inProAndroidDevAndroid Architecture ComponentsAndroid Architecture Components (AAC) is a new collection of libraries that contains the lifecycle-aware components. It can solve problems…May 21, 20176May 21, 20176
Published inProAndroidDevAdvanced usage of DiffUtil with Kotlin and RxJava2If you have a list that needs to be updated sometimes, you have to use DiffUtil. It’s a utility class that can calculate the difference…May 12, 20173May 12, 20173
Published inProAndroidDevDelegation in KotlinDelegation (in computer science) is the assignment of authority from one instance to another. It can operate mutable as well as static…May 2, 20176May 2, 20176
Published inProAndroidDevClean Your Activity Using Delegation PatternWhenever we add Navigation Drawer to our app, we face a lot of boilerplate code that pollutes the Activity. It’ll further detract from main…Apr 18, 20175Apr 18, 20175