Posts by Carlos Henrique • 9 points
3 posts
-
-1
votes1
answer37
viewsQ: Changing the title color of an open Activity
I’m trying to change the color of the text of my Action Bar, but I’m not getting... I have researched here and elsewhere and the answer is always very similar to that answer: Changing the title…
-
-1
votes1
answer37
viewsQ: Maps KEY is not working
Recently I had to format the pc... And I took a backup of my projects... When I reinstalled Android Studios and opened my project I realized that the map is not showing!!! But all the rest of the…
-
0
votes1
answer55
viewsQ: I’m not getting to finish the Activitys
My problem is this... I have 3 Activitys: (Activitya), (Activityb) and (Activityc) From Activitya to Activityb I do the following: val intent = Intent(this, ActivityB::class.java)…