Searching for libraries for improving Android app UI
Maybe it 开发者_如何学Pythonis my impression, but Android apps are less nice than other platforms ... if i use classic ListView and other native objects, the look of an app is not so sexy.... are there UI libraries to use for improving the look of an Android app?
Not really but there is GreenDroid that can help you getting a more efficient UI.
You could use a WebView and code the UI objects you want to be sexier in HTML/CSS. Hybrid apps are more and more common in these days
精彩评论