Chauyan
Chauyan
Anyone has the solution for this issue?
@luisansal I currently do such things: 1. make sure the DFMs have the same Gradle setting as the App module. 2. make sure the DFMs can access the classes of...
@luisansal Hi, Sorry, I can't share the code snap for you because it's internal codebase. Here are my understanding of your situation and possible solutions, I think your situation is...
you can try to use Dagger Component dependency, which means you will have components in each different modules, and use dependency to link them together.
What kind of trouble do you have ? If you need to use this with appcompat-v7 21, you could simply download it and open it in AS.
@X17 ok, good luck
Hi Machinezhou, This function could be modified as follow : ``` public int getScrollY() { View c = mListView.getChildAt(0); if (c == null) { return 0; } int firstVisiblePosition =...
Seems that enable Audio / Video at the same time will avoid this problem.
Hi guys, I recently work on Android solutions, and also find this problem, do you have any ideas that I can do for this ? to improve the black screen...
@superdump ok, I will try it again. thanks a lot.