Posts by Gean Carlos Brandão • 23 points
3 posts
-
0
votes1
answer35
viewsQ: Play a series of audios on android
Good evening, has anyone done or knows how to play a series of audios ? I am trying to make an app similar to that game Genius. And I would like to be able to play a sequence of audios that I will…
-
1
votes0
answers538
viewsQ: Problem in editing interface of android studio XML layout
Build.Radle (app) apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.karlo.menu" minSdkVersion 15 targetSdkVersion 28 versionCode 1…
-
1
votes1
answer488
viewsQ: Java Static variable assignment and update
I have a problem with a static variable. In the code I assign a variable that is not Static, the contents of a static variable. Then I update the static variable, only the variable that received the…