Kind Chef mobile app, used Starling and Adobe AIR

Hi everyone,
Recently we were busily working on an idea called "KindChef" which is a system that helps restaurants and we as customers.
We have started a campaign for it on Indiegogo site, which is a crowdfunding site backed by Google as some of you may have heard about it, so that we can find the ones who are interested in the idea and can back us and contribute to it to help us make it happen...
here is the campaign link: http://igg.me/at/kindchef/x/5769968
We have developed a MVP (Minimum viable product) mobile app for it, using Starling and Adobe AIR. But it's not the end product and is not so optimized yet. It's just a sample app to show how the system works, but yet so many other features will be added to it's release version as we have discussed on the campaign page.
We're also going to develop a control panel for restaurants too to manage their restaurant better. we're also going to develop a desktop app for them using Adobe AIR.
Honestly, there are two reasons why I am talking about it here:
1) the  Web developer’s perks, which provides AS3 programmers with many useful designs and OOP code snippets that we have used while developing the project and can help you a lot on your projects.
Also we are giving away all of the Adobe AIR Native Extensions that have been used inside of the project.
2) the second reason is to spread the word. Because sharing a campaign is a really important thing as Indiegogo counts this as a positive point for the campaigns, so if you just share it you have helped us a lot in our way,  or you may also contribute to it
Please visit the link above and find more information about it for yourself.
The most important way that you can help us, is by sharing the campaign link with your friends.
Please feel free to ask any questions about the whole idea and system or the app.
Best,
MyFlashlab team.

http://www.google.com/tv/spotlight-gallery.html

