Bianca Dragomir I am a React/React Native software developer and a tech writer, mainly focusing on frontend development topics.

Stories by Bianca Dragomir

Using Android's Recyclerview With Data Binding To Handle Complex Lists

Using Android’s RecyclerView to handle complex lists

Dev

This article will cover how to use Android’s RecyclerView with data binding to load images from a network and display them in a list.

Bianca Dragomir
Feb 16, 2023 ⋅ 11 min read
Using Msal React For React App Authentication

Using msal-react for React app authentication

Dev

Integrate a React app with msal-react, the Azure AD B2C authentication service, for smooth user authentication in React applications.

Bianca Dragomir
Jan 10, 2023 ⋅ 10 min read
Customizing Your React Native Status Bar Based On Route

Customizing your React Native status bar based on route

Dev

Learn to master status bars in React Native for any device by using the StatusBar component and the imperative API.

Bianca Dragomir
Nov 8, 2022 ⋅ 8 min read
Guide To Kotlin Design Patterns

Understanding design patterns in Kotlin

Dev

Let’s look at some widely used Kotlin design patterns (such as the provider pattern and many others) with code snippets and sample use cases.

Bianca Dragomir
Jul 14, 2022 ⋅ 12 min read
Understanding Kotlin Generics

Understanding Kotlin generics

Dev

Learn about Kotlin generics, a way of writing our code in a flexible and safe with as few compile-time errors as possible.

Bianca Dragomir
May 3, 2022 ⋅ 9 min read