Deploy an app to phone [closed] - vb.net

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 wanted to test a calculator program I built in vb.net on my phone. I wanted to see if mouse click was the same as a touchscreen. So with my calculator, I have the executable files from the build folder, but how do you get it on your phone?

You can't run an application created with VB.NET on a phone running Android. If you like Visual Basic 6 there is a language called B4A (formerly known as Basic4Android). It is eerily similar to VB6 (although you will have to learn some phone specific things) and allows you to write Basic code and create it into an Android app. It has a fairly active community around it for such a niche product. You can find more info here: https://www.b4x.com/

Phones do not run desktop applications. For the most part the CPUs are different architectures (x86/Intel on desktop, and ARM on mobile devices), and the operating systems are not the same as well.
That said, you have some options.
Xamarin is a commercial (paid) development tool kit for cross architecture/OS development.
For Windows Phone only: there's the new UWP (Universal Windows Platform) that will net you develop apps to run on Windows Phone and Windows desktop.
As of this moment in time you can not deploy a Windows desktop Console App or WinForms app to a phone.

Related

How can i Test my Apps on real devices? [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 have developed app and i want test my app on real devices.
is there any tool to do both manual and automation testing for my app?
Dear Your requirement is not too clear for me But manually you have to use install app on multiple devices and test it, There are different websites which provide mobiles online to test application some are free and some have premium accounts
pCloudy
bitbar
Experitest etc..
For automation you have to use tools like:
Appium for Android and IOS
Robotium for Android
MonkeyTalk
Selendroid for Android

How to develop Asp.Net application for Ubuntu using vs 2015 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am a windows user and I have a requirement to develop an asp.net application which should run on both windows and Ubuntu servers.
I tried this installing Ubuntu on VM workstation player and downloading Mono, DNX, DNVM and visual studio code. But this is very hard for me since I am familiar with neither Ubuntu nor VS Code.
Is there any method to develop cross platform applications using VS 2015 on windows environment and build packages for other platforms such as Linux, OS X ?
Moreover I would like to know which web server is the most suitable for run .Net application on Ubuntu.
There are a few ways to do this depending on your needs and the context. It is possible to develop using VS2015 on Windows and to deploy to Apache 2 with mod_mono (best option imho) or possibly to Mono XSP4 (this web server has some limitations) or if you're game for a challenge you could use kestrel and dnx. You should also be able to open and continue developing your existing VS2015 project on Linux using MonoDevelop, which may make your life easier for debugging. In either scenario I would recommend that you give yourself the time and opportunity to familiarise with Apache, Linux etc. as you go. Happy to help further but I'm not sure quite what your context is...

Can all Windows Store apps run on Windows 8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I can't find a clear answer on this question. I'm working on a study for a client who has Windows 8 Pro devices and needs a specific application. We've found which is flagged as a "Windows RT" app. How do I know if it can run on Windows 8 Pro ?
Windows store apps know what platforms they run on. Windows RT is the OS made to run on ARM processors, while x86 and x64 are your normal desktop and laptop computers. The app developer chooses which platforms are supported so its possible the app only works on ARM although I'd be a bit surprised.
If you are able to see an app in your systems app store that it means the system fulfills required criteria for the app. So the app will be install-able.

Which platform/programming language to chose for a server application that synchronizes with air clients [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
This is my setup:
Around 60 pc's running an air client application, connected to (w)lan
1 pc that acts as a server, also connected to (w)lan
Scenario:
Whenever a change is made on the server (database and/or file change) this change needs to be synced to all air clients. (The server contacts all connected air clients one by one, to initiate the sync process)
Which platform?
The server application should be cross platform and easily installable, so my client can install the server app without any guidance (using install wizard preferably).
What comes to my mind is using a Java application for the server because I don't think an air application is suitable in this situation..(real threading, lack of dbms drivers, etc.).
What platform/language would be most suitable to communicate and exchange data with connected air clients in a local network?
This is my priority list: Cross-platform > easy install > well documented/big community > implemented quickly
Btw: initial sync would take about 0,5 GB to transfer, and an update afterwards about 10 MB.
Air and Java(backend code)
Cross-platform Yes
easy install Yes
well documented/big community Yes
implemented quickly Yes

Web hosting for Mono? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I see a lot of linux-based PHP hosting solutions in the $5/month range. Does anybody know of one in that range that uses/can use Mono? I've written some C# code I want to use, but want to avoid ASP.NET.
I don't know why no one said this. But if you are developing a website using mono and c#, you are using asp.net... just a linux implementation of it.
I've found another free host
http://www.heliohost.org/
It explicitly states that it uses mono.
Mono Project Web Hosting should do:
The Mono Project (a.k.a. mod_mono) is an open-source .NET Framework emulation tool for Linux sponsored by Novell. Through Mono, we have assembled a simple and easy-to-use web hosting platform which bridges the gap which previously existed between Windows and Linux hosting providers. What was once properietary Microsoft technology has been made available to the open-source developer community, and supplied right here with our premium Linux hosting service.