Click here to Skip to main content
15,886,664 members

Survey Results

When creating an application for a new platform do you

Survey period: 11 Feb 2013 to 18 Feb 2013

OptionVotes% 
Design and write the application from scratch, tailoring it to the specific capabilities of the patform34035.23
Port an existing application as much as possible, ensuring it works well on the framework27128.08
Port an existing application as-is, keeping as much as possible the same across different platforms14615.13
Use application hosting environments or automated porting tools in the hope of not doing any coding at all222.28
Not even bother. I don't port.16016.58
Other262.69

View optional text answers (35 answers)


 
GeneralYou know you have been here a while Pin
Slacker00715-Feb-13 3:59
professionalSlacker00715-Feb-13 3:59 
GeneralThe core doesn't change and the UI is completly new unless... Pin
AlexCode13-Feb-13 20:16
professionalAlexCode13-Feb-13 20:16 
GeneralSurface and Metro Pin
zsigmond12-Feb-13 7:34
zsigmond12-Feb-13 7:34 
GeneralShould be Multiple Choice Pin
Rob Grainger12-Feb-13 2:32
Rob Grainger12-Feb-13 2:32 
GeneralCListCtrl Pin
Nemanja Trifunovic12-Feb-13 1:37
Nemanja Trifunovic12-Feb-13 1:37 
Generalport as-is, but have some proof-of-concept first Pin
u-li11-Feb-13 22:21
u-li11-Feb-13 22:21 
GeneralConfused by options Pin
Dan Neely11-Feb-13 3:32
Dan Neely11-Feb-13 3:32 
GeneralRe: Confused by options Pin
CDP180211-Feb-13 12:06
CDP180211-Feb-13 12:06 
GeneralGenerational Skip Pin
W Balboos, GHB11-Feb-13 1:39
W Balboos, GHB11-Feb-13 1:39 
GeneralRe: Generational Skip Pin
Rob Grainger12-Feb-13 23:02
Rob Grainger12-Feb-13 23:02 
GeneralRe: Generational Skip Pin
W Balboos, GHB13-Feb-13 0:41
W Balboos, GHB13-Feb-13 0:41 
GeneralDesign and write the application from scratch - still on the higher side Pin
Jibesh10-Feb-13 21:12
professionalJibesh10-Feb-13 21:12 
GeneralRe: Design and write the application from scratch - still on the higher side Pin
imagiro11-Feb-13 0:53
imagiro11-Feb-13 0:53 
GeneralRe: Design and write the application from scratch - still on the higher side Pin
Dan Neely11-Feb-13 3:37
Dan Neely11-Feb-13 3:37 
There's often no choice. If your application is written in .net you more or less have to do a rewrite to put it on Android/iOS devices; even if you use a 3rd party tool to make your C# work on the platform (and on going support for this strikes me as high risk); you still need to create a new UI from scratch due to the difference between touchscreen and keyboard/mouse and (particularly on a phone) screen size.

If your app's written in Java, porting to Windows Metro or iOS you encounter the same thing. (Are cross language compiler tools available for this case?)

Porting a desktop app to the web; need to write a new UI from scratch.

Porting a VB6 app from anything; the code base is probably bad enough that even trying to do an intermediate port to VB6 is a horrible idea.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius


Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Design and write the application from scratch - still on the higher side Pin
Jibesh11-Feb-13 6:47
professionalJibesh11-Feb-13 6:47 
GeneralRe: Design and write the application from scratch - still on the higher side Pin
Nitesh Kejriwal11-Feb-13 7:03
professionalNitesh Kejriwal11-Feb-13 7:03 
GeneralRe: Design and write the application from scratch - still on the higher side Pin
Dan Neely11-Feb-13 7:36
Dan Neely11-Feb-13 7:36 
GeneralRe: Design and write the application from scratch - still on the higher side Pin
PIEBALDconsult11-Feb-13 14:48
mvePIEBALDconsult11-Feb-13 14:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.