Posts by Diogo Simao • 1 point
2 posts
-
0
votes1
answer16
viewsA: Send data from one Activity to another
I have here a small example of a project of mine: Activity A Intent intent = new Intent(MainActivity.this, SensorActivity.class); intent.putExtra("name", name);…
-
-1
votes0
answers18
viewsQ: Android Studio: insert data into a Mysql BD
I have this code to insert data into an external database, but when the save button is clicked, it inserts a new entry into the table, but empty. The php script works well because using Postman…
androidasked Diogo Simao 1