Can i call same activity more than one time?
same like in visual studio / VB, we can call form more than one time with declare the form to new form object. may i do that in B4A?
I'm making an ecommerce application, when i click product image it will start activity detail of the product. inside detail of the product i have insert other products with horizontalscrollbar, when i click product in horizontalscrollbar it's will start same activity( detail of the product ). can i do that?
because if i try application like aliexpress/alibaba, they application can do like that.
StartActivity (List Product) -> Click (Product) -> Detail of the Product ( Inside Detail Have List Products ) -> Click (List Products) -> Detail of the Product (Again).
When we press back it will back to previous detail of the product.
same like in visual studio / VB, we can call form more than one time with declare the form to new form object. may i do that in B4A?
I'm making an ecommerce application, when i click product image it will start activity detail of the product. inside detail of the product i have insert other products with horizontalscrollbar, when i click product in horizontalscrollbar it's will start same activity( detail of the product ). can i do that?
because if i try application like aliexpress/alibaba, they application can do like that.
StartActivity (List Product) -> Click (Product) -> Detail of the Product ( Inside Detail Have List Products ) -> Click (List Products) -> Detail of the Product (Again).
When we press back it will back to previous detail of the product.