Is there any alternative to Cordova?
I am creating a simple Android application in Eclipse. I have to use cordova.js and import org.apache.cordova.Config and org.apache.cordova.DroidGap everytime.
Is there any other method without using this Phonegap Cordova implementations.
Many alternatives are available to Phonegap for hybrid development.
I have worked with Ionic, it is a good framework as is using AngularJS and ionic Framework for design, but native support is not there so no device api's. Others such as Titanium SDK and Sencha Touch are available, you will take time to get well with them. Are faster than Phonegap in some areas, also device api support is available.
Whatever framework you use to build hybrid apps, you will have their respective js files and css to achieve functions. Some combine with phonegap in the end to use device api's, so it is better to go with Phonegap or something like Titanium or Sencha.
http://www.appcelerator.com/titanium/titanium-sdk/