Posts by Thiago Mourão Peres • 37 points
6 posts
-
1
votes1
answer164
viewsQ: Take data from 2 Ragments by clicking an Action Button (Toolbar)
Come on! I was looking on the internet about how I could get the values of Edittext of 2 Fragments by clicking on a Action Button of Toolbar, but I didn’t find anything related. What I found, was…
-
1
votes1
answer126
viewsA: Fragments in Tablayout’s Viewpager disappear on the second call
I found this answer in the Stack Overflow in English and helped me with my problem. Answer to the above question I will explain below what I did, in Editfragment.class, replaces this line below:…
-
0
votes1
answer126
viewsQ: Fragments in Tablayout’s Viewpager disappear on the second call
Come on! I have an app that has a Drawermenu (Sliding Menu), when clicking on the Edit Profile item, calls a new Fragment (Editfragment.class), up to there beauty, in that Fragment has a Tablayout…
-
0
votes1
answer90
viewsQ: Sending data to MYSQL database with PHP
In my code below I send the data I need to PHP and it makes the insertion of the data in the Mysql Database. By clicking the register button, I send the data through a Hashmap, as I would send the…
-
0
votes1
answer874
viewsQ: Pass Database values to Spinner
I am searching client values in the database through PHP/MYSQL and I am returning via JSON, and I would like to pass to SPINNER more than 1 argument (idclient + client name)... In this case, I…
-
1
votes1
answer67
viewsQ: Item Selected in Spinner does not appear in Toast
When clicking on the item in Spinner, Toast is not called, nothing appears. public class RegistrarActivity extends AppCompatActivity { private ImageView botaoVoltar; private EditText textoCPF,…