Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.

Bootstrap in AndroidStudio

  • 11-11-2014 12:54AM
    #1
    Registered Users, Registered Users 2 Posts: 1,453 ✭✭✭


    Does anybody know where or how to declare the Bootstrap library in an AndroidStudio project. Having a lot of trouble getting this to work as i'm new to this particular IDE, Java and the xml in general.
    Also is declaring an element's class as straight forward as in ASP.net / HTML where it's " <SomeElement class="nav bar"/> " etc.. ?

    Thanks in advance.


Comments

  • Registered Users, Registered Users 2 Posts: 2,011 ✭✭✭colm_c


    Bootstrap is a HTML / CSS / JS framework not an Android/Java framework.

    Unless you are doing a HTML5 app (not Java/Android), then you can't use bootstrap.

    I'd recommend doing some Android tutorials to get your head around how Android development works - layouts, activities etc.


Advertisement