Posts by Júlia • 11 points
2 posts
-
0
votes1
answer20
viewsA: Problem with Bean Springboot
I believe that the correct thing would be to use the interface and not the class that implements it: @RestController @RequestMapping("/api") public class PessoaController { @Autowired private…
spring-bootanswered Júlia 11 -
1
votes2
answers64
viewsA: What kind of database to use and how not to create many activities?
As for the screen you can use Fragments. It is possible to create an Activity with just one frameLayout as in the example below: <FrameLayout android:layout_width="match_parent"…