Posts by Felipe • 15 points
5 posts
-
0
votes1
answer85
viewsQ: Google Analytics engagement hit. Can I create an "automatic"?
For those who don’t know, to calculate the "average session time" of a user, Google Analytics proceeds as follows: https://support.google.com/analytics/answer/1006253?hl=pt-BR To clarify what an…
-
1
votes1
answer166
viewsQ: Group Textviews and then access them
Example: I have 3 TextViews and its id's: TextView tv1 -> id: "um" TextView tv2 -> id: "dois" TextView tv3 -> id: "tres" I would like to group them in some way that I can access them…
-
0
votes1
answer99
viewsA: Read inputstream created on another Active
MY SOLUTION As I had said in the comments of the question, the main problem was to read a FileInputStream in a class that does not extends Activity. It was not possible to obtain the context and…
-
0
votes1
answer99
viewsQ: Read inputstream created on another Active
I’m new to programming. I saved an array of strings through FileOutputStream.write() in my MainActivity. I can read the array perfectly through the FileInputStream in Activity itself. To read this…
-
0
votes1
answer270
viewsQ: Display current date in Viewpager manipulated layout
When I click on a Main Activity button, a Viewpager is created that allows me to move between 7 layouts that I have. The pager is set to present first the layout called "domingo.xml" and everything…