Android / IOS programmer experts

doreymi

Junior Member
Joined
Dec 24, 2009
Messages
20
Reaction score
0
Is it possible for us to transfer information between 2 third party apps ah?

For example, when the user press a button, app A feeds info to app B so when you open app B you can see the data from app A. Is this possible??
 

ykgoh

Master Member
Joined
Jan 1, 2000
Messages
2,782
Reaction score
0
The third party apps are to be developed by you or they belong to some apps by other people?
Are trying to make your app talk to another app not developed by you?

Are the 2 apps installed on the same handset?
Or are you trying to build your own WhatsApp where you have 2 apps on different handsets trying to pass message to reach other?

There are various ways apps can communicate with each other, on the same handset, or over a network using different protocol.
 
Last edited:

doreymi

Junior Member
Joined
Dec 24, 2009
Messages
20
Reaction score
0
The third party apps are to be developed by you or they belong to some apps by other people?
Are trying to make your app talk to another app not developed by you?

Are the 2 apps installed on the same handset?
Or are you trying to build your own WhatsApp where you have 2 apps on different handsets trying to pass message to reach other?

There are various ways apps can communicate with each other, on the same handset, or over a network using different protocol.


The 2 apps are from different developers on the same mobile phone and not over a network. :)
 

ykgoh

Master Member
Joined
Jan 1, 2000
Messages
2,782
Reaction score
0
The 2 apps are from different developers on the same mobile phone and not over a network. :)

Then you have no access to the source code to make any changes.

You are limited by the features that the apps provide. Apps can pass data and communicate in a certain way with other apps if they are designed to do so. If the 2 apps were not designed to interoperate, you as a user have limited options.
 

doreymi

Junior Member
Joined
Dec 24, 2009
Messages
20
Reaction score
0
Then you have no access to the source code to make any changes.

You are limited by the features that the apps provide. Apps can pass data and communicate in a certain way with other apps if they are designed to do so. If the 2 apps were not designed to interoperate, you as a user have limited options.

Oh I see...thanks...
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top