As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to make an application in windows phone which gets the content of gallery and wants to add a security on that files that no body can share that file using blue tooth unless my application allows it..
Application will be made in windows phone 8 ?
Please guide me to the tutorial of how to get the gallery into my application and For the moment lock the application with a password means user with password can access the applicaion ?
If you want start develop for Windows Phone i suggest go to:
http://dev.windowsphone.com/en-us/develop
But with photolock it's may be problem because apps can't work in that way in Windows Phone. You can lock photogallery by any app. You may only create own app where you can storage photos
into Isolated Storage and then restrict access to this by some code etc.
More about Isolated Storage you can find and access to files etc there:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402541(v=vs.105).aspx
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Currently debating on using Xamarin for a project, anybody got any ideas on android billing system? ideally on the subscription service. Is it all done through play store?
In-app billing requires sending requests from your app to IInAppBillingService. This requires using an AIDL file to invoke IPC method calls, but it is currently not supported by Mono for Android. However, it is still possible use AIDL in Mono for Android, but need some workarounds. Take a look at this answer.
Also, I heard there are some existing solutions to do in-app billing, check this or this.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Anybody knows a FREE (some free volme, 2-5 GB i mean - continuously, not just the first year like Amazon S3) cloud storage provider which has an API that does NOT use oauth ?
I need that to make regular backups to from a console service (scheduled web-browser and user-input free application).
I have looked at DropBox, Google Drive, SkyDrive and UbuntuOne.
DropBox & Google use oAuth, which I can't use (oAuth is NOT web-browser & user input free).
UbuntuOne's "API" is a horrible mess - simply unusable.
SkyDrive SDK needs Windows. I have my data on a Linux server, and that's not gonna change.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to write a media management Metro app for windows 8 and I want to store all my metadata for the app in a file based database that should only be usable by the app.
Ive already made a similar app for windows 7 and I used Sql Compact for the data but im not sure if sql compact is compatible with win8.
So what should I use for storing data in a Metro app?
I'm using IndexedDB, if you use Metro app javascript, no need third party libraries to accessed it. because Metro app javascrip using the same engine with IE10.
SQLITE is one I'm using with great success. It just exceeded my expectations. Very portable...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I need to build an application that meets the requirements below. It can be a windows client, silverlight client or WPF client.
Screen will show video stream from 2 separate cameras in 2 separate windows
Need to have PVR type functionality that is...
2.1 Show Live Stream
2.2 Pause and playback previous 30 seconds of video
I'm trying to use resources I have that is C# application development however I don't have any experience with video capture.
Any help in terms of Libraries I can look at or the best way to do this.
Thanks
Cronline
Mainly you will need to use DirectShow.
Here are useful links :
Camera Vision - video surveillance on C#
DirectX.Capture Class Library
Capture Live Video from various Video Devices.
C# and VB.NET Webcam Library and Sample
Also sometimes web cams are coming with the SDK, check for it.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing a free application and would like to make some money by embedding advertisements in it. Initially I had planned to embed ads in a webbrowser control (AdSense, Google Ads) but found that this isn't allowed. Does anybody have experience with this?
The program is coded in C# and will run on PCs not windows mobile
(Although I hate these,) one option for you might be to bundle toolbars? For example, InstallShield 2009 allows you to bundle the Yahoo! toolbar with your app's installer. You join the Acresso Value-Added Services program and get paid everytime the toolbar is used.