python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android compose - modular app design - how to manage theming?
I'm working on modularizing a test application with Android Compose and have the application stuff woking well, however it seems that if you want to add custom theming like colors and fonts you run in...
Johann Muller
Votes: 0
Answers: 2
Is there any way to access methods of one aar file from another aar file in project libs folder?
I generated two aar files from two libraries generated by me and added them to my main project by putting them in the libs folder. Now I can able to access classes of the aar from the main project. Bu...
Arjun Babu C
Votes: 0
Answers: 1
Why the namesace is different in the modular programming while there is an __init__.py file in python?
I have a few questions about namespaces and init.py in modular programming in python. I will divide my questions into two sections: without init and with init.
Section 1) Without init.py
Suppose that ...

8Simon8
Votes: 0
Answers: 0