Advertisement
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.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

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