Send rate and review to app's google play with c# [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I want create a windows application .net or .net framework c# that :
login to google play store as a Clone Google play in windows form c# and download apk
Please advise where to start
A little confused as to how the work steps are.

Related

How to convert my finished app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I would like to know how i can convert finished application created in Universal Windows Platform to Android? Can i convert code ? Or is this doing with any applications? Thank you
There is no automated tool for this. Assuming your UWP app was created with C# and XAML you could look at using Xamarin.Forms to create an app that works on both platforms and is based on your current app.
Sorry, a full guide on how to do this is beyond a simple answer here and out of scope for this site.

How to merge text on image in windows phone app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing an app in which i need to write text on image and save it by coding in windows phone. Is it possible? How?
This is possible in Windows Phone 8. Follow this link but for higher versions you need to look for equivalent APIs.

How to get power usage programmatically in Windows [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on a windows application(C#) to monitor computers. Are there any way to get current power usage in windows ?
This is simply not supported under Windows. MS documents their PowerManagement API
I walked through every subheading, and nowhere can such detail be monitored. If the system is on battery and you poll the %battery remaining (which is not terrible accurate), you would know about as much as is possible through the API

Open Photo Edit Picker from an app on Windows Phone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm working on a Lens app for Windows Phone, and have been trying to find an API for the Photo Edit Picker, but so far I'm unable to find one. From what I'm guessing, there doesn't seem to be a task to open the following screen in Microsoft.Phone.Tasks namespace.
Is there a way to open the Photo Edit Picker list from an app, or is that not supported?

How can I make a desktop video and audio recorder in .NET, using .NET libraries? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I need to make a project for my university. My project is a desktop video and audio recorder in C#... I know that I must use some of the libraries in .NET... But which or how?
It's like Camtasia...
There's at least one article on http://www.codeproject.com that shows how to do this: Capturing the Screen Image in C#

Categories

Resources