Posts by fvmoraes • 31 points
3 posts
-
1
votes0
answers25
viewsQ: Virtual keyboard, superimposing or compressing elements
I need help in the following situation. I have some Activity done, with several moments of interaction with Edittext and Button. On certain screens, Layout compresses when opening the virtual…
-
2
votes2
answers3011
viewsQ: Write to.txt file
I am developing an application that needs to record data in the database and go saving these same data in a arquivo.txt in the device’s memory. The bank part is ok, now in the file part I have not…
-
0
votes1
answer186
viewsQ: Save Usage Preferences - Android
I would like to know the best way to save the usage preferences of an application, such as a checkbox marked or the ordering of a listview. if you can pass some example code thank you.