comparison jquery mobile kendo sencha jqtouch - jquery-mobile

i am new in all mobile app thinks i want to find a library for graphs witch it will play in all types of mobiles(ios, android,windows phone etc).I am searching but there are so many and i confused.jquery mobile,kendo,sencha,jqtouch,web 2.0, dhtmlx and so many other. I want my app play in all mobiles, do anyone known the best library. I already have used the libraries i mention before but if there is something else to test and see please tell me.
this is some of the links i saw until now:
http://docs.dhtmlx.com
http://web20boom.com/web/touch.php
I will use phonegap. Please anything it would be very useful.
Maybe my question wasn't very clear and i am sorry for that. I want a JavaScript library for building HTML5-based mobile web apps.I want to make all the beauties in my app (buttons, panel and etc.) I don't want to make graphs i want a library which i can used to make carousels,accordions and other simple and little more difficult thinks.But until now all the libs i saw it doesn't work well in all the phones.Thats why i am asking if there is a library who plays well everywhere.But thanks a lot for your answer.
For example i want a lib like jquery mobile but i want to play well in ios and android phones at least.If anyone know any lib please help.

Not sure if any of these fit your needs:
http://www.sencha.com/products/touch/charts
http://www.zingchart.com/
http://code.google.com/apis/chart/
http://code.google.com/p/flot/
http://www.highcharts.com/
http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
http://mbostock.github.com/protovis/
http://www.jqplot.com/
Related:
Framework with charts for mobile web application

Related

Open other applications with their Deeplinks in Swift

I am learning to have deep links in my application.
I would like to have my users link their social media, blog, or other site in my application.
But, it should attempt to open a link by detecting the site and attempt to open that site's application (at least for mainstream social media etc).
I was attempting to use https://github.com/BranchMetrics/Roots-iOS but their own demo does not even work it seems and I could not get my application to work(I am also using swift so I am not used to reading Obj-C too much).
Does anyone know how to do this?
Although it is not quite what i needed, the library https://github.com/SwiftKitz/Appz is pretty close.
It launches to an external application, with a web fall back. It is also pretty easy to add code to pass a url and detect the base application and parse it out into that applications deeplinking scheme (which was info I didn't have before.)
Sorry for the trouble on this.

Making an RSS news article page look "native" in ios app

I am creating an RSS Reader ios app for work and I have everything that I need except that when the article is loaded it just loads the mobile view just as it would load when viewing on safari. They want it to look more "native" to the app, meaning just the title, photo and then then the articles text in plain underneath.
This is my first attempt at an app and I am using a project that was open free source code. This project uses MWFeedParser integrated into it which, from what i've read, can accomplish what I need to (I think). Can anyone who has done this before or knows how to do it be kind enough to take me through it? I've asked a similar question before but the answers were vague and still left me stuck.
If it helps, I have uploaded the full project on github here:
https://github.com/cpoti24/RSSReader
Please download it if you wish and run it yourself on xcode if that will help out. If you're able to do it and help me learn how, even better.
Thanks!

Embedd HTML5 inside native iOS Application

i am searching for a way to extend my native iOS App (written in Objective-C) with HTML5/CSS/JS
So i could write parts of my App´s Code in HTML like a basic shop or similar where code in HTML already exists.
But i don´t want to destroy the great native like look and feel or make users think they left the app and entered a scaled-down version of Safari or similar. So they won´t even feel they are on external HTML on the net.
I want a HTML page inside my App but with full advantages of device like animations, transitions, preloading, no borders. Maybe even make use of device functions like accessing camera, sound and so on.
How could this be done if possible?
thanks in advance
You could use JavaScriptCore as a bridge between your native app and Javascript logic. You can also use a UIWebView to bridge between your native and web apps using something like this.
You could explore UIWebView https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/
Though offhand I am not sure if it supports everything you are hoping for in terms of animation/etc.
Your choices are:
PhoneGap
Titanium
UIWebView
More on that here:
Comparison between Corona, Phonegap, Titanium

How do I add code in Salesforce 1?

I am a beginner in the Salesforce 1 platform. I started this internship and I am being asked to create a jQuery Mobile app in Salesforce 1. I have learned how to build the app, but I am lost as to how to add code to it. I am a beginner developer being asked to recreate a Mobile app that is more for someone with more experience. I am not going to give up, because I know this is a good learning experience for me. The Salesforce resources have not been helpful to me. Can you help me try to figure out how to get started with this? Do I connect the app to a Salesforce page or is there another developing tool I am missing? Also I cannot add the jQuery Mobile library to be able to get my code to work. How does that app connect to the code? I am confused how the objects and fields relate to the code I write for the app. Help!
Just create a VF page, create a tab and assign the VF page to that tab. The VF page should be "Mobile Ready" i.e. you should check the checkbox when you create the VF page. For jQuery libraries, you have to add them as static resources.
Please let me know in case you need more help.
Yes. the other user is correct. Upload the "min" version of the jQuery as a static resource to invoke jQuery on your Visualforce page.
As for designing mobile apps on the Salesforce platform, you need to know quite a bit:
MVC model in Salesforce
Apex, SOQL, SOSL
Visualforce controllers
Visualforce
HTML and DOM
CSS
JavaScript
Possibly the Mobile SDK for Salesforce
Possibly Canvas for Salesforce
Possibly XML for Flexipages
If you look on developer.salesforce.com, you'll find learning resources for all of these topics. There's even a workbook for you: http://www.salesforce.com/us/developer/docs/salesforce1/salesforce1_guide.pdf.
Google's browser offers a mobile emulator for iOS so that developers can develop on one platform and test on many platforms. Its is difficult to use though, imho. It has quite a learning curve.

Image manipulation in hybrid mobile apps

i'd like to ask if there is possibility to write sth like instagram app but not as native application, just hybrid app (titanium or phonegap with ui frameworks)?
Most of functionality for me is possible to implement, but i wonder about image manipulation.
I have experience in appcelerator titanium and icenium(cordova with kendoui) and my idea is to create app in titanium with webview where i will use some JS manipulation scripts, i've found pixastic.com and CamanJS.com(camanjs is not possible to implement i thing in my situation) so pixastic seems the best.. or any other ideas?
What do you think about performance of this solution? Any experiences about this issue? Any suggestions?
Check out this post right here: Create Instagram-esque filters with javascript? sounds like it could direct you in the right way.

Resources