Posts by Poseidom • 11 points
3 posts
-
-1
votes1
answer30
viewsA: I cannot display a Toast in 2 activitys from the same package
try to use getApplicationContext() in place of Main4Activity.this
-
1
votes2
answers328
viewsA: Swap the first characters of a String for another
this happens because you created a String[] vector and when you print the variable that is linked in the vector it will give you its address in memory, to solve this problem you can try it. String[]…
-
-1
votes2
answers238
views