Posts by Tadeu • 1 point
4 posts
-
1
votes3
answers1124
viewsQ: how to show data from a sharedPreferences in a Listactivity
I’m starting to work with Sharedpreferences on android, a simple and fast way to store static and primitive data. However, my problem is showing these values stored in a Listactivity. I’ve looked…
-
2
votes1
answer2691
viewsQ: How to open a window inside a main frame?
I’m doing a show and I’m creating the layout manually with swing using GridBagLayout and GroupLayout. I wonder how to open a window inside the program I’m doing. For example: When the user clicks…
-
1
votes1
answer861
viewsQ: How to automatically fill an Edittext on android
I have an application that calculates the total value per product of the purchase (quantity x unit value of the product). Wanted the field to Edittext of total per product was filled in…
-
5
votes1
answer203
viewsQ: SWT using DATETIME problem in saving compatible SQL format
The problem is this: I have a personal finance program that will register some important data, among them the registration date and the due date. Program interfaces are made in Eclipse at SWT, and…