gradle Archives - Androhub

Implementation vs API banner

Implementation vs api in Android Gradle

Today we will learn about Implementation vs api in Android Gradle. While working on Android Gradle files you must have come across these keywords multiple times. The ‘api’ keyword is mostly used when you are working on modular applications and working on a library module. Definitions ‘implementation’: This configuration is used to declare dependencies that are

Read More

Adding External Library in Android Studio

Adding an external library in Android Studio is a very common thing but still, most beginners or freshers find it difficult to do. So let’s learn how to add any external library to our Android Studio project and the pros & cons associated with it. VIDEO TUTORIAL DEMO Let’s discuss three ways of adding an

Read More