0 Comentários
0 Compartilhamentos
3152 Visualizações
0 Anterior
Pesquisar
Conheça novas pessoas, crie conexões e faça novos amigos
- Faça Login para curtir, compartilhar e comentar!
- Android — Infinite Auto-Scroll with Jetpack composeWanna learn infinite Auto-Scrollusing Jetpack compose? Infinite auto-scrolling is useful when you want to improve user experience as they don't need to scroll manually to see all the items. We will use LazyRow with some finite items and make it scrollable for an infinite amount of time. At the end ofthis blog, you will learn how to implement the Infinite Auto scrolling lazy list. This...0 Comentários 0 Compartilhamentos 2912 Visualizações 0 Anterior
- Explore Compose MotionLayoutLearn how to manage motion and view animations using MotionLayout in Jetpack Compose. MotionLayout is a layout type that helps you to manage motion and widget animation in your app. MotionLayout is a subclass of ConstraintLayout. It is used to resize, move and animate views with which users interact. We’ll divide implementation into 4 simple steps to make each step...0 Comentários 0 Compartilhamentos 2569 Visualizações 0 Anterior
- Exploring Data Store — A New Way of Storing Data in Android.Learn how to use DataStore instead of SharedPreferences in Android. ]Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally. We hope that you have sufficient knowledge regarding when, why, and how to store data in...0 Comentários 0 Compartilhamentos 2706 Visualizações 0 Anterior
- iOS — Persist Data using SQLite.swift Library with SwiftUI exampleLearn how to use SQLite database with SwiftUI and perform CRUD operations In software development, we often need to persist app data with some data structure. But how do we store that data efficiently? There’s an evergreen database designed exactly for that purpose — SQLite. It is available by default on iOS. If you’ve used Core Data before, you’ve...0 Comentários 0 Compartilhamentos 2807 Visualizações 0 Anterior
- Quick Note on Jetpack Compose RecompositionIn this article, you will learn some of the useful things you should know about Jetpack compose recomposition. But, what is recomposition in Jetpack Compose? Recomposition is the process of calling composable again and again on input changes. In the legacy Android View system, we use invalidate() to do the same. Compose always tries to complete recomposition before it...0 Comentários 0 Compartilhamentos 2782 Visualizações 0 Anterior