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 Studio - Create Sub Module
I created Module on Android Studio. I also want to create different Module(Library) libraries containing this Module(Library).
For example on iOS I did this with Pod Spec as follows.
spec.subspec 'F...
enjektor0
Votes: 0
Answers: 1
JetPack Compose for library development
We are about to start greenfield development of an Android library and considering using JetPack Compose for UI elements used there.
I know that one restriction to consider is API 21+ (not really a pr...
Dmitry Trofimov
Votes: 0
Answers: 1
Using android Hilt in a Library (aar)
I created a library using Hilt. it is working fine in standalone app, but when I tried to integrate in a client app, it start giving Error
java.lang.RuntimeException: Unable to start activity Componen...
Jitendra Prajapati
Votes: 0
Answers: 1
Build android aar file with only command-line tools
Is there any way to build and use an android library (aar file) without Android Studio and without Gradle, only using android command-line tools?
j0ng4b
Votes: 0
Answers: 0