Issue
I have created a Dialogfragment that takes the user's input for Name and number and saves them as strings.
I wanted to know how can I use those two strings to create a card view as shown in the mockup below 
I want it to be able to update itself whenever a new entry is made as a new card. How can I create it inside android studio ?
Solution
User click on submit button then store these information in database and also call where the new data comes. When the new data comes then notify recycle view adapter
Answered By - Muhammad Asad
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.