juwei80

Results 3 issues of juwei80

Hello! I have a problem with the following code ``` textView = new TextView(getContext()); textView .setLayoutParams(new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT, 1f)); // ... AutofitHelper.create(textView) .setMinTextSize(TypedValue.COMPLEX_UNIT_SP, 14); ``` within Fragments (FragmentStatePagerAdapter). On...

Hi all, does anyone have a solution to resume the live network stream when resuming the app (iOS) after a certain time? It seems after around 40 seconds the app...

Hi @oofnikj , thank you for this wonderful plugin! Could you please create an init-option to not pre-create the static hosts? I have an issue with them: Firstly, the entries...