I have an application where upon performing a query, it can either 1) throw an error message in status bar indicating no data found or 2) open a new page with the queried detail (& do activity B)
if i use image/element appear/vanish activity, it would time out when looking for A but B appears and vice-versa ?
is pick activity the right construct to handle the 2 possible outcome ? or is there any other better way to handle this scenario ?