Live data from Hacker News

Android Bootstrap

github.com

1–10 of 25 posts

Re: Android Bootstrap

#2
Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

Re: Android Bootstrap

#3
post #2

Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

This is for mobile HTML 5 development. If one was using the native implementation, there would be no need for this as you have pointed out.

This could be a good use case for sites that have a "mobile version" but don't want to/need to mimic the full android look but get close.

EDIT: I am definitely wrong on this (didn't read the docs careful enough). Thanks for the correction on this everyone.

Re: Android Bootstrap

#4
post #2

Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

This is for mobile HTML 5 development. If one was using the native implementation, there would be no need for this as you have pointed out. This could be a good use case for sites that have a "mobile version" but don't want to/need to mimic the full android look but get close. EDIT: I am definitely wrong on this (didn't read the docs careful enough). Thanks for the correction on this everyone.

I don't think Android Bootstrap has anything to do with HTML5. It's a set of themes for native Android apps duplicating the style of Twitter Bootstrap.

Re: Android Bootstrap

#6
post #4

Earlier quoted context omitted.

This is for mobile HTML 5 development. If one was using the native implementation, there would be no need for this as you have pointed out. This could be a good use case for sites that have a "mobile version" but don't want to/need to mimic the full android look but get close. EDIT: I am definitely wrong on this (didn't read the docs careful enough). Thanks for the correction on this everyone.

I don't think Android Bootstrap has anything to do with HTML5. It's a set of themes for native Android apps duplicating the style of Twitter Bootstrap.

And it actually look very good. (https://dl.dropboxusercontent.com/u/5727009/screenshot-13841...)

Re: Android Bootstrap

#8
post #2

Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

This is for mobile HTML 5 development. If one was using the native implementation, there would be no need for this as you have pointed out. This could be a good use case for sites that have a "mobile version" but don't want to/need to mimic the full android look but get close. EDIT: I am definitely wrong on this (didn't read the docs careful enough). Thanks for the correction on this everyone.

No it isn't. Read the README. It is a library for native Android apps to use.

Re: Android Bootstrap

#9
post #2

Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

Agreed. We already have icon placement in TextEdit controls via the drawableLeft, etc. attributes. And if your app doesn't have a theme font of some sort you are better off using the Roboto system one so you don't look strange for no reason.

I guess the only real use is for the icon font, but people were doing that already and it's best practice to generate one with just the symbols you need.

Re: Android Bootstrap

#10
post #2

Why would one implement this instead of using Android's builtin widgets? Android apps have always felt better to me when they use the UI recommended in the Android style guide.

Agreed. We already have icon placement in TextEdit controls via the drawableLeft, etc. attributes. And if your app doesn't have a theme font of some sort you are better off using the Roboto system one so you don't look strange for no reason.
Post reply on HN