Imagine having a panel, say an stickers panel (something like Viber or Telegram) in your app which needs to be visible and gone every now and then.
What would be the proper way of showing/hiding it? For example I used to change (animate) the height of the wrapper layout but it wasn't very performance friendly.
Should I just change the visibility and be done? Or a better way can be utilized? (Preferably an animated approach would be nice.)