Posts by fagundes • 31 points
2 posts
-
2
votes1
answer48
viewsA: Recyclerview Does not load on screen
You are setting the Adapter before starting it. In line 325 you arrow the diasAdapter in the recyclerViewDias: //Seta o adapater no recyclerview recyclerViewDias.setAdapter(diasAdapter); However…
-
1
votes2
answers331
viewsA: White screen before splash screen startup
You can set the color of the window in your style file <style name="AppThemeDefault" parent="Theme.MaterialComponents.Light.NoActionBar"> ... <item…