0 التعليقات
0 المشاركات
3166 مشاهدة
0 معاينة
البحث
إكتشاف أشخاص جدد وإنشاء اتصالات جديدة وصداقات جديدة
- الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
- 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 التعليقات 0 المشاركات 2923 مشاهدة 0 معاينة
- 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 التعليقات 0 المشاركات 2588 مشاهدة 0 معاينة
- 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 التعليقات 0 المشاركات 2713 مشاهدة 0 معاينة
- 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 التعليقات 0 المشاركات 2820 مشاهدة 0 معاينة
- 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 التعليقات 0 المشاركات 2793 مشاهدة 0 معاينة