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

Apps LayoutInflater in side loop

Renji

Newbie
Hi ,

In my application i am fetching some data from local data base and stores that data inside a array list. I am adding dynamic layout using LayoutInflater inside a loop. All these are works fine for me. My problem is when updating the content inside the LayoutInflater with the value inside the arraylist it does't updating. How to solve this issue.
 
Back
Top Bottom