Android Question RDC with many activities, should ReqM declared for each activities?

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I am using RDC with many activities. There are more than 1 activity needs to call DBRequestManager.

Can I create 1 variable as type DBRequestManager in sub Process_Global in one of activity and share this variable through all activities?
Or should I declare variable as type DBRequestManager in sub Global for each activity that need it?

Thanks in advance.
 

incendio

Well-Known Member
Licensed User
Longtime User
Never use a service.

Can you be more specific? Or perhaps, do you have a simple example using RDC+activities+service?
 
Last edited:
Upvote 0
Top