I am currently working on a file system application in C# that requires users to login to a Perforce server.
I\'m trying to share an image from my assets folder. My code is: Intent share = n开发者_运维知识库ew Intent(Intent.ACTION_SEND);
I have a problem that sounds stupid but don\'t know why it does not work. I have 2 classes, Directory and Map, and inside the Directory class there is a local String variable that takes the name of th
This question already has answers here: 开发者_如何学编程 Linking a UNC / Network drive on an html page
I\'m writing a program using C++ under Windows that needs to synchronize write ac开发者_StackOverflowcess to a file via a local network. I was thinking to use the following approach:
I am developing an application for Android and which uses Dropbox for organizing the files. I am exploring the Dropbox API but its description and help is limited, as there is no documentation for the
I have a web app that is completely contolled with javascript. This means there is only one request that renders the full page, everything else is json\'ed to be rendered.
is it possible in an iframe applications check if the user share something successfully. may i get the request id if it is successfully shared so if it is shared i want to make the share button\'s vis
I am asked to put a link on a site so a user can Add Outlook 开发者_如何学运维Contact. Any examples of this anywhere?
i am looking for answer for 1 week. I want to create many \"share on facebook\" buttons on 1 page. But they must have different og:image, og:title etc. How can I do th开发者_如何学运维is?