Tagged Questions
2
votes
1answer
111 views
Patterns to refactor common code in multi-platform software
I have a Django application and a PyQt application that share a lot of code. A big chunk of the PyQt application are copied verbatim from the Django application's views. As this is a game, I have ...
4
votes
3answers
469 views
Develop for Desktop and mobile use?
I am in the very beginning of developing an app / desktop program. I want it to be cross-platform and possibly also as a tablet version (preferably Android Icecream sandwich).
Note that I need to run ...
0
votes
3answers
618 views
Choice of technology to develop multi-platform application
What I have is business WinForms application written in C#.
What I would like to do is to redesign it to meet multi-platform approach.
I was thinking about architecture involving application server ...
2
votes
1answer
171 views
What could be a reason for cross-platform server applications developer to make his app work in multiple processes?
We consider a server app development - heavily loaded with messing with big data streams. An app will be running on one powerful server. A server app will be developed in form of crossplatform ...