Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Question for mobile app developers - what development platform do you recommend?

By Andrew Pollack on 02/05/2014 at 02:11 PM EST

I've got a need to build a couple of mobile apps, and I'm looking for platform recommendations. Here are the things that are important to me:

1. I prefer a true, compiled app -- not a wrapper around a web page, and not a PaaS (Platform as a Service)

2. I'd like to develop once and deploy on both Android and IOS, but but that's not a show stopper. The more I can share between the two the better though.

3. I'd like to have built in support for web services -- so that if I drop some WSDL on the development environment, I can quickly be communicating with the back end server.

4. I have a native Java library I'd like to call for some very specialized functionality. If that's not possible, there are alternatives, but it's my preference.

5. A nice user interface drag and drop environment would be helpful.

So, all my mobile developer friends, what's your though on those requirements?


There are  - loading -  comments....

re: Question for mobile app developers - what development platform do you recommend?By Devin Olson on 02/05/2014 at 04:56 PM EST
I don't have an answer for any of these questions, but I am very interested to
read the other answers that will inevitably come in.

I will be watching this space.
re: Question for mobile app developers - what development platform do you recommend?By Tim Tripcony on 02/05/2014 at 05:59 PM EST
1. You'll have to look very closely at the various options to be sure you're
getting what you want. For instance, with Appcelerator Alloy you write your
code once using web technologies (i.e. JavaScript), but it does actually
"pre-process" the code and spit out true native apps. Most other tools that say
they do are really just wrappers around a web app, even if that web app runs
locally on the device. And users can tell the difference, even if they don't
know what the difference is. It just doesn't "feel" as polished.

2. Then, again, Alloy is likely your best bet. In my experience, if you can
have one person (or one team) focusing on each platform, it's actually easier
to give users a truly outstanding experience if you just develop explicitly for
each platform (Objective C for iOS, Java / XML for Android)... the more you're
relying on middleware to handle all the true business logic, the easier it is
to maintain this parallel code stream, because you're just building two UIs for
the same HTTP API. If everything must still function offline, however, then
you're stuck implementing all of the business logic in both platforms, at which
point you're likely better off going with a pre-processor, because then you can
maintain a single codestream and let the tool spit out your platform-specific
apps.

3. Neither iOS nor Android have built-in support for WSDL. Mostly because WSDL
is now viewed by most as outmoded compared to REST. However, a quick Google
search revealed that there are libraries available for both platforms. I
personally haven't used any, because all of the mobile development I've done
thus far has been REST-centric.

4. Obviously on Android this will likely be just drag-and-drop if you're
developing a true native app (drag it to the libs folder of your project and
just start referencing the code it encapsulates). On iOS, of course, you'd
probably have to port the library to Objective C equivalents (if any).
Depending on the intended purpose of the library, you're probably better off
incorporating its functionality into your middleware and then let each device
type tell the server to use that library to do whatever it does. If the intent
of the library is to leverage actual device features (i.e. camera, GPS), then
that's of course not an option, so again you can just use it with Android but
with iOS you'll probably have to port it.

5. Both Xcode and the official Android Development Toolkit have drag-and-drop
GUIs for designing UI layouts. If you go the Sencha Touch route, Sencha
Architect has a very nice GUI for doing layout design. While this would likely
be insufficient for the rest of your needs, check out MIT App Inventor: it's an
entirely web-based drag-and-drop Android IDE. It seems to be intended primarily
for developing extremely simple apps, but it's impressive nonetheless that you
can build the whole thing in a web page and it generates the .apk for you.

Hope that helps. :)
re: Question for mobile app developers - what development platform do you recommend?By Andrew Pollack on 02/05/2014 at 07:42 PM EST
That's very helpful, and sort of confirms for me that in all likelihood I'm
going to have to use the native development tools to get the result I want.
re: Question for mobile app developers - what development platform do you recommend?By Dan Sickles on 02/05/2014 at 09:25 PM EST
I've been using RubyMotion (commercial product) for native iOS development and
it is a real pleasure. You CAN use the XCode gui tools with it but RubyMotion
also allows you to interactively access all objects including UI at runtime
from the command line. Tweak the app while it's running and immediately see the
changes in the simulator (you'll never want to use XCode again, then again no
one wants to use XCode).

If you use Ruboto for Android, you may be able to share platform independent
Ruby libs.

