Posts by Filipe IKOGNYT Andrade • 1 point
3 posts
-
0
votes2
answers57
viewsA: Recyclerview does not display data
The error itself was the Activity setComponents method was replaced: arrayAdapter = new ArrayAdapter<>(this, R.layout.item_brand_grid, arrayList); brandList.setAdapter(new AdapterBrand(this,…
-
-2
votes2
answers57
viewsQ: Recyclerview does not display data
I have a problem where Recyclerview does not render on Activity. Textviews load normally. In the Emulator I use level 24 or 30 Apis and physical applications. This appearing this way, the Recycler…
-
0
votes0
answers103
viewsQ: String vector condition error in C
I’m having a hard time with a specific exercise: #include <stdio.h> #include <stdlib.h> #include <locale.h> #include <windows.h> #include <ctype.h> #include…