I am developing a android application for my college library. I want to draw the map of my library. Map should display the book shelf number along with its location. I am trying to achieve this by drawing lines on Android Canvas. Is there any better way of drawing the map of my library?
Secondly , it is very troublesome for me to work on Canvas co-ordinate system. Is there any tool available by which I can draw the Canvas(For eg. Paint like thing) and generate co-ordinates from it?
I want to add one more feature i.e , whenever a user searches a book, a map should open and the book shelf(in which book is located) should be highlighted
Secondly , it is very troublesome for me to work on Canvas co-ordinate system. Is there any tool available by which I can draw the Canvas(For eg. Paint like thing) and generate co-ordinates from it?
I want to add one more feature i.e , whenever a user searches a book, a map should open and the book shelf(in which book is located) should be highlighted