Is there any way to implement an android application to display India map SVG file and make some interaction with svg file like selecting states of india on click. Zooming in , zooming out. Consider india as a single svg file having all states information/graphic?
I am able to add svg file in the application as a vector image into an image view and its static not interactive
AFAIK you can't interact with svg file . To interect with it, you have to use Google map by integrating it with your android project. SDK is available for that.
But yes, you can use zoom-in, zoom-out functionalities for svg file , for that you can get a reference from this post.