All Questions

1
answer

Which library do I use to send notifications?

Hello, I'm developing an app where patients have left it in the background or even open, and when the patient's time comes, the office sends a notification saying that it's his time. Do you have any specific library for this? I'm very new to and...
asked on 28.12.2016 / 19:40
3
answers

Create TextView's dynamically

I have TextView and would like instead of filling with a Arraylist , with all items in its setText , that it be created several times on the screen, with the respective items of this array, in each setText of each T...
asked on 19.12.2016 / 13:55
1
answer

How to add values in the JTextField via the button without deleting the previous value?

My problem is that I placed a button so that when it was clicked, I would add the value 1 to JTextField . But when I click again, it replaces the value, and what I wanted was for it to add another type 1 , I click once on t...
asked on 01.01.2017 / 21:39
1
answer

Which correct way to add two fields

Good evening friends, what is the correct way to add these two value-dependent and adesao fields and display the total value in the input. Adesao = 3.500.33; Dependents = 90.33; Total Correct: 3.590,66 Code <?php...
asked on 09.01.2017 / 23:53
3
answers

Capture the WHERE clause of an SQL query

I need to capture only the where clause of multiple queries to parse the filters used. For example: select "DIM_1"."col1", "DIM_2"."col2" , "DIM_3"."col3" , "DIM_4"."col4" , "FAT_1"."col5" from "FAT_1", "DIM_1", "DIM_2", "DIM_...
asked on 22.12.2016 / 19:05
1
answer

QUERY - Can anyone help me build this query?

I have these 3 tables below: "users", "friends" and "posts". I want to get all my friends who are in the friends table and display their posts, taking their name and their image (which are in the users table). Imagine a news feed, where I...
asked on 03.01.2017 / 13:11
1
answer

How to Make a Chained List in Assembly?

I have a college job and need to do a linked list in assembly , I would like to know how to loop to insert all the elements in the list and keep them on . The list should contain the data of a broadcaster (name of the film, main actor, number...
asked on 29.04.2014 / 22:48
1
answer

When a function is executed a new thread object is created?

According to the manual of version 5.3, a value of type thread represents independent threads of execution:    The type thread represents independent threads of execution and it is used to implement coroutines (see §2.6). Moon threads are n...
asked on 07.01.2017 / 14:41
1
answer

Resize components while increasing window

How can I resize the components within QWidget when I increase the window? Example, how it works:     
asked on 18.03.2014 / 14:52
1
answer

How to determine permission to use tables?

How can I make a certain user "see" some tables and another not? I've been searching, I found DENY SELECT ON *** but I did not succeed.     
asked on 08.04.2014 / 13:33