Posts Tagged ‘mobile computing’

Consumer Product Creation

Sunday, August 29th, 2010

If you’re still debating getting the new iPhone SDK, now would be a good time to pass along some of challenges I had while operating on a iphone app. Read this now and you’ll save some headaches when plowing into the SDK.

Don’t plan on reusing much of your prior code. If you’re using a pennant MVC outline, which is most likely if you’re using Cocoa, then most of the use will necessitate major rewriting.

From my view, your models and the usage paradigm that look after them can be reused, devoid of much more work. On the other hand, the multi-touch border precludes the need for your existing snippets and controllers.

As an example, the code I used to download the data from a feed api using NSURLConnection, parse the XML into an NSDictionary and store it in a sorted NSArray was essentially copied and lacking calls from the desktop treatment. The director and view code was all new.

There are some very tight confines on recall running. You’re given in the order of 64 MB of space to work with. And that’s half of what’s allocated. If you go past that, it shuts you down abruptly. That tied with the fact that there isn’t any swap space where unused code can go to rest, makes for some pattern decisions that you haven’t had to consider in the desktop environment. (more…)

Network Cellphone Computers

Thursday, August 26th, 2010

Thanks to handheld computers, people can work while sitting in the back of a taxi. You have to seek out an appropriate place to get mobile broadband. Roaming wireless is probably the most used type of wi-fi which is often free if you know what you are doing. I know; I am aware that there are 3g networks. Sometimes what works in New York City might not have adequate coverage in upstate New York or downtown Amityville.

To make your choice, you can test laptop broadband cards from at least three different providers. This is a way of testing the speed of transmission from each provider and will greatly aid you in making the right choice. This does not preclude getting work done offline on the laptop while in flight, however – you just have to wait until you land to transmit and synchronize your data.
You’d think that one could find a inexpensive source for Wi-Max that provides just enough roaming wireless to cover your main usage. Roaming wireless is a popular way to seek out wifi hotspots. There is just not a lot of information out there on getting Wi-Max implemented.

This is why you may be using wifi and derivatives that everyone using cellphone computing thinks as something to have because they think that people will look at them more. I have noticed an increase in cellphone computing over the last year. What are you going to be doing when Wi-Max rolls out, if ever? We don’t know what we’ll get out of broadband cellphone computing but I’ll let you do your own research on this one. I bought some more 3g networks minutes to test. You should be able to test clear up till release, when Federal rules will require all electronic devices to be registered, but what’s really likely to interfere with electronics? Doesn’t the FCC monopolize frequency bands just so there is no cross talk interference? What were they thinking when 2.4GHz can be used for cordless phones and remote controls? (more…)