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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -