Posts Tagged ‘IPad’
Sunday, October 30th, 2011
Introduction
This article is targeted at individuals or companies looking to build a new mobile or Web application. It is a guide to help you move from a great idea to a great application. Oh, and it is short.
Let’s begin by imagining a house. Your dream house. The home you’ve always wanted to build. At the moment the layout, design, color etc. are in your head. New ideas are continually being added to this mental picture you are forming. You’d like to make this dream reality. But how? You look for professional help; maybe a builder, an architect.
Imagine you call this professional. You start the conversation as follows:
“Hello. My name is Joe. I want to build my dream house. It will need to have 4 bedrooms and a kitchen. How much will that cost to build?”
How do you imagine the builder, or architect will respond?
This is a silly example, which has little relation to software development, I hear you saying. Right? Wrong!
Software development is just like house building. You would be surprised how often we field calls similar to the above.
“We would like an application which does X. How much will that cost to build?”
If you are serious about making a dream reality. You need to start with something tangible. Mental pictures are only useful to you. Once you start involving others you need to transfer your thoughts.
Don’t get us wrong; cost at some point will be an important consideration. Cost will determine what is and isn’t possible. Cost may force changes to some of your ideas. Cost will determine who you choose to do the work. But starting with cost without providing a well thought out, and clearly laid out picture of your thoughts. Will leave your dream just that, a dream!
Mobile Application Development Brainstorming
Let’s start with brainstorming. This is the process of transferring ideas to paper; often many crumpled pieces of paper. Sure there are tools out there to create mind maps. We are old fashioned. Put everybody in a room, grab some paper or a white board and start scribbling. It’s amazing what you can come up with. Figure 1 below are the initial roughs for a mobile app we recently worked on. It shows roughs for an IPad and IPhone version of the same app.
Figure 1: Mobile Application Roughs
These scribbles can be as detailed as you would like. But they are a huge step forward. You’ve transferred thoughts to something tangible. A format others can understand.
Mobile Application Flow
Ok, so we have our initial picture(s) of what the application will be. Let’s formalize things a little. Provide an idea of application flow. Figure 1 includes some simple flow; if I click button X it takes the user to screen 2 which shows content A. Get it?
Mobile Application Development Professionals
So now is it time to turn to a professional? Definitely maybe. If you are comfortable that you have all the application pieces in place, in a format which is understandable to a stranger. Definitely. Remember, pictures work better than words. Always. The words simply support the pictures.
Planning and design are two crucial parts of the application development process. But these are only relevant once you have decided on who will help architect and build the application.
You will find that the professionals you choose to show your application roughs will have questions. Good roughs will help others understand what you are trying to do.
Mobile Application Development Estimates
With a good understanding of what you are trying to build. A software development company can start thinking about some of the technical challenges. This then leads to time estimates for developing the application. Ultimately to the magic number. Estimated cost.
Here is a dirty secret. Developers often take their initial time estimate based on the roughs we have described above. Double it. Then add 10%. What ….because they are greedy?
Estimation is a very inexact science. A developer will always try to overestimate rather than underestimate. Think about it. What would you prefer, a developer saying:
“Great news. We finished the work for less than you expected to pay.”
or
“The work will take longer than expected. That will cost you more money.”
Mobile Application Development – Making Changes
So you find the perfect company to do the work, at the right price. You start moving forward. Then change what you want. Maybe you forgot something, or, have new ideas. Does that change the cost? Quite possibly. By how much? Ask the question. It is surprising how often people make changes to applications, without considering cost implications.
Mobile Application Development & Successful Outcomes
The best applications in the mobile and Web markets are those which start with a great idea. An idea which is transferred to an understandable format and shared. Discussed. Changed. A great development company found to do the work. At the right price. Planning, design, feedback, changes occur iteratively. Your dream becomes reality.
The End (or just the beginning)
WebMapSolutions are mobile application developers. The company specialises in building locations based services (LBS), GIS and mapping applications. If you are looking to build a mobile solution, or just need a better understanding of the mobile sector, contact: rory@webmapsolutions.com
Tags: Android, arcgis, ESRI, IPad, iphone, mobile, mobile application cost, mobile application planning, mobile GIS, phone, tablets, Utah mobile application developers No Comments »
Sunday, October 23rd, 2011
You might be wondering how you access GIS layers when your mobile has no Wi-FI access. Well wait no more, the solution is at hand. The demo below shows ArcGIS being used offline. Before you open source folk get upset, this solution could also be applied to a Geoserver/Openlayers/OpenScales solution. The app shows storage of base map tiles and a shapefile on the actual mobile device. In offline mode, we show loading this data. Very cool. Thanks a million to Mansour at ESRI for helping us move this forward. See the application demo in the link below:
Offline Mobile ArcGIS Demo Video
This functionality may at some point be added to our GeoMobile for ArcGIS mobile app. You can get the current free version of the app here.
Tags: Android, arcgis, ESRI, GIS, IOS, IPad, iphone, mobile, mobile application development, no wi-fi, offline, shapefile No Comments »
Friday, October 14th, 2011
Q. We want to build a mobile application. Where should we begin?
Before jumping in, first get a better understanding of mobile. That does not mean trying to understand the intricacies of the technology. But a good general picture of this still confusing mobile world will be a big help in the long term?
Q: I’ve tried surfing the Web to learn more about mobile, but remain confused. Is there a good source I can go to which explains in simple terms mobile and mobile application development?
Many Web mobile articles are too technical. Bu it is worth spending time looking for good introductory articles. Talking to mobile application development companies can also be a good idea. Sales and marketing people may be helpful. Better would be to talk to an actual developer or individual with a technical background. That can be somewhat daunting. But often technical folk can help demystify things. But be warned, steer them clear of technical jargon. Some companies offer free initial consultations. We’ve trained our technical staff to make consultations jargon free. We can certainly answer your questions. But don’t stop with us, talk to others. Build your knowledge base, so you have a clear understanding of all your options.
Q: Ok, I’ve spoken to a number of companies, and have a good idea of the mobile landscape. I understand I have the option of a mobile Web application or an installed mobile application. Tell us more?
A mobile Web application is like any Web application you can access from your PC. It is just optimized for mobile. When I say optimized I mean it has a simpler design (mobile screens are smaller) and built for finger interaction (as against mouse). Most people are looking for cross platform mobile Web apps, or an application which runs on all mobile browsers. That means in terms of development choices Flash, Flex, Silverlight are out. HTML5/Javascript is best choice.
Installed applications are those downloaded from the Apple App Store and Android Market. To have an application built you have two options; a native app or hybird. So for Apple a native app would be written in Objective C. Will that same app run on an Android device. Yes but only if you write it in a different language. Step up hybrid apps. These you write once and deploy to all devices. Application written in Adobe mobile AIR are hybrid. Are there advantages one over the other? Some, but maybe not enough to incur the cost of multiple native apps.
Q. Which is better an installed or mobile Web application?
That depends (you knew I would say that). Web apps are easier to distribute, just provide a URL and bingo. Write the mobile web app in HTML5/javascript and you have a cross platform solution. But try to store an image taken with a camera, and you are out of luck. Hybrid apps are available through an app store. You can charge for every download. Reaching deeper into the guts of the device, to store data in a local database is easy. Just a few examples of strenths and weaknesses. Everything depends on the apps functionality and the business model you might have in place.
Q. Can you convert a mobile (Javascript) Web application to an installed app?
Yes you can use PhoneGap. Now owned by Adobe who have promised to keep it open source.
Q: Your company specialize in building location focused mobile applications, does that mean you build mapping applications?
Certainly maps are a part of what we do. But our real focus is location. Answering questions like what or who is near me.
On the mapping side we’ve partnered with MapQuest to provide cross platform routing, traffic and local search mobile capabilities. We also work closely with ESRI to provide mobile GIS solutions using their ArcGIS product. In fact we have just launched GeoMobile for ArcGIS, a free mobile ArcGIS viewer.
But we define ourselves by location. Mobile devices have on-board GPS, so at any time the device can report where it is. That means an application running on the devices can reach out to Foursquare, Yelp or any other social networking company which shares their data. Passing current location to these provider will allow a mobile application to list data they can provide; people nearby, Mexican restaurants within 5 miles etc. We have been very involved with building apps focused on data collection by location. Field workers on site often need to collect data and link that to the collection point, surveyors, field repair crews, field technicians to name a few. Storing this data in a central computer extremely valuable and very efficient.
Q: Mobiles are still relatively new, mobile application development is both complicated and expensive. We will hold off on developing mobile apps, do you think we are being sensible?
Don’t be scared of mobile. For development the smoke is clearing. New developments by Adobe and HTML5 have helped provide less complex, simpler solutions. Mobile may well be the future of networked computing. Be careful not to be left behind.
Q. How much will a mobile application cost me to build?
Ah, the question we all want answered. Mobile app development continues to come at a cost premium. This will change with time. Depending on where you are, expect to pay in excess of $100 hr. Remember the old adage “if you pay peanuts you will get monkeys”. Hiring top development companies is what you should targeting. They don’t need to be big, but need strength and depth of experience and skills.
The development process usually looks like this:
- Initial consultation – idea sharing
- Planning – wireframe and architecture design
- Design – application look and feel
- Coding – let the nerds at it
- Testing
- Delivery
Q. How can we reach you?
You can reach us on 801-733-0723 or email rory@webmapsolutions.com
Tags: Android, arcgis, check-in, ESRI, IPad, iphone, LBS, location, location based services, MapQuest, mobile application development No Comments »
Monday, October 10th, 2011
There are increasingly more ArcGIS apps in the various app stores. ESRI have their ArcGIS Mobile viewer in the Apple store. This renders data published to ArcGISOnline. A number of nice tools have been included in the app to allow data interaction. It is available here:
ESRI ArcGIS Mobile Viewer in Apple Store
Our company have also just released a cross platform ArcGIS mobile map viewer to the Apple, Android and BlackBerry app stores. Based on the popular Web based ESRI Flex ArcGIS viewer, it was released as a free download.
We have just updated this initial version. A key addition to this new version is the ability of users to host their own configuration file, which controls the layers loaded by the viewer. Users can now add their own ArcGIS Dynamic, Tiled and Feature layers to the viewer.
Here is a full list of changes:
1. Application now reads a config file, hosted on any Web server, allowing users to add multiple layers.
2. Routing Widget added.
3. Query Widget added.
4. Minimize button added to all widgets.
5. Viewer can now load Feature Layers.
6. Fix for Geocoder Widget.
7. Fixes for Measure Widget.
8. Fixes for Layer Widget
The following video shows a demo of the new version running on the IPad:
GeoMobile for ArcGIS Demo
The app is a free download. At present it is the only cross platform custom ArcGIS viewer in any of the app stores. This new release is available in the Apple and Android stores from these links:
Free Mobile ArcGIS Viewer in Apple Store
Free Mobile ArcGIS Viewer in Android Market
The viewer should give users a feel for the possibilities presented by ArcGIS on mobile devices. The reason for releasing this as a free app is to encourage user feedback; general reactions, things that work well or badly, what else users would like to see.
Let me know your thoughts on these applications, and any other cool free mobile GIS apps. rory@webmapsolutions.com.
Tags: adobe AIR, arcgis, cross-platform, ESRI, IPad, mobile No Comments »
Thursday, September 22nd, 2011
As a company, we sometimes wonder who are our competition. Fundamentally we build mobile location based solutions, both mobile GIS and location based services. Turning to Google I tried some searches. A number of variation on a theme so; mobile gis application developers, geo-spatial mobile developers, mobile location based application developers, mobile location services, location cross platform mobile development. To my amazement the searches came back with very few companies. Very strange. It seems an obvious fit; mobile applications which take advantage of, and utilize mobile data.
Is geo-spatial or location based mobile application development just a niche? Maybe most application development companies are focused on general mobile app development? Perhaps its because mobile is so new, that both clients and software development companies are still trying to fit mobile into their overall plan.
Mobile Location Services
The mobile location sector is very fragmented at the moment. On one side we have ESRI, the worlds biggest GIS company. They were slow in entering the Web, they are moving quicker with mobile, but their world remains GIS focused. And that is a niche no doubt. They have yet to broaden their appeal beyond their core, mostly public, GIS community.
Figure 1: ESRI ArcGIS running on the IPad
The location based sector is more dynamic. Its somewhat a bubble at the minute, with tonnes of VC money pouring into some frankly daft ideas. But there are some gems within that world. Like the dot com boom and bust, many will fall but some real innovation will come from this sector. There are huge opportunities to build location based applications, classed as location based services (LBS), to use in marketing, advertising and beyond on mobile devices. At present this sector is narrowly focused on consumers. Broadening solutions to the enterprise offers mouth watering possibilities. Figure 2 below shows a mobile check-in and data collection application which allows field service techs, surveyors, water utility workers, indeed any workers in the field to utilize mobile in their daily work routines.
MapQuest have an interesting offering. They were one of the the earliest companies to put maps on the Web. Initially focused on routing/directions, and traffic, they have broadened their offering to to include local search, marker and map overlays. In October they announce their Flash mobile API release. This is a big deal. More about Flash in a minute. But the MapQuest offering is in many ways made for mobile. Imagine being able to access routing and up to date traffic information while on the road. Look ahead and see accidents on your route and avoid them. Conduct local searches; find venues near you. Overlay KML and GeoRSS markers on the map to see points of interest (POI). Tonnes of possibilities.
Figure 2: MapQuest Enterprise Check-In and Data Collection App
Location Based Cross Platform Mobile Development
Objective C has become one of the most in demand programming languages. This relates to the popularity of Apple mobile devices. Most of the apps in the Apple App Store are written in Objective C. Successful mobile application development shops are filled with Objective C developers. But the game is changing. Android, and other mobile platforms are becoming increasingly more popular. Where does that leave your beautiful Objective C application? Only running on Apple products that’s where! You’ll need to rewrite it for Android, BlackBerry, Windows!
Now, thankfully there are cross platform solutions. Two of the most notable are Adobe AIR and PhoneGap. With AIR you can take your existing Flex or Flash apps and convert it to a mobile applications. Or build your AIR mobile app from scratch. But, most importantly, run the app on all mobile platforms. With PhoneGap take your Javascript application and do the same. That is one code base, which runs across mobile platforms. Simple.
Geo-Spatial Cross Platform Mobile Development
We have digressed slightly from our original topic. The future of mobile is very interesting, and filled with opportunities. Location will be at the core of many, if not most mobile applications. One day it might be pointless for companies such as us to target location based cross platform application development. But at the minute it seems to make tonnes of sense. Mobiles devices are computers with ever changing locations. Taking advantage of location to provide dynamic data – traffic ahead, what or who is near me, analysis by current location – has endless possibilities. Cross platform too. Who has the money or time to build multiple versions of the same application to run across each mobile platform? Build it once and deploy it to all would seem to be the future.
We might be wrong. But we are going to stay focused on cross platform location based mobile application solutions.
Tags: adobe AIR, Android, arcgis, IPad, location mobile applications, location software, mobile, mobile application developers, mobile location services, PhoneGap, Utah mobile application developers, Utah mobile software developers No Comments »
Saturday, August 27th, 2011
We’ve discussed in other posts some of the the challenges of building mobile application. The biggest client requirement for all apps is that they run across multiple platform; so IPad/IPhone, Android, BlackBerry etc. Historically this required either a Web based solution written in HTML5/Javascript or multiple code bases for installed apps; Objective C for Apple, Java .. the list goes on.
New developer tools releases by Adobe have made building cross platform solutions considerably easier, and potentially cheaper. Now it is possible to build one application which can be installed and run on many platforms. Just to prove the point, we built an ArcGIS application and installed it on multiple devices. The following link shows videos of the same AIR app running on the IPad, Android and BlackBerry PlayBook. So one code base running on multiple platforms:
ArcGIS running on IPad, Android and BlackBerry PlayBook
These are exciting developments. The appeal of mobile devices is considerable. Now we can more easily build cross-platform mobile applications, we can start launching new location based tools, available to all mobile users. And built at a reasonable cost.
Tags: Android, arcgis, cross-platform, IPad, iphone, mobile application development No Comments »
|