Similar Messages

  • Already paid need mobile app for ps and ai

    already paid need mobile app for ps and ai on ipad

    Hi Cheskatlu
    The touch apps can be used with Creative Cloud but are sold separately, see this page http://www.adobe.com/products/creativecloud/tools-and-services.html
    Are these the apps you were referencing?
    -Dave

  • Dreamweaver CS5.5 Mobile Apps with PHP and MYSQL?

    Hello,
    I don't have Dreamweaver CS5.5 yet and I've been trying to search for information on this but I couldn't find any. I've been learning PHP and been developing with MYSQL with Dreamweaver CS5 but I wanted to know if I can use the same tags and everything if I would to build a Mobile App using the new Dreamweaver CS5.5 (http://tv.adobe.com/watch/cs-55-web-premium-feature-tour-/dreamweaver-cs-55-jquery-mobile- pages/). I overlooked at the video and it seems pretty easy building an app. So is PHP and MYSQL easily integratable? Are there any examples that I might be able to check out?
    Thanks!

    No. PHP is a server-side scripting language that requires a server (or server-like environment) to run.
    An iPhone (or Android) application does not allow for a "built-in" server (which is resource intensive and has scary security implications). You just can't build an application with PHP/MySQL for a mobile device. Instead you can build a web service that your HTML/JavaScript mobile application can then communicate with. This is the only supported way you can use PHP/MySQL in a mobile app. Again: the PHP/MySQL should reside on a server and your HTML/JS mobile app can then communicate with that web service. That's what instapaper and other applications do.
    Frankly, just make a web application that's mobile device friendly and you'll:
    1) Avoid all the messiness of the app stores
    2) Have greater control over what your web app can do (don't have to tow the Apple/Google line)
    3) Have a web app that can work across mulitple mobile devices as well as standard web browsers (i.e. more audience = more $).
    4) Future proof your application (pushing updates to your server and everyone using your web app is updated)
    Otherwise, read-up on Adobe AIR and what it supports and remember, the best apps are written natively for the platform (i.e. want to write an app for an iPhone? Learn Objective-C and use xCode on a Mac. Want to write an app for Motorola Xoom? Learn the Android SDK and use inteliJ).

  • Introduction to PhoneGap Build - Building your first app | Building Mobile Apps with PhoneGap Build | Adobe TV

    In this video you will learn how easy it is to build and update your first mobile app using web technologies with the Adobe PhoneGap Build cloud service and learn about two new great improvements to speed developer workflow!
    http://adobe.ly/18qDiVR

    I just installed the latest Edge Code but there's no PhoneGap build icon as seen in the video.  I don't see any way to turn this feature on.

  • I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate?

    I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate? I keep getting the error message: CodeSign Error: code signing is required...although the app tests fine on the simulator. Does this mean that I need to pay the $99 to create the app or do you only need to pay if you want it published on iTunes?
    Any advice will be gratefully received.

    App Store Resource Center - Apple Developer

  • Flash Builder and Adobe AIR: anybody there?

    Hi,
    I've recently posted quite a few posts reporting very serious bugs of both Flash Builder 4.6 and Adobe AIR especially on mobile platforms, and asking about possible fixes and workarounds.
    I would have expected immediate replies by someone at Adobe showing some interest in such blocker bugs that render Flash Builder completely useless, and developing AIR apps for mobile impossible. But there was no reply at all.
    I wonder, are Flash Builder and Adobe AIR being maintained, or have they been abandoned? Because in the latter case I'd rather know it and stop wasting my time using this platform for development.
    thanks
    m.

    I feel your preoccupations, Matteo. I have them too.
    A few days ago, Gartner issued a document, called - as usual for Gartner - "magic quadrant", related to Mobile App Develpment 2012.
    This document explains the situation of the different vendors so one can make an educated choice about the IDE to use for platform-independent mobile things.
    Adobe is well-positioned in this quadrant. However, Gartner (who have talks with vendors before issueing their reports) only referred to PhoneGap when explaining how Adobe addresses mobile app development.
    This is a shame, because FB is powerful and uses ActionScript (which many of us like).
    I have bought FB last year and had fun with it. I don't think it's going to last for long, if I Adobe doesn't show that HTML5 + CSS aren't the only way to go.

  • Google TV and adobe air

    Hi to all
    I am developing adobe air applications in my company and one of our aims is to be able to run an adobe air application in Google TV. We already have a Google TV device (logitect revue) but we are unable to install adobe air or and adobe air application.
    We have tried with the "captive runtime" feature in order to install our application in the device, but we get the following error:
    E/AndroidRuntime( 2027): FATAL EXCEPTION: main
    E/AndroidRuntime( 2027): java.lang.UnsatisfiedLinkError: nativeSurfaceCreated
    E/AndroidRuntime( 2027):           at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)
    E/AndroidRuntime( 2027):           at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:709)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView.updateWindow(SurfaceView.java:571)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView.access$000(SurfaceView.java:86)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:175)
    E/AndroidRuntime( 2027):           at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)
    E/AndroidRuntime( 2027):           at android.view.ViewRoot.performTraversals(ViewRoot.java:1422)
    E/AndroidRuntime( 2027):           at android.view.ViewRoot.handleMessage(ViewRoot.java:2048)
    E/AndroidRuntime( 2027):           at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 2027):           at android.os.Looper.loop(Looper.java:132)
    E/AndroidRuntime( 2027):           at android.app.ActivityThread.main(ActivityThread.java:4083)
    E/AndroidRuntime( 2027):           at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 2027):           at java.lang.reflect.Method.invoke(Method.java:491)
    E/AndroidRuntime( 2027):           at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
    E/AndroidRuntime( 2027):           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
    E/AndroidRuntime( 2027):           at dalvik.system.NativeStart.main(Native Method)
    W/ActivityManager(  192):   Force finishing activity air.com.cycleit.andago.cfvideoconferencia/.AppEntry
    W/ActivityManager(  192): Activity pause timeout for ActivityRecord{67439df8 air.com.cycleit.andago.cfvideoconferencia/.AppEntry}
    Anyone knows how to install adobe air in google tv or run an adobe air application in this kind of devices? (It doesnt matter if the device is not logitect revue, just a google tv device would be great!)
    thanks a lot

    http://www.google.com/tv/spotlight-gallery.html

  • Does updating Flash Player and Adobe Air solve the Swf.Exploit.CVE_2014_0581 problem?

    My ClamXav found the following attached to an app (JL Edwardian Advent Calendar) on my computer: Swf.Exploit.CVE_2014_0581. I have deleted and reinstalled the app, and I have updated the Flash Player and Adobe Air, but ClamXav continues to mark it as infected. Could this be a false positive? Is it safe to run this app after the updates?

    Added one yesterday:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3560258
    Interestingly air 3.7 on IOS to Desktop air 3.7 will work.
    I am investigating if I can use 3.7 on Android to connect to 3.7 on iOS - so far I cannot get the apk to install on my Galaxy S3, compile using 3.4 and all is good. Air runtime has been updated via Play store - and build uses compiled runtime.
    I cannot get Flash player 11.4 to connect with air 3.7 on iOS either.
    NetGroup.Neighbour.Connect never fires.
    All SDKS above 3.4 upto 3.8 beta exhibit the same problem.
    3.4 works perfectly and can connect to flash player, and other Air/iOS devices just fine.
    Shuld not be a issue with firewalls etc, thay are all open.
    I can email you the fla, it is for a product so I can't post it here.
    Thanks,
    Steve.

  • Adding gameCenter functionality with actionscript3 and Adobe AIR

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

  • CS4 and adobe Air 1.5.1

    Hello I change to Flash player 10.022r and adobe Air 1.5.1
    and my old file work well inside Flash in Desktop mode but when I
    execute de archive swf outside the Filesystem class not work...
    Before the update work well
    and when I compile de air file and install also not work.
    Thanks if any poeple know any thing, stay 2 days with the
    same.

    You need to provide more information.
    Do you install AIR 1.5.1 on your machine? How this has to do
    with CS4?
    What software do you use to generate the AIR file?

  • Where can i find SCUP catalogue for Adobe Shockwaye player and Adobe Air

    Where can i find SCUP catalog for Adobe Shockwave player and Adobe Air.
    i need to upgrade Adobe Air 14.0 and Adobe Shockwave player 12.0.1.
    i want to import catalog through SCUP and then deploy it using SCCM 2012r2

    Why do you want 8?
    You would be better off with 9: http://download.cnet.com/Adobe-Reader/3000-10743_4-10000062.html?tag=mncol
    How much system RAM do you have? I bet if you upgraded your RAM you would not have the performance issues with 9.
    sds drill

  • How to implement OData based BASIC Authentication using HTML, JavaScript for Mobile Apps using Apache Cordova/PhoneGap and datajs-1.1.1.js library

    Hello,
    I have an issue with OData based BASIC authentication for iOS App created using HTML, JavaScript, SAP UI5, OData and Apache Cordova/PhoneGap.
    Please check the post here http://scn.sap.com/thread/3527245
    Request you to kindly reply on the above given link.
    Thanks and Regards,
    Suraj Kumar

    Hello Prathik,
    The code which I am using for OData based BASIC Authentication, for my Mobile App is as below.
       var onSuccess = function(data) {
       alert("We are Through"); //Just to check that the OData request was sucessful
       var onError = function(err) {
       switch(err.response.statusCode) {  
       case 403 : {
       window.alert("Error Code - 403, Service unreachable ");
       break;
       case 401 : {
       window.alert("The credentials are incorrect or missing!");
       break;  
    // dataUserName and dataPassword are the two variables, in which I am storing my Username and Password, respectively.
       var connectionRequest = {
       requestUri: "ODATA SERVICE URL GOES HERE/",
       headers: { Authorization : 'Basic ' + Base64.encode(dataUsername + ":" + dataPassword) },
       method: "POST"
       OData.request( connectionRequest, onSuccess, onError);

  • PDF Editor Mobile Apps for iPad and Chromebook

    I'm looking for a PDF editor mobile app for use on a Chromebook or iPad.  When will this feature be available from Adobe?  Do you have an iterim recommendation based on what is currently available on Google Play and App Store?

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for feature requests

  • How can I create a simple chat function in a mobile app for iOS and Android

    I am wondering how can I create a chat function in my mobile app creating in AIR and Flex. The chat should be similar to the one in WhatsApp.
    Do you know some possible solutions?
    Thank you in advance!

    To enable chat messages, you need a server. The kind of server depends on the application. Do you want to create a chat like application like WhatsApp, where the server pushes messages without an active connection? Or do you have some sort of online game, where chat messages can only be transferred when the client is connected already?
    I have an online game where clients are connected to a Java server at all time. From there it is pretty straight forward:
    2 textfields:
    - 1 line textfield for input messages
    - multi-line textfield for chat history. Make sure the textfields autoscrolls to the bottom when the content changes
    on enter or button push, send a socket message to the server.
    the server broadcasts all messages to all clients that are subscribers of the chat group.

  • Creating a mobile app using Captivate as a base

    Hi All
    I am looking for some advice on a project I have been tasked with.
    I am interested in making a stand alone mobile app. The idea is to create individual courses in Captivate, publish them to HTML5, and then include them in this app. A user may choose which Captivate course to take, click into it, and once completed return to the main app.
    So far I can run the individual courses on the mobile devices using Phonegap.
    My question is, can / should a Captivate project be used as the base for the actual mobile app. It should be able to...
    1) Open other Captivate projects and be returned to once completed. Preferabbly being able to open to a specific slide in the project.
    2) Record the results of the Captivate projects.
    3) Provide a menu interface for selection of these individual courses.
    Has anyone had any experience creating mobile apps with Captivate? Or should I build the actual app in some other way, and just link to the Captivate projects?
    How might I record the results from a Captivate project when I am not using a system which already has the functionality (e.g. Moodle)?
    Thank you for any help and insights you may offer.
    Cheers
    Lewis Carey

    Hi All
    I am looking for some advice on a project I have been tasked with.
    I am interested in making a stand alone mobile app. The idea is to create individual courses in Captivate, publish them to HTML5, and then include them in this app. A user may choose which Captivate course to take, click into it, and once completed return to the main app.
    So far I can run the individual courses on the mobile devices using Phonegap.
    My question is, can / should a Captivate project be used as the base for the actual mobile app. It should be able to...
    1) Open other Captivate projects and be returned to once completed. Preferabbly being able to open to a specific slide in the project.
    2) Record the results of the Captivate projects.
    3) Provide a menu interface for selection of these individual courses.
    Has anyone had any experience creating mobile apps with Captivate? Or should I build the actual app in some other way, and just link to the Captivate projects?
    How might I record the results from a Captivate project when I am not using a system which already has the functionality (e.g. Moodle)?
    Thank you for any help and insights you may offer.
    Cheers
    Lewis Carey

