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

Bootstrap in AndroidStudio

Options
  • 11-11-2014 12:54am
    #1
    Registered Users 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 Posts: 2,031 ✭✭✭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