devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.25k stars 270 forks source link

recycler view getting null on dynamically adding child to recycler view using fixed layout manager #32

Open kawadkarrocky opened 7 years ago

kawadkarrocky commented 7 years ago

Hello Sir, I'm creating multi dimensional recycler view that will scroll infinitely in horizontal direction, vertical direction and diagonally. but I'm getting problem with when i scroll to any direction so until the view updated the recycler view shows nothing or more precisely it gets null until the images show on the view, so please help me out if any suggestion.