I am new in android development.
I have a java web application which use spring and hibernate framework.
I want to know that, is it possible to bind this java application with android application.
Like, should i use java application as a server side and use android as client side to create mobile application.
Sure, you can run a web application that uses Spring, iBatis, and whatever other frameworks you please, and have it accessible via WS by an Android app. No difficulty at all.