Questions tagged [code-sharing]
100 questions
1
vote
0 answers
'inject() must be called from an injection context' when importing services between Angular and Ionic project
I am trying to create a "simplest possible" mechanism for sharing code between an Angular web project & Ionic/Angular mobile app. I have also been exploring a monorepo approach, but thought I would see if it was possible to simply import modules…

James Y
- 161
- 6
1
vote
2 answers
How to work together on Android Studio using github
So me and my friend are working on an android project together but as it happens whenever he shares his code with me it takes a lot of time downloading gradles(which i already have downloaded.. don't know if its a diff version).
We tried using…

rounak kumar kedia
- 11
- 1
1
vote
2 answers
System.err: Calling js method onCreate failed - System.err: Error: Main entry is missing. App cannot be started. Verify app bootstrap
I had a web application using Angular version 7 and wanted to do code-sharing from NativeScript.
After installing nativescript and the schemantics successfully, I tried to run tns run android --bundle.
The STRANGEST of all is that when I run the…

Kathrine Hanson
- 575
- 2
- 10
- 32
1
vote
1 answer
How to build a xamarin application by specifying the classes
I am creating a Xamarin cross-platform app, I have 2 types of user, for example, a buyer and a seller.
I want to build 2 applications from the same code base by selecting/skipping the classes. There some classes are common for both apps, some…

Remees M Syde
- 2,564
- 1
- 19
- 42
1
vote
1 answer
Google Maps API Key Privacy
I am using Google Maps API v3. I have ran into some issues recently and I would like to share my code with others for debugging purposes, for example on JSfiddle, Codepen etc.
How can I do this without disclosing my API key?
Earlier versions of…

TheOrdinaryGeek
- 2,273
- 5
- 21
- 47
1
vote
1 answer
How to make bit ignore a dependency file?
We have a current ReactJS project and we build a custom grid, input, error handler, etc for it.
now we start a new project and we want to share our components code between projects. we do some research and find bit platform bitsrc.io
so pleasant and…

javad bat
- 4,236
- 6
- 26
- 44
1
vote
0 answers
Best Practises on Archiving/Storing/Sharing Code
Note: I tagged this under R because I am an R user, but the topic of this question is general, so I appreciate any input regardless of programing language.
Hello Everyone,
My company is expanding into a data-science/developer field and will be…

Alokin
- 461
- 1
- 4
- 22
1
vote
2 answers
Suggestion need for Code sharing Onsite Offsite
I am new to a project where developers still share code by sending files by mail.
We are using eclipse and cvs.
Developers from offsite send there code for reveiw to onsite where other developers take files one by one from there mail and replace in…

awsome
- 2,143
- 2
- 23
- 41
1
vote
1 answer
How to share projects effectively between TFS team projects?
I'm looking for suggestions on how best to share VS projects across Team projects in TFS (currently 2013 on-prem, but will soon upgrade to 2017 or VSTS). Our primary use case is for Request/Response models for Web API projects, but we've recently…

Scott Glass
- 67
- 7
1
vote
3 answers
Using one Java source file in two different projects, both under development
I am developing a Spring (Java framework for server-side web-development)web application, which will respond to another client-side Java application(which uses socket communication) by a JSON object. At the same time, I'm working on both server-side…

green-i
- 315
- 2
- 16
1
vote
0 answers
How to source data from a web-based shared code editor in R
I am interested in directly reading (sourcing) R scripts from a multi-user web-based codesharing site. I have not found any sites which store code in a format that is accessible to R (which may very well be due to my ignorance). I have tried a…

user6135514
- 135
- 9
1
vote
1 answer
Proper project organization and architecture for sharing code in Visual Studio/.NET projects
I'm looking for recommendations on how to best share code between multiple Visual Studio projects. I'm struggling with a fundamental topic and trying to get some ideas to get over it.
My solution has:
Several web app projects
Several standalone…

Robert
- 353
- 3
- 14
1
vote
4 answers
Codeigniter Shared Resources - Opinions Wanted
I run multiple websites all running off of a single installation of CodeIgniter on my server (separate application directories and a single system directory). This has been working fabulously and I don't see any reason to change it at this point.
I…

Shane
- 16,779
- 5
- 27
- 46
1
vote
3 answers
What is a good way to maintain common code between C# and Objective-C?
I'm currently in the process of prototyping a few small apps, intended for release on Mac and Windows. Naturally this means Cocoa with Objective-C on the Mac and .NET with C# on Windows. Unfortunately, since these two languages are quite…

Chris
- 556
- 1
- 4
- 18
1
vote
2 answers
Recommended approach to port code using SQL database from WP7.5 to Windows 8?
I have an existing Windows Phone 7.5 app. This app is using local database to store the data on the phone (overview of local db in WP). Because of that, my business models are decorated with attributes to support storage in the SQL tables such as…

japf
- 6,598
- 3
- 33
- 30