Sencha Touch with PhoneGap and LineaPro SDK - plugins

I am building a sencha touch app integrated with phonegap and I have to implement a barcode scanner.
I bought a LineaPro 4 (an external bar code scanner for ipod 4) and I downloaded the SDK.
Well, can someone explain me if it possible to integrate the SDK with my sencha touch app and suggest me a tutorial?

Related

how to integrate iCal to iphone App?

i am new in iphone application development. I need to integrate iCal to an simple iphone app. is there any API or else to integrate iCal?
Try to take a look to Event Kit framework and Event Kit UI framework but I don't know if it works on iOS version prior iOS 4.

Phonegap on iphone application with SenchaTouch

I am new in phonegap development environment and i want to use Sencha touch for building of my iphone application.Please anybody guide me how will i use sencha touch for building of my iphone app?
I wants steps, how will i use sencha touch with xcode?
James Pearce of Sencha put together a comprehensive tutorial on building an iPhone app with PhoneGap, Sencha Touch, and xcode here.

Questions on Cross platform mobile app development

I have the following queries on using phonegap / Titanium appcelarator for our cross platform mobile development
Currently we want to develop iPhone compatible and android compatible app with single source code using the cross platform mobile SDKs
Can this phoneGap or Titanium appcelarator works with single source code on both the iPhone and Android platforms?
also is there any other platform works as such?
And how these application will be relased with Appstore / Android market place since they have single code base ( source code ).
Any helps would be greatly appreciated.
I have tried out Sencha Touch with PhoneGap and also Titanium.
Sencha touch is pretty easy as it is based on javascript and can be used with android and iphone. The app created with Sencha touch can later be wrapped inside phone gap and submitted to the appstore.
Titanium again uses javascript but they do some processing on it. So the app is native.
They do have some common api's that can be used for both iphone and android. But for some advanced features they have 2 seperate sets of api's for both android and iphone.
So both have some differences. And they are both acceptable in Appstore and android market place.
I have not tried Titanium, but one of my friends is using Corona. He said its support Android and iPhone, and easily port over. You will need at least, adjust the image size, AFAIK, the image size for iphone and androids(various size) are different.
Corona: Write once, build to both iOS and Android.
corona concentrates on games. it uses lua. if you want to build a cross platform application you should first design your application cross platform. android and ios are different os with different style guides.
i have experiences with titanium and it worked fine. but i experienced that a cross platform design is important since the most time of building the app was used for programming the user interface. so invest time in building a good mvc design and ui. after that it worked out easily.
Find answers for you question below.
Can this phoneGap or Titanium appcelarator works with single source code on both the iPhone and Android platforms?
Yes It can definitely work with single code base. in addition to this you can develop universal App that can run in tablet and handheld from single code base
(NOTE: however on some point you have to differentiate between iOS and Android as some of the functionalities are specific to iOS or Android System. Titanium provide constants to check between iOS and android. It also provides constants to differentiate between Tablet and Handheld devices)
also is there any other platform works as such?
Other than Android and iOS titanium provides support for blackberry and mobile web platforms also.
And how these application will be relased with Appstore / Android market place since they have single code base ( source code ).
You can build App for required platform from titanium it self.

BarCode detection in iPhone

I want to implement read/scan bar code in my iPhone application. I would like to know how to implement it into our iPhone app and also some links and example code and apps to check out how it works.
You can use our free app pic2shop as an external barcode scanner (from a web page or from another app). Here is a demo and detailed info: http://www.pic2shop.com/developers.html
It works even on non-autofocus devices (iPad2, iPod Touch, iPhone 3G and many Android phones).

Is there new functions on AS3 for development in the iPhone SDK for Flash?

I'm developing iPhone app in Flash CS5 and I wondering if there is a new function in AS3 for specific applications on the iPhone apps, and wondering too if they are component like iPhone style buttons for flash. Thanks!
http://tv.adobe.com/watch/fitc/introduction-to-iphone-sdk-for-flash-developers/
visit the above url..