I have one web application using drupal.Now i am trying to make the same application in to android application. So I need to convert the drupal php files into core php file
Is it possible or can I use the same drupal php files into my android application
Please anyone help me in this because i have less idea in PHP and drupal
First, if I understood you correctly, you are wanting to write up your drupal project so it can be accessed from mobile. Let me assure you, you generally do not need to rewrite much to have drupal accessible on mobile. Of course this would not be a native app, but many themes have great built-in mobile support. see [this list for a few examples].
Themes like adaptive and corolla makes it quite a breeze to push mobile content.
To recap, you would need to have:
And you would be able to access your project from mobile.