Posts by fmsedrez • 74 points
3 posts
-
1
votes1
answer1035
viewsA: How do I remove a view created in java code by the id of this view?
The problem of the code is to always use the same reference to the "group" object, to solve this just create a new object at each function activation. Mainactivity.java package com.example.teste;…
-
0
votes1
answer1641
views -
1
votes3
answers300
viewsA: Android Development Profile (Profile)
In Java can be made a file with key-value pairs and loaded using the class Properties. In the code it is necessary to load this property file and from this instance, where the file was loaded, it is…