Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have two machines connected to LAN. One is Windows 7 and the other is Mac/OSX Lion.

Two persons are to use the two machines over single project. Can the hardware & OSes be somehow shared? The main benefit would be to share iOS simulator to the Windows 7 machine.

share|improve this question

closed as off topic by gnat, Jarrod Roberson, Matthieu, Mark Trapp, Ryathal Sep 14 '12 at 19:53

Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

There exists software for remote desktop connections on both Windows and Macintosh computers.

Windows has this feature built in. There are several available for Mac, such as AquaConnect.

For developing an Android application on Mac platform, this should be the same process as it is in Windows (Eclipse and Android SDK are both available for OSX).

share|improve this answer
iRapp is another alternative for serving a remote desktop from a Mac. – hotpaw2 Jun 9 '12 at 23:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.