python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Room with Dagger 2 in a multi-module
Is there a way or approach to provide a Room DB instance from a module/library which can be consume on any project (app module)?
The problem I am facing is the abstract class that extends RoomDatabase...
Bitwise DEVS
Votes: 0
Answers: 1
Firebase Services as library module
Is there a way to use Firebase services in a library/module? I am planning of creating a module for Firebase only, I know that Firebase services need FirebaseApp instance to identify the app client bu...
Bitwise DEVS
Votes: 0
Answers: 1
Hilt dependency injection in multi-module project
I have two modules in my android app, app and data. data module contains retrofit dependency and app module depends on data module.
app/build.gradle:
implementation project(':data')
implementation &q...
Arpit Shukla
Votes: 0
Answers: 0
Android multi module project
I'm trying to setup a multi-module project with bottom navigation fragments and hilt.
Is there any github project I can use to start my project faster?
Web Services
Votes: 0
Answers: 1