Posts by user2362558 • 63 points
4 posts
-
1
votes2
answers3071
viewsQ: Pass information from a selected item in the list to Edittext
Hello, I’m in trouble when I select a client in a Listview, I have to pass his name to a Edittext of the other Activity and pass the address also. But when I select the Customer he is grouping the…
-
2
votes1
answer2723
viewsQ: Data update Sqlite Android
How to take the information that is on the screen and do an Update in the database. Code displaying information in Edittext. public class DatabasesDAO extends SQLiteOpenHelper { private static final…
-
1
votes2
answers3645
viewsQ: How to pass data from an Sqlite table to several Edittext fields
How to take the data from a table and present them each in one EditText? I’m developing on Android. Here I do the List of the data I need: public List<ConfiguracoesSistema>…
-
1
votes2
answers3604
viewsQ: Passing parameters from one Activity to another
I need to pass the name of a product selected in a ListView to be presented in a EditText. I am currently on the screen that the user informs the customer and then opens the screen of new order, on…