Posts by Herrison Nascimento • 63 points
2 posts
-
5
votes1
answer38
viewsQ: Laravel + Android
I am starting my studies in the framework Aravel and saw that it is very useful to create websites, however, is it possible to consume these routes in native android ? Because routes are usually…
-
1
votes1
answer87
viewsQ: How to declare list in class?
I have a class Usuario you will have a list of the class Pastas, and this class will have a list of the class Questão. public class Usuario{ String nome; ArrayList< Pasta > listaPasta; } My…