Would you help me to understand ImageView using scaleType="matrix"... By providing some practical usage.
Want to create a Building Floor Plan Map. Maps are still images of each floor plan of a building.
Use Case:
- set the current & destination place. (e.g. current:1F destination:5F)
- current floor will be shown. scroll up & down to move to other floors.
My first step is to show the current floor image then switch to other by scrolling. Guide me on how to do that.