Posts by Markus Branco • 65 points
4 posts
-
0
votes2
answers520
viewsQ: Select List Item by "ID" using Thymeleaf and direct to another detail page
I’m trying to build an application using Springboot, Hibernate and Thymeleaf. I would like to take the "id" of the selected service in the list using Thymeleaf, search this service in the database…
-
0
votes1
answer270
viewsQ: android.database.sqlite.Sqliteexception: near "SQL": syntax error (code 1): , while compiling: SQL * FROM Employers WHERE id =?
I’m trying to do the SELECT below passing a value as parameter in the query, only it keeps giving the same error. android.database.sqlite.Sqliteexception: near "SQL": syntax error (code 1): , while…
-
1
votes1
answer78
viewsQ: How to concatenate values of different types into a string?
How do I concatenate all this string within a variable? Have some more elegant way to solve my problem? int num1 = 1; int num2 = 2; int num3 = 3; char simbol1 = '+'; char simbol2 = '-'; string…
-
4
votes1
answer1039
viewsQ: How to change the color of the line below Edittext via xml
How to change the color of this line below Edittext via xml?…