Questions tagged [data-sharing]
249 questions
0
votes
0 answers
Sharing db between Odoo Enterprise and Community Edition
We're currently using Odoo Community Edition and we planned to try out Enterprise. Just wondering if we can share the same database and fall back to Community Edition if we decided to not to go forward?
Another thing we're exploring is to pay for…

faulty
- 8,117
- 12
- 44
- 61
0
votes
0 answers
Sharing data between controllers and pages through a service - AngularJS
I'm new in AngularJS and I have a problem I can't fix.
I am in the index.html page of my application and I let the user click on an icon which send him into another page in this way:
0
votes
0 answers
Transfer data form one browser tab to another
I would like to capture data from one tab and use it to prefill my form in another tab.
Let's say a loan officer has their property data sheet open in one tab and they want to order a property inspection. If the property inspector's order system is…

Brad Mathews
- 1,567
- 2
- 23
- 45
0
votes
1 answer
Sharing big chunks of data iOS
Good morning,
I am a newbie iOS developer and in my app I have 2 users sharing each other, some data using Parse.
On Parse I have implemented the sharing data functionality using push notifications but there are some limitations regarding the data…

user4950087
- 21
- 5
0
votes
1 answer
Send data from UWP app to Unity3D on the same machine
I have a universal apps getting data from Microsoft's Band 2 (accelerometer) and want to export the processed data in the app to the unity project to be used as input control. The data will be frequent, so real-time response is preferred.
What…

Salah Alshaal
- 860
- 2
- 17
- 41
0
votes
0 answers
AngularJS: tabs and controller passing data through
I would like to create an AngularJS app in which I woud have a page containing multiple tabs. Since each tab would have a very specific business logic, I am wondering what would be the best way to achieve such a thing, knowing that I want to be able…

mentinet
- 744
- 3
- 9
- 23
0
votes
3 answers
AngularJS help sharing data between controllers using $broadcast
I've been trying to use $broadcast and $on but I just can't get the data to move between the two controllers.
On my main webpage i have a button which adds 4 to a var each time it's hit:

notAChance
- 1,360
- 4
- 15
- 47
0
votes
3 answers
Data is not getting shared between watchkit and iphone app
I want to share data between iphone app and watchapp,following code I have used to share data between them:
//At iphone viewcontroller:
mydefaults=[[NSUserDefaults alloc]initWithSuiteName:@"group.sample.TodayExtensionSharingDefaults"];
[mydefaults…

user4221623
- 81
- 7
0
votes
1 answer
Protocol to keep clients updated when modifying a file
I have a Java Client/server application where I share a file (tsv file) with a single client, this client can view and modify it in his UI and send back the updated version to the server. I am doing this using TCP sockets.
Now I would like to make…

Kilian
- 13
- 1
- 3
0
votes
4 answers
Sharing information between applications
My question is very simple to expose:
I have a few aplications that share data between then. I need a way to support that data sharing (cross several computers) and when one aplication changes data, others should be notified about that.
My question…

Zé Carlos
- 3,627
- 5
- 43
- 51
0
votes
1 answer
Sharing an unsaved image
I want to share an image which is fresh created and therefore unsaved. It's stored in a Bitmap object. In the send binary content article you need to have an URI to the image:
shareIntent.putExtra(Intent.EXTRA_STREAM, uriToImage);
But is it somehow…

principal-ideal-domain
- 3,998
- 8
- 36
- 73
0
votes
2 answers
How can I set the name of application diffrent at the time of "Launcher" and "share via"
I want to know the way to set the application name different at the time of launcher and at the time of browser sharing list by share .
I know sharing functionality takes place by intent filter, but I am not able to set the name different.
I want…

kirti Hudda
- 304
- 3
- 17
0
votes
1 answer
Unable to share data by mail with windows 8.1 charm bar
I'm currently testing some code exemple provided by microsoft on msdn to check how sharing content from application with the mail application in the charm bar.
The code that microsoft gives you looks like this :
private void RegisterForShare()
{
…

3wic
- 500
- 6
- 22
0
votes
0 answers
Google Cloud Messaging for synchronizing folder
I'm trying to develop an App whose purpose is to share files in my smartphone with some friends, kind of Dropbox. I have a FileObserver watching a directory and when any change is applyed to one of its files, the App should read and do some stuff…

Fernando
- 751
- 2
- 13
- 27
0
votes
1 answer
Sharing Files in Android with some partners using Dropbox
this is the first time I'm taking a look at the Dropbox API so I'm afraid I kinda don't understand much.
My purpose is to develop an App in which I place some files into a directory so as to be automatically uploaded to the server and synced in…

Fernando
- 751
- 2
- 13
- 27