I want to do an app related in indoor map. Now, I knows the the coordinate but how can I place them into app without distorting layout under different screen sizes.
- Is it possible to have coordinates under relative view?
- Should I place my own map as background under frame layout? (map isn't in scroll view)
- Is is possible to have my own custom coordination instead of relay on the screen's coordinate? By this mean I meant I can cut down the map in my own max x and y.
I tried to find out how an image moves as I throw the x and y and it can change position on it's own in every second.
Please help me out and give me some ideas that will be highly appreciated