For WSDL...what Tim said.
re: Question for mobile app developers - what development platform do you recommend?By Ren Winkelmeyer on 02/06/2014 at 01:04 AM EST
Tim explained it very well.

I think Appcelerator is a good choice if you want to deploy for multiple
platforms as you "write once, run 'everywhere'". But it adds a new layer to
your app which you can't control. If they've a bug => you've a bug.

Personally I'm a big fan of native coding (prefered iOS/Objective C/XCode). If
you know the language and the tooling you can get on speed on building new apps
very fast. And you have the best control on the code. Nothing generated.

WSDL is not (any longer) common as Tim said. If you can go for REST => go that
way. Otherwise there are plenty of libraries on GitHub which may help.
re: Question for mobile app developers - what development platform do you recommend?By David Marko on 02/06/2014 at 02:50 AM EST
Recently I had opportunity to use the following tool from Telerik. Very nice
and productive. We use hybrid app approach as it help us to keep the same
codebase for Android and iOS. There is a free account plan, so its very easy to
evaluate.

http://www.telerik.com/appbuilder
re: Question for mobile app developers - what development platform do you recommend?By Phil Warner on 02/06/2014 at 04:10 PM EST
Are you considering the deployment options to companies too Andrew? I'd be
interested in people's experiences on managed devices if they have any. Or is
this for the public app stores? Angry DisneyBots?
re: Question for mobile app developers - what development platform do you recommend?By Jason Hook on 02/07/2014 at 10:03 AM EST
I came across this today $59 iOS course. I may try it out.

https://stacksocial.com/sales/the-complete-ios-7-course-learn-xcode-5-objective-
c-by-building-14-ios-7-apps?utm_source=stacksocial&utm_medium=social-twitter&utm
_campaign=ios7apps
re: Question for mobile app developers - what development platform do you recommend?By Jason Hook on 02/10/2014 at 08:12 AM EST
Unfortunately that course now says sold out just when I want to buy it. Carpe
Diem.


Other Recent Stories...

  1. 01/26/2023Better Running VirtualBox or VMWARE Virtual Machines on Windows 10+ Forgive me, Reader, for I have sinned. I has been nearly 3 years since my last blog entry. The truth is, I haven't had much to say that was worthy of more than a basic social media post -- until today. For my current work, I was assigned a new laptop. It's a real powerhouse machine with 14 processor cores and 64 gigs of ram. It should be perfect for running my development environment in a virtual machine, but it wasn't. VirtualBox was barely starting, and no matter how many features I turned off, it could ...... 
  2. 04/04/2020How many Ventilators for the price of those tanks the Pentagon didn't even want?This goes WAY beyond Trump or Obama. This is decades of poor planning and poor use of funds. Certainly it should have been addressed in the Trump, Obama, Bush, Clinton, Bush, and Reagan administrations -- all of which were well aware of the implications of a pandemic. I want a military prepared to help us, not just hurt other people. As an American I expect that with the ridiculous funding of our military might, we are prepared for damn near everything. Not just killing people and breaking things, but ...... 
  3. 01/28/2020Copyright Troll WarningThere's a copyright troll firm that has automated reverse-image searches and goes around looking for any posted images that they can make a quick copyright claim on. This is not quite a scam because it's technically legal, but it's run very much like a scam. This company works with a few "clients" that have vast repositories of copyrighted images. The trolls do a reverse web search on those images looking for hits. When they find one on a site that looks like someone they can scare, they work it like ...... 
  4. 03/26/2019Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server 
  5. 02/05/2019Toro Yard Equipment - Not really a premium brand as far as I am concerned 
  6. 10/08/2018Will you be at the NYC Launch Event for HCL Domino v10 -- Find me! 
  7. 09/04/2018With two big projects on hold, I suddenly find myself very available for new short and long term projects.  
  8. 07/13/2018Who is HCL and why is it a good thing that they are now the ones behind Notes and Domino? 
  9. 03/21/2018Domino Apps on IOS is a Game Changer. Quit holding back. 
  10. 02/15/2018Andrew’s Proposed Gun Laws 
Click here for more articles.....


pen icon Comment Entry
Subject
Your Name
Homepage
*Your Email
* Your email address is required, but not displayed.
 
Your thoughts....
 
Remember Me  

Please wait while your document is saved.