0 Commenti
0 condivisioni
3154 Views
0 Anteprima
Cerca
Scopri nuove persone e i loro amici a quattro zampe, e fai nuove amicizie
- Effettua l'accesso per mettere mi piace, condividere e commentare!
- 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 Commenti 0 condivisioni 2913 Views 0 Anteprima
- 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 Commenti 0 condivisioni 2572 Views 0 Anteprima
- 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 Commenti 0 condivisioni 2707 Views 0 Anteprima
- 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 Commenti 0 condivisioni 2808 Views 0 Anteprima
- 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 Commenti 0 condivisioni 2783 Views 0 Anteprima