Posts by Victor Torres • 19 points
3 posts
-
1
votes4
answers6194
viewsA: Best practices for naming functions
Between the two forms you quoted, I prefer that the verb is in the infinitive, how to get() and add(). Try to name your variables in the same language as the programming language, in this case in…
-
0
votes3
answers121
viewsA: How to avoid connection from stopping the application?
You have provided few details and insist on a synchronous solution. Much of the features of Android, as well as other operating systems, works with threads, which run independently and…
androidanswered Victor Torres 19 -
0
votes3
answers2936
viewsA: How to automatically fill in a field?
It would be very interesting to know how is organized the txt file with the postal information. Here in Brazil there is a free Web Service available on Virtual Republic that may be useful. There are…