Posts by Scussel • 59 points
6 posts
-
0
votes1
answer56
viewsQ: Problem with imagebuttom in listview
Hello, I have a problem that when showing the last item of the listview on the screen, the imagebuttom of the last item and the others of the screen stop working, when scrolling the screen again and…
-
1
votes1
answer311
viewsA: Autocompletetextview
My problem was solved when I took adjustNothing do AndroidManifest
-
-1
votes1
answer311
viewsQ: Autocompletetextview
I’m having trouble showing the dropdown of the items, it is appearing below the keyboard, as in the image attached. Would you have a way to make the dropdown show up the textview? Edited, code added…
-
2
votes2
answers539
viewsA: Data synchronization on android
I was able to solve the problem of slowness by changing the api, now instead of bringing the fields and mounting the Insert on the device, I already bring the Insert api ready to run on the device’s…
-
2
votes1
answer55
viewsQ: SQL in DB Mysql
I have the following situation, a register with 5 fields being them: Type1, Type2, Type3, Type4 and value The 4 type fields are combos fields, where you can select the all option, or any other…
-
1
votes2
answers539
viewsQ: Data synchronization on android
So, I’m in a project that needs to save a large mass of data coming from a json api on android’s Sqlite, something around 20 thousand records, in order to be able to work offline without problems.…