positioning things in android with CSS
Is anyone aware of a c开发者_开发知识库ustom layout component that can take css to position the buttons etc? Making simple things that fit all screens takes far longer than something similar in CSS.
You can use a WebView and write your app in HTML. However, I don't recommend that. Once you learn android styles and themes, you will see that it is much more powerful than CSS.
If you want to stick to web style development, check out http://www.phonegap.com
It's a framework that let's you make you app in html/css/js and it builds the apk from that. Can't tell with out knowing what you're building if it will be a good match, but give it a go its probably your best bet till you figure out the android way.
精彩评论