I am trying to develop an android app. Could anyone tell me a bit in details that how to iFrame a website using Eclipse? I would highly appreciate if anyone can tell me
I assume that by "iFrame a website" you mean you want to load a web page inside your app. You should use WebView. See the Android documentation for WebView.