Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:the phone reports it (Score 1) 228

I've written a blog post about various methods Android framework provides to devs to support multiple screens. http://www.androiduipatterns.com/2011/05/designing-scalable-android-apps.html These tools aren't new. Then again we do expect to see more utilities and components like automatically adapting Action Bar featured in one of the pictures.

Comment Different UI conventions (Score 3, Informative) 168

Android and iOS have very different UI conventions. TFA mentions the problem but then ignores it. By using PhoneGap (or any of the other similar products) you still need to build two different apps if you want to get good results. Just look at PhoneGap's featured apps examples. Almost every single one of them is written for iOS. If you bring them to Android users wont accept them as native. They will feel wrong. I wrote a post about this very problem into my blog few weeks back: http://www.androiduipatterns.com/2011/06/differences-between-android-and-ios-ui.html Benefit of PhoneGap etc. is that you can use web technologies to write the apps. It is a false hope, though, if you expect to "write once, run everywhere". Juhani

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...