Android Question general button_click only in one activity?

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
hi there,

i have a mainActivity, that calls several activity. The general button_Click (with senderRequest) only works in mainActivity. Does it need to shut any eventRequest at activity_Pause of mainActivity? By the way -can I change start activity without renaiming activities?

regards
 

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
its normal buttons, in mainActivity as in secondActivity, that is started by startactivity(secondActivity) from mainactivity. In mainActivity, sub Button_Click(button from sender) works fine, but in SecondActivity, process not even jumps to there. I don't find a reason:) all buttons are defined in activity and have no own button_Click...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Can you post you project exported as zip?
 
Upvote 0

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
tried to zip, but was too big. have another promblem now, that makes me feel stupid : how to show hidden (Project>hide_module) activitys again? Reload not posssible.
 
Upvote 0

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
I just tried, to make it smaller by hiding activities. They are no more shown in the modules Tab and I dont find a way, to show them again. Guess, the module Tab is this:
 

Attachments

  • moduleTab.JPG
    moduleTab.JPG
    27.6 KB · Views: 172
Upvote 0

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
thank you, thats much better. I need to look better. But for to push a new project to android, I need a new Signature, android says, a package with same name but different signatur is still installed ... dont know where exactliy package name and signature ist defined? under >project>built configurations OR >project>package name (seems to open the same box...) i changed package name, but nothing happened... - same error
 
Last edited:
Upvote 0
Top