Posts by Vanessa Alves • 23 points
4 posts
-
1
votes0
answers1254
viewsQ: No errors appear in Vscode (eg errors referencing wrong typed)
I’ve looked at everything I had and I haven’t got it yet... I am studying ASP.NET Core, with C#, and no errors appear in Visual Studio Code. Example: if I reference a class with the wrong name, it…
-
0
votes2
answers66
viewsQ: Error in list/BD
I have an error in this excerpt (appears the whole stretch of red), what is wrong? lista.setOnLongClickListener(new AdapterView.OnItemLongClickListener(){ //clique longo, para selecionar a linha…
-
0
votes1
answer25
viewsQ: Error in BD/list
I was following a tutorial on how to CRUD, but an error appeared to me (in the tutorial is ok) How do I fix it? lista = (ListView) findViewById(R.id.lista_Madicamentos);…
-
0
votes1
answer210
viewsQ: Switch from second to third Activity [Android Studio]
How do I switch from the second to the third screen?? I managed to switch from tela1 to tela2 (from Main for CadastroActivity) But using the same code, I can’t get from screen 2 to 3 (from…