简体   繁体   English

为Windows或Linux系统开发远程桌面连接android应用

[英]Develop remote desktop connect android app for windows or linux system

I want to develop remote desktop connectn app in android to connect linux or windows system. 我想在android中开发远程桌面连接应用程序以连接linux或Windows系统。 I dont have any idea from where to start proceeding. 我不知道从哪里开始。 provide me some API of plan how can i do this since iam new to android. 为我提供了一些计划的API,因为iam是Android的新手,我该怎么做。 this is my project work in a course. 这是我在一门课程中的项目工作。

I don't know what your experience is with software development as a whole, but you're going to need the computer you plan to remote desktop to to be running a remote connection server such as VNC and then you'll need to create a socket connection to that server from Android and pass messages to the server for the things you want it to do. 我不知道您总体上在软件开发方面的经验,但是您将需要计划要远程桌面运行的计算机运行诸如VNC之类的远程连接服务器,然后您需要创建一个从Android到该服务器的套接字连接,然后将消息传递给该服务器以执行您想要的操作。 Without a library, which I don't know of any, this is going to be a huge undertaking and you might want to consider a smaller project if you have never done anything in Android before. 没有我不知道的库,这将是一项艰巨的任务,如果您以前从未在Android中做过任何事情,那么您可能想考虑一个较小的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android应用程序与台式机上的Windows应用程序连接 - Android app connect with Windows app on my desktop 在云端开发,但通过远程桌面通过USB在本地设备上调试Android应用程序 - Develop in the cloud, but Debug Android App on local device over USB over Remote Desktop 使用手机连接本地机器在远程桌面Android Studio上开发 - Use phone connected to local machine to develop on remote desktop Android Studio 如何与SQL Server连接以开发Android应用程序? - How to connect with sql server to develop android app? Windows 10 Home-开发一个小小的Android App - Windows 10 Home - Develop a little Android App 在我的本地系统(个人 PC - Windows)中连接 Android 模拟器并从远程桌面(Windows)运行 Appium 测试用例 - Connecting Android Emulator in my Local System(Personal PC - Windows) and running the Appium test cases from the Remote Desktop(Windows) 通过远程桌面测试Android应用 - Test Android App over Remote Desktop 同时在Linux和Windows计算机上为Android开发 - Develop for Android on both Linux and Windows machines at the same time 开发远程数据库驱动的android应用的更好方法? - Better way to develop a remote database driven android app? 是否可以开发远程桌面服务器应用程序? - Is it possible to develop a remote desktop server application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM