Saving RecyclerView Row in SQLite

  • Replies:0
Martiman Henry
  • Forum posts: 1

Dec 27, 2016, 3:05:14 AM via Website

Hi everyone, I need some help with an app that I am currently working on. I have a RecyclerView that displays several rows with each row having two ImageViews and two TextViews that displays different information. Each row is also linked to a different acticity. What I want to accomplish is that when I click on one of the ImageView, the entire row is saved into a SQLite database also with the activity that it is linked. After which I want to view all of the entries of the database in another activity. This task is similar to an app that has a favourite option. I want to I have read several post and watched several videos but none of them illustrates what I want to accomplish. I tried fusing what I have read and watched but when I tried running the app it crashes.

I would really appreciate it if someone would assist me in solving this issue. Thanks much.

Reply