I have two activity first is MainActity(FirstActivity) that just show data, second is BottomNavigationView Activity(SecondActivitys).
When I go to Some activity of SecondActivitys I want to send data back to FirstActity.
I have use Intent but on MainActivity have only one button that starts some of SecondActivitys. That means I have to call startActivity without requestCode the I cant use onActivityResult on MainActivity
how can I solve it? pls, help thx!!