Kevin
05/13/2020, 6:14 PMinclude
of the support activity layout on the main activity file.
the next thing i want to do, is that i want to be able to interact with the support activity, which is the basic interaction was only a show/hide elements. i was thinking that i should be able to do this by using visibility = View.GONE
or visibility = View.VISIBLE
on the textview element, but no matter what i do, everytime i click on the textview, it results in the app crashing.
i'm quite stuck on this part, do anyone have any idea or insight on where do i wrong? or what should i do?
thank you!Andrew
05/13/2020, 6:35 PMKevin
05/13/2020, 9:06 PMinclude
the second activities as dialog fragment -> add view.gone
or view.visible
on the second activities.
does the dialogfragment usually will prevent this kind of app crash due to multiple activities overlaying on each other?
also i kind of forgot about it because of the name, but it's not completely popup effect, the second activity will show up in a custom ShowCaseView like manner.