android - inter process communication - Xamarin -
currently building apps ios , android. on both platforms try achieve same:
- searchapp - user can fill in search term in text box.
- backgroundapp - running in background. background app processes search requests user.
in android possible make use of service. on ios haven't found proper way of getting done. needs work if mobile phone not connected internet.
so looking proper way works on ios , android. best way achieve inter process communication:
- is there websocket approach? work when mobile phone offline?
- applinks? redirecting or request data app?
- is 'wcf like' approach available on both platforms?
- other?
if possible, please provide examples.
Comments
Post a Comment