Kingfish
100 MW
whereswally606: Thanks buddy. Sometimes I feel like... like I'm writing in a dark urban cave (and well, I yam) - so friendly support always helpful 
johnamon, I think we’re back to the issue of porting an application written for desktop to portable device for that to work.
Just to clarify my path:
Happy Friday, KF
johnamon, I think we’re back to the issue of porting an application written for desktop to portable device for that to work.
Just to clarify my path:
- There is python-for-android development. However I do not program in that language, so modifying the source code for a port over is not practical.
- I do know .NET/CSharp quite well. Mono (for Android and for iPhone) can accept applications written for Windows.Forms with some small caveats. I’m writing in WPF because I dislike Windows.Forms, and really – it’s all window dressing anyway (pun intended). I am writing the code with the intension that it can/should/will be code-signed safe; so that you can d/l it from the Marketplace because I don’t know of another trusted route that is so terribly easy to use.
- Adding Bluetooth (BT) code solves two problems: I am writing code that I trust (with fingers crossed) will be able to have a wireless two-way file transfer between my desktop and phone. Natively, Windows doesn’t want to communicate with Android or anyone else except itself; I can respect that: They don’t want to hand the keys over to the competition, though they are also not stopping you from trying – and that’s the way it should be. So… after today I hope to dabble in some BT waters and resolve the issue (as others have before me).
- Once the code works -> we port over to a platform that supports multiple devices: Desktop, smartphone, tablet… Arduino? I don’t know about that well enough to say. But as one engineer to another: Anything is possible :wink:
Happy Friday, KF