• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Call Activity From Activity On Condition

Kadafi

Newbie
Hi, i need to display another activity when a condition is met.

for example if the array list is empty i want to display the other activity.

I have tried using intent etc, which works elsewhere but when i use it in this place it says something like startActivity is not defined for this class.

What other ways are there to display an activity when a condition is met.

Thanks
 
Back
Top Bottom