appreciate if you make video on how to store relational data offline in SQLite if no network available and synch online once the network available and delete them from local storage (SQLite),
@ProgrammingWithPragnesh2 жыл бұрын
Yeah I will upload SQLite demo soon, and for syncing local data to server I will create video for it in future.
@maxmannstein Жыл бұрын
Love ya
@ReadLineAcademy Жыл бұрын
Sir all videos are sortlisted? Or not sir please telle the sequence pelase
@computerscience5 Жыл бұрын
Wonderful and very wonderful🥰 please, engineer We want to make an online shopping app in Maui From A To z Please, Greetings from Egypt
@pritishranjan Жыл бұрын
I am loading hard coded list and displaying in a listview on the home page. And loading the items with view model in onappearing method. Still it is very laggy. If i switch to other page its taking time to go back to home page. Any suggestions on this when and where to load the items /collection?
@Elmigo94 Жыл бұрын
Give all elements in your CollectionView a fixed height using HeightRequest. Otherwise it's going to calculate the height for every element while loading/scrolling.
@KoushikAhmad2 жыл бұрын
Why didn't you use SelectedItem binding property to select CollectionView item?
@ProgrammingWithPragnesh2 жыл бұрын
Hi, Both way is valid for Selecting Item, Either you can use SelectionChangedCommand or Adding Gesture Recognizer on View.