-2

Can we use Bulma CSS for Android apps? I mean like we use in web apps can we also use CSS frameworks like Bulma for Android apps?

Sam Bellerose
  • 1,782
  • 2
  • 18
  • 43
toolic
  • 1
  • Android doesn't use HTML or CSS natively. So no, unless your entire app is in a webview. – Gabe Sechan Oct 10 '18 at 19:29
  • 1
    You technically could if you are building your app using React Native. This allows you to build a native app using HTML, CSS and JavaScript. You could use Bulma as the CSS Framework for your app.- https://facebook.github.io/react-native/ – Daniel Gonzalez Oct 26 '18 at 06:07

1 Answers1

0

Web development and mobile development are completely different.

On Android, there is Flexbox Layout that you could use for example or if you want more librairies have a look at this awesome-android-ui.

Sam Bellerose
  • 1,782
  • 2
  • 18
  • 43