Hey, that was really handy - I made a new activity for my project, I was really wanting to look into how to do it for a long time so it's really helpful to see your video tutorial.
It would be super if you could explain this bit of code though about intends, and how it works: Intent myIntent = new Intent(v.getContext(), NextActivity.class); v.getContext().startActivity(myIntent);
Thank's!! You really make them easier for me!!
furymystic 1 week ago
excellent tutorial! thanx! :)
bopewka 1 week ago
Thanks a lot. That was so easy!!!
Chethan256 1 month ago
Best Tutorial on Intents Iv seen, The flow of speech is just great and he is so clear.
sanidadon 2 months ago
Hey, that was really handy - I made a new activity for my project, I was really wanting to look into how to do it for a long time so it's really helpful to see your video tutorial.
It would be super if you could explain this bit of code though about intends, and how it works: Intent myIntent = new Intent(v.getContext(), NextActivity.class); v.getContext().startActivity(myIntent);
Thanks again!
NutterzUK 2 months ago
Excellent tutorial man, this helped out alot! I'm creating my first android app trial by fire.
How do you send up a secondary activity by intent from 'NextActivity' in the Androidmanifest?
DosEquisIAM 4 months ago