Maybe you are looking for

  • Multiple Selects in a single form

    I have six select boxes and I want them in a single form. Below are the outputs for the select boxes. <cfform action="Resolution_History.cfm?year=#year#&sessiontype=#sessiontype#&btype=res" name="form"> <select name="SRINPUT"> <option value="">SR <CF

  • Report on Sales and delivery

    Hi, I have 3 ODS for sales,delivery,billing. I am trying to create report on these by using InfoSet. i am getting only matched records from all ODS, even if i used leftouter join( i tried with inner join also). Ex : sales item delivery item billing i

  • How can I make a table span multiple pages?

    Hi guys, I really hope someone can help me out. First off I am a indesign novice. I have primarily been using indesign scripting to take other user's indesign documents and generating dynamic previews and PDFS with indesign server 2014 (it's pretty c

  • I have updated to the ios7 and i used the reminders on the old ios to organise everything, now with the update reminders is not doin what its supposed to do......" Remind "

    Any help would be great! , if i could turn back to the old ios somehow? Or when are they going to rectify it to work like it did before? having to manually set a alarm for every reminder is a pain in the asset! Its core task is to remind! Also removi

  • Data collection failing

    LMS 4.1 W2k8 R2 I recently installed 17 stacks of 3560V2 switches at a site and added them to LMS4.1.  What I have found is that data collection is failing for all but the top switch in the stack.  In other workds, in some cabinets I may have 4 switc