Yeah. My doubt is simple i would like to code in java but i want the user interface to be good look with the help of css. Can we do it without xml ?
1 Answer
It seems to be possible, but not exactly without difficulties. See "Develop android Application using Html,Css and JavaScript".
WebViewand add your own html and css into theWebView. But why won't you use XML and styling?WebViewfrom your code and then populate it withCSSandHTML. That was what I was getting at ;-)