Answers for "how many ways to pass data in android"

0

how many ways to pass data in android

1.we can pass data using intent object,

2.we can implement serializable , parcelable interface and pass objects by using intent,

3.we can create a new class by extending Application class, to access global members from anywhere

the android application,

4.sharedpreference ,

5.sqlite.
Posted by: Guest on February-22-2021
0

how to many way to pass data in android

we can pass data using intent object,
we can implement serializable , parcelable interface and pass objects by using intent,
we can create a new class by extending Application class, to access global members from anywhere. ...
sharedpreference ,
Posted by: Guest on February-10-2021

Code answers related to "how many ways to pass data in android"

Browse Popular Code Answers by Language