Posts

Showing posts with the label android studio tweaks

How to add new theme in Android studio

Image
To switch between light and dark themes go to     file>settings>appearence>theme and switch between intellij(light) and dracula(dark) or if you want further theming : here are some links you can visit :   http://color-themes.com/?view=index (use jar file) http://www.androidstudiothemes.com/ (use the icls file)

How to add a library to Android Studio

Image
There are 3 different ways to add a library to Android Studio:                     1. In build.gradle                     2. Using a jar file                     3. From android studio 1. Using gradle build         go to build.gradle file in your android studio project:                            most libraries have a compile script provided in thier webpage.like here for picasso:                                                 copy and paste this in build.gradle file and sync                                 ...