Posts by E FRANÇA • 41 points
13 posts
-
0
votes1
answer318
viewsQ: Recycleview item returning the same data for all items when clicked
I have a list of addresses in Recycleview and each address has its latitude and longitude coordinates retrieved from the bank. But when I click on the list item to start a route from the coordinates…
-
2
votes0
answers39
viewsQ: How to put an Alert when clicking to exit the App
Some Apps when exiting the physical button of the device appears a bar below in the first click of the user, asking the user to click again to exit. How do I schedule this event?
-
0
votes1
answer109
viewsQ: Exchange of information between Recycleviews
I have request tabs where "RECEIVED" retrieves data from Firebase BD inside a Recycleview. Request made by a user and received by the company. Now how do the items below: 1 - The company…
-
0
votes1
answer1389
viewsQ: Recover Data from Firebase in Recyclerview
I need to recover from Firebase in Recyclerview user order requests in a way that organizes these requests in a list without overwriting the other one. For now my list is static. Each user has an id…
-
0
votes0
answers32
viewsQ: Recover Firebase Data in Other App
I have a User App that sends a request that will be received by a Company App. For now the user App sends data that is being recorded only in Firebase. How do I recover this data in the other…
-
-1
votes2
answers437
viewsA: How to place Mapactivity in a Fragment
This is not quite an answer yet another statement to do exactly what you want: https://www.youtube.com/watch?v=kmLV5GIoNMo.…
-
0
votes2
answers343
viewsA: Click Checkbox component and enable Edittext
After conducting some research, follows the answer: XML <CheckBox android:id="@+id/cb_outros" android:layout_width="wrap_content" android:layout_height="wrap_content"…
-
0
votes2
answers87
viewsQ: Return message if no checkbox is selected
How to do the treatment in this code so that it returns message to the user select at least one checkbox if it does not select any? public void verificaCheckBox(){ Listcheck.clear(); if…
-
0
votes1
answer488
viewsQ: Checkbox and Radiobutton Validation
How to validate and return a message if Checkbox and Radiobutton components are not selected in an application ? JAVA
-
0
votes2
answers108
viewsQ: Automatic user address search
Any automatic search method for the address from the current location of the user? No need to fill in the address fields. Informing the zip code or clicking a search button.
-
0
votes1
answer337
views -
1
votes2
answers343
viewsQ: Click Checkbox component and enable Edittext
How to enable an edittext component in the same view by clicking on the "other" checkbox component? As in the image:…
-
0
votes1
answer141
viewsQ: Increase/Decrease Seekbar progress with Button action?
Someone can help: How to increase and decrease seekBarHomem progress through Button action? @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…