aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 684 forks source link

getViewAtPosition method return null #305

Closed pblinux closed 6 years ago

pblinux commented 6 years ago

Hi! First, this is an awesome lib. I have a problem trying to get the view of the elements, getViewAtPosition(position) always return null.

aurelhubert commented 6 years ago

Try to check that when you call this method, everything is correctly implemented. I've have tried on the demo project and it works. You can provide more details if you want.

cfranchella commented 5 years ago

@aurelhubert Can you provide me an example on how to use it? i'm always getting null and it would be really helpful to be able to use getViewAtPosition Method. Thanks!