January 2018
Intermediate to advanced
434 pages
14h 1m
English
Creating an intent in Anko is very simple. Let's check the following steps:
startActivity(intentFor<SomeActivity>("data" to 5).singleTop())startActivity<SomeActivity>("data" to 5)startActivity<SomeActivity>("data" to 5, "another_data" to 10)
Read now
Unlock full access