Posts by Windows87 • 13 points
3 posts
-
0
votes2
answers925
viewsA: Recyclerview does not show data
The problem wasn’t even the code, it was just that my Recyclerview was under a Linearlayout that was occupying the entire screen
-
0
votes2
answers925
viewsQ: Recyclerview does not show data
I have a problem that, I try to show the data of a Recyclerview that I take the data on the web (until then ok), I receive the data and when I set the Adapter in Recyclerview nothing happens, follow…
-
1
votes1
answer358
viewsQ: ngRoute does not work
I was trying to use ngRoute, but I enter the link '/new', an error appears that there is that URL and when I enter the normal '/', it shows nothing. The index.html: <html ng-app="starter">…