• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

recyclerview

  1. D

    App Inventor Question: How to return to ParentFragment with RecyclerView.Adapter from a DialogFragment called tha

    I have a Fragment "MyParentFragment" (in a tabbed fragment in a NavigationDrawer Activity). In MyParentFragment sits a RecyclerView, fed from a SQLiteDB. When clicked on a RecyclerView item, a custom DialogFragment "myDialogFragment" is opened and a bundle containing a custom Parcelable object...
  2. rowlanda38

    Help How do i delete items from a sqlite databse?

    I am creating a basic app where i can add customers to a database and display them on another screen, i have set up everything using recyclerview and card views to display the customers and that works fine, but im not sure how i set it up so that i can delete the customers. i have added a button...
  3. Dnlaua

    Is there any way to put a ViewPager2 inside an AlertDialog?

    I'm losing my mind. Spent over 5 hours rearranging code thinking I was one step away from fixing the issue due to being able to have half the functionality with one parameter change, and the other half of the functionality with a different parameter. I WAS WRONG. NOT CLOSE. I'm hoping you guys...