Posts by Tiago David Furtado • 7 points
4 posts
-
-2
votes1
answer33
viewsQ: SELECT with multiple tables returns only one project
I’m making a project management system, on the HOME page will appear all projects. In mysql I have in the PROJECTS table the client and project manager saved as User and Client ID... which has their…
-
0
votes1
answer117
viewsQ: Array of numbers with variable amount Java Android
I am making a program for Android and I want to make an array of integers, but I need to define the quandity of numbers with a variable that has 3 options of values: 20, 50 and 100. I tried to use…
-
0
votes0
answers21
viewsQ: Problem to publish application with Microsoft Advertising
I created a program in UWP paid version and another in Free version that contains Microsoft Advertising. When I try to send the application to be published give me an error in the Free version. Your…
-
0
votes1
answer592
viewsQ: Swap background color and item text in Gridview
I have a GridView with multiple numbers and I have a click event on the items in this GridView. I would like the items that have already been clicked to change the background and text colors to show…