Is it professional to use jquery mobile for an iPhone app [closed] - ios

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a question, I was wondering if it is professional to use jQuery mobile for a iPhone app? I mean, i just needed to create photo galleries and i used jQuery mobile, and then created a webview for it.
Is it OK to create an iPhone app this way? Or is it not professional? Thanks!

Everyone will have an opinion about whether it is professional or not... it all depends on how you deliver your final product.
If your app looks polished, performs well and adheres to the HIG guidelines, then yes, it could be acceptable.
If you however throw something together which looks bad, performs poorly and doesn't function, then don't bother. You'd likely not make it past the approval process.
Take a look at: http://www.jqmgallery.com/. Lots of people have used jQuery Mobile to produce really slick looking apps.

Ask the basic questions -
Can I maintain it easily
Can someone else maintain it easily
Does it work with my SCM
Does it meet the requirements - fast enough, no crashing, etc.
It's professional, as long as you use best practices, and write decent scripts.

Related

add Analytics tool in the ios application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to add Analytics tool in my iPhone application. I have found Google Analytics, Asking Point and Flurry.
Now which is the best analytics tool form them and why ? or is there any other tool available ?
I use flurry, they have a great platform and very easy to integrate. Flurry also seems more focused on mobile. Most people use flurry, but I think some are starting to switch to google analytics, although i have' t personally used them, however their focus isn't just mobile, but they are great at dealing with web pages.
Flurry can let you track any event. A downside would be the reporting time, sometimes it can be hours, and as far as downloads it seems to update everyday.
I would use both for a few weeks and see which one you like better. It will probably come down to your preference.

when is it most appropriate to use a micro framework? (instead of something like rails, django or catalyst) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have spent some time familiarizing myself with
rails (ruby),
django...and other things like zope and pylons/pyramid (python),
catalyst (perl)
but often find myself wanting to use
sinatra (ruby)
bottle...or flask...(python)
dancer...(perl)
I'm not entirely sure...when I'm about to start a new project, which I should use.
What should be the deciding factor that makes me switch from a micro framework to something more substantial. Is it just when I would otherwise have too much SQL to write? I think not, because if that were the case I could just use an ORM library/module.
My main issue is a fear of choosing something that other developers would not understand if someone else needed to fix the site at a later point in time. Still I am still not sure what should inform my opinion.
With miсro frameworks you have more freedom in the use of libraries, you can add what you think is right. In large frameworks such as Django and etc already much that is "screwed" and there are certain rules and best practices how best to write certain things.

What are good ways to learn how to make better looking iPhone applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
So I have built an iPhone application using built in SDK controls, just wondering how I could make better looking applications like the ones displayed on http://pttrns.com/
Directions to books or tutorials would be grateful as well as any tips.
Take a look at Scoutzie. It's a website for finding mobile designers and design ideas.
Learn the art of graphics design, build your image assets, and stich them onto your views. You can do this a plethora of ways, not the least of which is custom drawing, image views, pattern colours... Alternatively, you can hire a designer like most of us do. :)
Point is, good iPhone interfaces are usually skinned by designers, or developers with design experience.
Look at good apps and try to recreate the experience. When the UI Layout etc is good, there really is not much left thanlearn how to create sophisticated animations and learn photoshop!
In addition, apple has several guides in the UI topic. Look around in the dev center, there is much to discover!

What is a good framework for creating interactive books on the iPad? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!
If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.
cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.

does a good swf to exe wrapper open source exists? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I think the best part of flash is the possibility to create not squared user interfaces, so I like the idea to create desktop apps using flash. I know AIR is for that but it doesn't allow real access to OperatingSystem apis and dlls and the commercial options are kind of difficult to customize.
You can try ScreenweaverHX:
http://haxe.org/com/libs/swhx
It's the Haxe-based successor of the old Screenweaver. However, it's not as simple as the old version used to be. Most likely you need to take a look to the basics of Haxe and Neko, the 2 technologies it's based on.
There's another project on top of SWHX that it's called HippoHX. It aims to "complete" SWHX providing that extra functionality you might miss (simple ActionScript APIs and a GUI). However, it's in its early stages:
http://hippohx.com
DISCLAIMER: I'm the owner of HippoHX, so my point is obviously biased.
As far as I know SWHX is the only Open Source alternative at this point.
Try flajector. it's powerfull converter from flash to exe. You can to develop your application using AIR. And then you can convert it into desktop application .exe

Resources