I was changing view when click button using Layoutinflater.The button have located in the same position in all the screen. If i click button it change the view only once.If i double click the button it change the view twice.It means click event dispatched twice in two different layouts.Here when i double click the button it should change only once.
For that what should i do?
Thnx,