Posts by Alexandre Gomes • 45 points
6 posts
-
0
votes1
answer30
viewsA: Pass parameter in onItemClick
I found out, it was easier than I thought! Just pass the [position] in place of [i]
-
0
votes1
answer30
viewsQ: Pass parameter in onItemClick
I’m having difficulty passing the parameter inside the repetition for in Android Studio. It lists the data coming from mysql, but I can’t pass the parameter to access the item. for (int i=0;…
-
1
votes1
answer112
viewsQ: Return regular expression value
I have the following string: [11:36:19] Touched down at -56 fpm, gear lever: down, pitch: 3, roll: level, 116 kts And I’m trying a regular expression to get the value 116 kts, where the string…
-
1
votes1
answer46
viewsQ: How to read txt lines and insert into Database with PHP
I need to take the value of each row and each column to insert into the database, but there are results that the Observations field are in two lines and is actually the continuation of the previous…
phpasked Alexandre Gomes 45 -
0
votes1
answer234
viewsQ: List the last record of a table field
I’m wanting to list the last record of the table and display, but I’m not getting. The Reports table has the field Registration date Duration and destination_id registration date time duration…
-
2
votes1
answer59
viewsQ: How to list database time count result
I’m wanting to list a table record and display the sum of reported hours, but I’m not getting it. The Reports table has the Registration and Duration field registration duration 2501…