Questions tagged [data-sharing]

249 questions
2
votes
2 answers

how do I share configuration data between Javascript, Python, and CSS in my Django app?

I have Javascript, Django templates, Python code, and CSS which all work with the same configuration data. Where's the best place to configure it? Specifically, I have a browser-side entry widget in Javascript which controls an embedded Java app.…
Andrew Dalke
  • 14,889
  • 4
  • 39
  • 54
2
votes
2 answers

What would you switch to using instead of excel in a corporate workplace, when you aren't a programmer by trade?

I have a friend that is working on a company without any real IT people, and they've gone the classical corporate route of stringing things together with Excel macros whenever they need something. I was trying to figure out what alternatives are…
Kit Sunde
  • 35,972
  • 25
  • 125
  • 179
2
votes
2 answers

Android - Use common variable in two app

I've a requirement that for my two signed app with same certificates are installed in android device. If there is any thing change app A, app B should be notify for same and vise-versa. Is it possible to get it done anyways? Thanks
Pankaj
  • 833
  • 12
  • 35
2
votes
3 answers

What is the best way to share database data between multiple sites?

I am running multiple websites and have noticed that many of the tables they rely on are standard stuff that ideally should be centralised: Countries Cities Currencies File extensions (mp3, jpg, png etc) When one updates, I am having to update it…
volume one
  • 6,800
  • 13
  • 67
  • 146
2
votes
3 answers

iOS sharing data between viewcontrollers

I want to share some data (an array of custom objects) from different ViewController, when tab changed. 1 = TabController 2 = ViewController 3 = ViewController 4 = SplitViewController 5 = MapView 6 = ViewController 7 = TableViewController I want…
Flo
  • 1,179
  • 3
  • 15
  • 43
2
votes
0 answers

Android Sync data to webserver

I have lot of data stored in local DB and I would like implement Backup data feature. As of now I have implemented a service with Alarm that runs on particular time everyday but this works sometimes. I am using retrofit to send data to my server.…
2
votes
2 answers

Sharing data files between users in a Universal Windows Platform application

I am about to embark on the development of a line of business application using the Universal Windows Platform (Windows 10). One of the requirements of the application is the synchronisation of data from a server to a local SQLite database; this is…
Martin Robins
  • 6,033
  • 10
  • 58
  • 95
2
votes
1 answer

Share data between two threads in java

What I am looking for is the best solution for sharing data between two different threads. I already wrote my own solution, but I am very interested to listen to someone else's thoughts. The scenario is the following: The main thread launches 2…
wyr0
  • 103
  • 1
  • 13
2
votes
1 answer

How to Implement publish-subscribe mechanishm to provide secure data sharing via WSO2 components

My project is about integration between secure data sharing and policy framework. I decided to use wso2 components for implementation. XACML is a policy framework standart and no more thinking about. (wso2 identity server) I think the policies will…
ebozdag
  • 21
  • 4
2
votes
1 answer

iOS 8 data sharing between users

I'm new to iOS. I need to create a small app that allows registered users to share particular data between them and I'm looking for the best solution. I know I could create a server, which handle user authentication, pushing notifications and…
radley
  • 23
  • 2
2
votes
2 answers

Sharing Data Between iOS devices

I would like to do data sharing(Maybe xml or json file) between 2 iOS devices (iPhone or iPad) and communication would be like "one to many bidirectional" bases at a time. With some experience and from articles , I have found below ways to do…
Nirav Shah
  • 2,064
  • 5
  • 24
  • 34
2
votes
1 answer

Angular - Knockout model sharing

I want to bind Angular model to a Knockout component. It's working - when the Angular model changes the Knockout binding applies. But the problem is in the opposite direction - I want the Angular model to update when the Knockout component changes,…
krulik
  • 976
  • 1
  • 10
  • 31
2
votes
1 answer

how to fetch iOS application documents in pc?

is there any other way to share the iOS application document with PC without using iTunes or iExplorer? I want to sync the iOS application with the PC and fetch all the documents in the document folder.In mac through iTunes it's possible;but in…
Albin Joseph
  • 1,133
  • 15
  • 27
2
votes
2 answers

Sharing default site content across tenants in Orchard

I am developing a feature "X" on OrchardCMS for a multi-tenant environment. I have a set of data which should be seeded into the database against the default tenant and made available for all the tenants with this feature "X" enabled. I do not want…
Ahuman
  • 752
  • 6
  • 18
2
votes
2 answers

Sharing info between multiple iOS apps

By "legally" I meant methods which will be accepted to App Store. I have read this one, but I feel that it could be out-date (a question and most answers are dated back 2008) How to share custom data between iPhone applications? And these provides…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184