Questions tagged as 'android-activity'

1
answer

Is it possible to create a Widget with several configuration screens?

I have a Widget that only has one configuration screen but I want to add one more how can I do this? I know the first screen that appears is an Activity I try to open with Intent normal but it does not work. I made this Intent : publ...
asked by 16.10.2017 / 14:57
1
answer

Draw between Activities [closed]

Good afternoon, I wanted to know how to choose a maximum number in one activity and in the other one to make a draw with the maximum number being the one chosen in the first activity.     
asked by 09.12.2018 / 20:46
2
answers

Guys, does anyone know how to call or perform this technique in Android studio?

I want to make a gym APP and I need to use a smaller screen in front of the main screen as shown in the print of an existing APP that is attached. I want to leave the background unfocused and show a smaller screen at the front with what I want....
asked by 30.03.2018 / 23:53
0
answers

Crash when using slide library

I'm trying to use this slide library but I've had errors. package com.rightside.meutesoureiro_controlesuacarteira; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.heinrichreimersoftware.materialintro.a...
asked by 17.12.2018 / 13:50
1
answer

How to read and display data in Android Studio?

How to read data entered by the user in an EditText and display in a new activity in Android Studio? I've tried it in some ways, but displaying it in the other activity only displays "false".     
asked by 28.05.2018 / 20:37
2
answers

How to make the back button close the activity without going back to the previous one (finish the app)? [closed]

Activity login is as MAIN and is used to log in to fireBase. If the user is already logged in he goes directly to the activity of the main menu. I wanted the activity on the main menu, when the user clicked the back button, did not return to...
asked by 11.07.2017 / 16:36