android activity class constructor working

前端 未结 4 2013
陌清茗
陌清茗 2021-01-01 00:58

When considering the case with android activity, the first method to work is its onCreate method..right?

Suppose i want to pass 2 parameters to android

4条回答
  •  爱一瞬间的悲伤
    2021-01-01 01:39

    We can pass the value from parent activity to child activity using the bundled collection and shared preference. 1. Shared Preference 2. Bundle Collection

    Passing data or parameter to another Activity Android

提交回复
热议问题