- This topic has 175 replies, 17 voices, and was last updated 15 years, 2 months ago by dbapig.
-
AuthorPosts
-
September 9, 2009 at 10:20 AM #455387September 9, 2009 at 10:52 AM #454603sdcellarParticipant
Okay, let’s clarify a few things about emulators, the first of which is any phone that’s worth developing for has an emulator that you can be very productive with. If it doesn’t, you better build one for yourself. (and, btw, flu, a developer capable of such would best fill your needs). An emulator is at least capable of getting you productive for the platform (which is also the question at hand). If you were doing production code, would you want to get things onto a real phone, you bet.
With regard to hardware dependencies, it all depends if you’re writing driver/API code. If you’re developing an app on top of that (which most folks are), you can make a ton of progress with an emulator. And, in many cases, you better be if the hardware implementation doesn’t exist yet. If, instead, you’re the driver/API guy, you still have to consider the emulator, just from a different perspective.
Finally, and this last bit is important, the best developers won’t make poor assumptions based on how things work in an emulated environment. Rather, their assumptions are based on their knowledge and experience with embedded platforms that, while closer to desktops than ever, still have important considerations regarding resource limitations. That is, folks who just might recall what it was like to deal with a megabyte of memory and slow storage mediums are much less likely to embark down a dead end road. This notion doesn’t apply, of course, to things like pixel madness in bad emulators, but does apply to things like, well, reading every damn file on a device when you mean to display information about eight or so (or indexed information is required or whatever). Heck, the bigger mistake people make here is not considering scale in the first place. E.g. it works on the emulator, it works on the phone. It just works like crap when somebody who’s thinking puts 5000 contacts in it.
September 9, 2009 at 10:52 AM #454797sdcellarParticipantOkay, let’s clarify a few things about emulators, the first of which is any phone that’s worth developing for has an emulator that you can be very productive with. If it doesn’t, you better build one for yourself. (and, btw, flu, a developer capable of such would best fill your needs). An emulator is at least capable of getting you productive for the platform (which is also the question at hand). If you were doing production code, would you want to get things onto a real phone, you bet.
With regard to hardware dependencies, it all depends if you’re writing driver/API code. If you’re developing an app on top of that (which most folks are), you can make a ton of progress with an emulator. And, in many cases, you better be if the hardware implementation doesn’t exist yet. If, instead, you’re the driver/API guy, you still have to consider the emulator, just from a different perspective.
Finally, and this last bit is important, the best developers won’t make poor assumptions based on how things work in an emulated environment. Rather, their assumptions are based on their knowledge and experience with embedded platforms that, while closer to desktops than ever, still have important considerations regarding resource limitations. That is, folks who just might recall what it was like to deal with a megabyte of memory and slow storage mediums are much less likely to embark down a dead end road. This notion doesn’t apply, of course, to things like pixel madness in bad emulators, but does apply to things like, well, reading every damn file on a device when you mean to display information about eight or so (or indexed information is required or whatever). Heck, the bigger mistake people make here is not considering scale in the first place. E.g. it works on the emulator, it works on the phone. It just works like crap when somebody who’s thinking puts 5000 contacts in it.
September 9, 2009 at 10:52 AM #455139sdcellarParticipantOkay, let’s clarify a few things about emulators, the first of which is any phone that’s worth developing for has an emulator that you can be very productive with. If it doesn’t, you better build one for yourself. (and, btw, flu, a developer capable of such would best fill your needs). An emulator is at least capable of getting you productive for the platform (which is also the question at hand). If you were doing production code, would you want to get things onto a real phone, you bet.
With regard to hardware dependencies, it all depends if you’re writing driver/API code. If you’re developing an app on top of that (which most folks are), you can make a ton of progress with an emulator. And, in many cases, you better be if the hardware implementation doesn’t exist yet. If, instead, you’re the driver/API guy, you still have to consider the emulator, just from a different perspective.
Finally, and this last bit is important, the best developers won’t make poor assumptions based on how things work in an emulated environment. Rather, their assumptions are based on their knowledge and experience with embedded platforms that, while closer to desktops than ever, still have important considerations regarding resource limitations. That is, folks who just might recall what it was like to deal with a megabyte of memory and slow storage mediums are much less likely to embark down a dead end road. This notion doesn’t apply, of course, to things like pixel madness in bad emulators, but does apply to things like, well, reading every damn file on a device when you mean to display information about eight or so (or indexed information is required or whatever). Heck, the bigger mistake people make here is not considering scale in the first place. E.g. it works on the emulator, it works on the phone. It just works like crap when somebody who’s thinking puts 5000 contacts in it.
September 9, 2009 at 10:52 AM #455211sdcellarParticipantOkay, let’s clarify a few things about emulators, the first of which is any phone that’s worth developing for has an emulator that you can be very productive with. If it doesn’t, you better build one for yourself. (and, btw, flu, a developer capable of such would best fill your needs). An emulator is at least capable of getting you productive for the platform (which is also the question at hand). If you were doing production code, would you want to get things onto a real phone, you bet.
With regard to hardware dependencies, it all depends if you’re writing driver/API code. If you’re developing an app on top of that (which most folks are), you can make a ton of progress with an emulator. And, in many cases, you better be if the hardware implementation doesn’t exist yet. If, instead, you’re the driver/API guy, you still have to consider the emulator, just from a different perspective.
Finally, and this last bit is important, the best developers won’t make poor assumptions based on how things work in an emulated environment. Rather, their assumptions are based on their knowledge and experience with embedded platforms that, while closer to desktops than ever, still have important considerations regarding resource limitations. That is, folks who just might recall what it was like to deal with a megabyte of memory and slow storage mediums are much less likely to embark down a dead end road. This notion doesn’t apply, of course, to things like pixel madness in bad emulators, but does apply to things like, well, reading every damn file on a device when you mean to display information about eight or so (or indexed information is required or whatever). Heck, the bigger mistake people make here is not considering scale in the first place. E.g. it works on the emulator, it works on the phone. It just works like crap when somebody who’s thinking puts 5000 contacts in it.
September 9, 2009 at 10:52 AM #455403sdcellarParticipantOkay, let’s clarify a few things about emulators, the first of which is any phone that’s worth developing for has an emulator that you can be very productive with. If it doesn’t, you better build one for yourself. (and, btw, flu, a developer capable of such would best fill your needs). An emulator is at least capable of getting you productive for the platform (which is also the question at hand). If you were doing production code, would you want to get things onto a real phone, you bet.
With regard to hardware dependencies, it all depends if you’re writing driver/API code. If you’re developing an app on top of that (which most folks are), you can make a ton of progress with an emulator. And, in many cases, you better be if the hardware implementation doesn’t exist yet. If, instead, you’re the driver/API guy, you still have to consider the emulator, just from a different perspective.
Finally, and this last bit is important, the best developers won’t make poor assumptions based on how things work in an emulated environment. Rather, their assumptions are based on their knowledge and experience with embedded platforms that, while closer to desktops than ever, still have important considerations regarding resource limitations. That is, folks who just might recall what it was like to deal with a megabyte of memory and slow storage mediums are much less likely to embark down a dead end road. This notion doesn’t apply, of course, to things like pixel madness in bad emulators, but does apply to things like, well, reading every damn file on a device when you mean to display information about eight or so (or indexed information is required or whatever). Heck, the bigger mistake people make here is not considering scale in the first place. E.g. it works on the emulator, it works on the phone. It just works like crap when somebody who’s thinking puts 5000 contacts in it.
September 9, 2009 at 11:08 AM #454623anParticipantsdcellar, you crack me up, thanks for the good laugh. I guess most of the major OEM phone manufacturers don’t make phones that’s worth developing for.
September 9, 2009 at 11:08 AM #454818anParticipantsdcellar, you crack me up, thanks for the good laugh. I guess most of the major OEM phone manufacturers don’t make phones that’s worth developing for.
September 9, 2009 at 11:08 AM #455159anParticipantsdcellar, you crack me up, thanks for the good laugh. I guess most of the major OEM phone manufacturers don’t make phones that’s worth developing for.
September 9, 2009 at 11:08 AM #455230anParticipantsdcellar, you crack me up, thanks for the good laugh. I guess most of the major OEM phone manufacturers don’t make phones that’s worth developing for.
September 9, 2009 at 11:08 AM #455423anParticipantsdcellar, you crack me up, thanks for the good laugh. I guess most of the major OEM phone manufacturers don’t make phones that’s worth developing for.
September 9, 2009 at 11:55 AM #454633sdcellarParticipantNot apps, my friend, not apps. And that includes the built-in apps as well.
It’ll pay the bills, but the iPhone and Blackberry pretty much ate everybody else’s lunch. Most apps on other phones are just noise. If you’re lucky, you’re working on something that competes with those (Palm Pre comes to mind). If not, you better send your resume over to flu.
September 9, 2009 at 11:55 AM #454828sdcellarParticipantNot apps, my friend, not apps. And that includes the built-in apps as well.
It’ll pay the bills, but the iPhone and Blackberry pretty much ate everybody else’s lunch. Most apps on other phones are just noise. If you’re lucky, you’re working on something that competes with those (Palm Pre comes to mind). If not, you better send your resume over to flu.
September 9, 2009 at 11:55 AM #455169sdcellarParticipantNot apps, my friend, not apps. And that includes the built-in apps as well.
It’ll pay the bills, but the iPhone and Blackberry pretty much ate everybody else’s lunch. Most apps on other phones are just noise. If you’re lucky, you’re working on something that competes with those (Palm Pre comes to mind). If not, you better send your resume over to flu.
September 9, 2009 at 11:55 AM #455240sdcellarParticipantNot apps, my friend, not apps. And that includes the built-in apps as well.
It’ll pay the bills, but the iPhone and Blackberry pretty much ate everybody else’s lunch. Most apps on other phones are just noise. If you’re lucky, you’re working on something that competes with those (Palm Pre comes to mind). If not, you better send your resume over to flu.
-
AuthorPosts
- You must be logged in to reply to this topic.