KAKushagra Acharyainblog.kushagra.com.np·Jul 2, 2022 · 3 min readRecycler View Part - IV [Event]Event Driven Programming The essence of having a list of data is to be able to click or do some kind of actions with it. So after making a recycler view which is working with the data we have provided we should be able to do some actions with it. Usu...00
KAKushagra Acharyainblog.kushagra.com.np·Jul 2, 2022 · 5 min readRecycler View Part - IIISo far we've made two recycler views: List of numbers List of our string data But we will not be passing or showing simple data as we start fetching API responses or even while showing static data our recyclers will not just show simple string or n...00
KAKushagra Acharyainblog.kushagra.com.np·Jul 1, 2022 · 3 min readRecycler View Part - IIIn Part I we just created our very first recycler view which had 30 elements. We made our own RecyclerItem that had a TextView where we populated order of the item from 1 to 30. So now let's see how can we pass our own data into the RecyclerView. You...00
KAKushagra Acharyainblog.kushagra.com.np·Jun 28, 2022 · 5 min readRecycler View Part - ISo we see these lists everywhere in any kind of app. In your social media, there will be list of followers, list of stories, list of posts, list of people you may know, list of dry texts in your inbox or even the list of peoples that ignore your mes...00
KAKushagra Acharyainblog.kushagra.com.np·Jun 24, 2022 · 4 min readPractice Calculator ApplicationIn this session we are going to use all the things that we have practiced and build a simple calculator using ViewGroups in an Activity. Let's try building app and run in our phone. 1. New application Create a new application as com.yourname.simplec...00