Send data from one activity to another activity in android studio

In this tutorial, we will discuss how to send data from one activity to another activity along with the image in android. When press on button then edit text and ImageView data show in another activity, means there are two activity-one and activity-two. We will use EditText, Image and Button in Activity-One and will see all data in Activity-Two while pressing the button.

Continue ReadingSend data from one activity to another activity in android studio

RecyclerView CRUD operation with image

RecyclerView CRUD operation with image picks from camera or gallery and store in SQLite database. So guys in this tutorial, we will do RecycleView CRUD operation using SQLite database in Android Studio. This CRUD operation is different as a unique UI design and image is being used here. Meaning you can pick image from camera or gallery and store in SQLite database. We will use some external libraries to make it work smoothly without any errors.

Continue ReadingRecyclerView CRUD operation with image