android module 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
Create an Android Library

Create an Android Library

Android libraries play a vital role in Android application development. We use them in our day-to-day development. Every Android project consists lot of libraries which are nothing but our dependencies. Have you ever thought about how to create an Android library? Today we will learn to Create an Android library. What is Android Library? Android libraries

Read More