Top "Data-sharing" questions

Sync data between Android App and webserver

I want to sync data (such as db record, media) between an Android App and a Server. If you've seen …

android android-syncadapter data-sharing
Data Sharing between Fragments and Activity in Android

Ive asked a similar question before and didn't get an answer and seems many other ppl are searching for an …

android android-fragments android-activity data-sharing
In Docker, how can I share files between containers and then save them to an image?

I want to commit the data in a container's shared volume to an image. I cannot seem to do it? …

docker data-sharing
Using special auto start servlet to initialize on startup and share application data

I need to get some configuration and connect to external resources/objects/systems somewhere and store it in application scope. …

servlets initialization data-sharing
Data Sharing between micro services

Current Architecture: Problem: We have a two-step flow between frontend and backend layers. First step: The frontend validates an input …

design-patterns architecture microservices aws-api-gateway data-sharing
Sharing File Data Between Applications in Swift/iOS

I've been doing research on how to share data between applications securely. I'd like to get some info on the …

swift keychain ios-app-extension uipasteboard data-sharing
ASP.NET MVC 3 WITH RAZOR : How to pass selected checkbox' ids in a Partial view to controller action?

I have a partialview [_SearchProduct] within the main view, let's say [product] view. The Partialview has a number of checkboxes …

asp.net-mvc-3 razor partial-views data-sharing
AngularJS : Pass data from one view to another with in same controller

Summary : I have a form in view(first) of my angular application and on success response from the ajax call …

angularjs controller angular-ui-router angular-services data-sharing
Sharing data in between apps in IOS

I have a task to share data between apps in the same device. May be both apps can use a …

ios swift data-sharing