If I want to create web site in android application by using eclipse 3.7 then what I required for that?
I have eclipse 3.7.0, and android 2.2 AVD.
I have a web site which is already exist but when user use the mobile he have to display mobile view so what I have to do first?
Is it required html5 and css? If yes then how can I use it?
like
Do you want to have native app? Do you want app which user can download from playstore and this app will display your website? If so, you can create simple android app and as view use webview. Into this webview you can load website from url or local file.
You can also check out phonegap