Posts by Evellyn Costa • 43 points
4 posts
-
1
votes1
answer218
viewsA: Application closes when opening Activity
The problem was solved using android:largeHeap="true" in the manifest
-
0
votes1
answer218
viewsQ: Application closes when opening Activity
The app simply closes when I press the TextView. He should move on to another Activity. I’ve tried it many ways and it keeps crashing. package com.example.evellyn.auris; import…
-
0
votes1
answer837
viewsQ: Preview of Android Studio is not playing
I’m having problems importing a project that was written in an older version of Android Studio. My preview doesn’t appear. I’m a beginner and would like a little help! Follow Gradle and xml.…
-
3
votes3
answers2244
viewsQ: Position Button in the center of a Linearlayout with layout_gravity
I’d like to know why I can’t center the button, I’d like to center vertically and horizontally, but it seems to center only center horizontally in the vertical layout and vice versa. <?xml…