Skip to main content

All Questions

Tagged with
3 votes
2 answers
153 views

List Filtering Code

I am developing applications for android. In my application, the user can add information about his weight and watch the progress of weight change. I decided to add filtering of the elements according ...
Destroyer's user avatar
  • 477
2 votes
1 answer
81 views

Code for adding a user to the database

I have a code that adds a user to the database, getting the username from the dialog.My fragment implements the interface with the onInputSend method, which is called by the dialog when the user ...
Destroyer's user avatar
  • 477
3 votes
2 answers
151 views

Trying to Store EditText Values in SharedPrefs using a Single addTextChangedListener

The code is completely functional but I'd rather not call two functions when I know it can be done more efficiently. My goal is to store EditText values in SharedPrefs using a single ...
Dallas's user avatar
  • 35
5 votes
2 answers
3k views

Java/Kotlin JSON parsing improvement

I consume an API which gives me this type of JSON: ...
Ultimo_m's user avatar
  • 161