Android SQLite CRUD and ListView – Android Studio Tutorial
Enter data(Text, Image) in SQLite Read data(Text, Image) from SQLite in Custom ListView Custom dialog to update record Update data(Text, Image) by onLongClicking the row of ListView Delete data(Text, Image) by onLongClicking the row of ListView Select Image from gallery using Library, crop/rotate image. Link of image library used: https://github.com/ArthurHub/Android-Image-Cropper Step 1: Create a new project OR Open […]
Android SQLite CRUD and ListView – Android Studio Tutorial Read More »