In first activity, there is empty ListView
and Button
.
When I press button, it starts second activity that has ListView
of categories.
After I click into one of listElements it will start third activity that has ListView
with elements that are belong to my chosen category.
When I choose element of third ListView
it must send me back to first activity, where my chosen element is added to my empty ListView