Appmobi

0 favourites
  • profMobi - Ah well. Thanks for the response!

  • profMobi - not sure what you mean because Construct 2 games are built completely with the <canvas> tag. I was referring to the fact all DirectCanvas calls have to be made in a separate javascript context and communicated with using strings and eval(). This is a big spanner in the works for our engine since we have render code spread out over a bunch of plugins (including third party ones we don't control) that looks like it all needs changing. Further, Image objects can't be stringified so we'd have to hack all our loader code, and the Images are needed in both contexts so it might end up doubling memory usage which is especially bad for low-memory devices like phones. Finally, stringify and eval() smells kinda hacky! eval() is gonna do javascript syntax parsing on every call which makes it slower than it could be.

    I'm kind of exasperated because we'd love to use it and get the performance gains, but the whole second-context thing makes it a nightmare, and we're working round the clock as it is. Why don't you guys just design it all to work from one context?!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Downloaded appmobi last night as I'm frustrated with phonegap not being able to run sound. Tonight I used it to package up my game for Android and it works well - with sound!!!! Takes maybe 3-5 seconds longer than the phonegap apk to initiate on my Galaxy S2, but once it's up and running it seems to work a bit better. Phonegap wasn't registering some of my touches every now and again if a level had a lot of events; appmobi seems to be picking up all touch inputs.

  • I recently subscribed to the Appmobi news letter.

    Got this today....not sure if its relevant to this topic, but I am posting it.

    -------------------------------------------------------

    jQ.Mobi: At Last, jQuery Rewritten,

    Ground-Up, for iOS and Android

    New community project is optimized for HTML5 mobile, provides

    stellar performance in a tiny footprint

    SAN FRANCISCO - January 16, 2012 - jQ.Mobi (www.jqmobi.com), a new open source mobile development framework makes its public debut today. jQ.Mobi is a mobile-optimized, HTML5 rewrite of the ubiquitous jQuery framework which is used on over 50% of all desktop websites.   jQ.Mobi provides stunning speed improvement (2.5X faster than desktop jQuery), size reduction (only 3K vs. 36K) and code efficiency, with a particular focus on delivering an identically high quality user experience to both iOS and Android devices. Mobile developers can join the community and download the code at jqmobi.com.

    JavaScript frameworks like jQ.Mobi provide common user interface and programming functions, reducing development effort and time. jQ.Mobi includes a query selector engine, a user interface (UI) library, and a collection of plugins. On mobile devices, existing JavaScript UI frameworks like jQuery Mobile, JQTouch and Sencha Touch are all hampered by their roots in desktop Web browsers and HTML 4. Under these legacy UI frameworks, the user experience on Android-based smartphones is particularly poor.   Android devices now represent nearly 50% of the world smartphone market.

    "It's great to finally see a lightweight JS library specifically tailored for smartphone performance and inspired by the popular APIs that made jQuery famous," said Paul Bakaus, Zynga Germany CTO and creator of jQuery UI. "To me, this is the hopeful prediction of the future of jQuery 2.0, today."

    jQ.Mobi was contributed to the open mobile Web community by the developers at appMobi.

    "With jQ.Mobi we've given the mobile development world an HTML5-ready jQuery," said Sam Abadir, appMobi CTO and founder. "The truth is, the single biggest issue facing mobile HTML5 developers is the lack of good user interfaces. There is nothing more critical to the success of mobile HTML5 in general. Apple set the bar high with its Cocoa Touch mobile interface and until now, similar quality UX tools haven't existed for Web-based mobile developers, and that is why we've put this project into play. We've started this project with high expectations, focused around delivering speed, size advantages, and cross platform uniformity, and we look forward to seeing where the open source development community takes it from here."

    Speed

    jQ.Mobi outperforms jQuery by 3X on Android and 2.2X on iOs.The JSPERF.COM test suite enables comparison of raw engine performance by testing the three most common functions: single query selector, create element and append element.

    Tests were performed on various Android and iOS versions revealing that jQ.Mobi outperforms jQuery by 292% on Android and 223% on iOS. Improvement over Zepto was 5.5X on Android and 4X on iOs. Complete details of the tests and results can be viewed at jqmobi.com.

    Size

    The jQ.Mobi engine weighs only 3741 bytes, just 1/10th of jQuery, and less than half of Zepto. Code size is important for user interactivity in mobile because heavier pages take longer to load and to initialize. The full jQ.Mobi library with UI code is also tiny, at just 15K gZipped. By comparison, jQuery Mobile is 62K, and Sencha Touch weighs in at 99K

    .    

    Cross Platform Uniformity

    jQ.Mobi was designed and tested specifically to provide identical experiences to users on both dominant smartphone platforms. Android has been a particular point of failure for desktop frameworks. A short video contrasting common UI functions on both platforms using each of the frameworks is available at jqmobi.com.

    jQ.Mobi is offered free of charge as an open source asset under the MIT X11 license, starting with a short private beta testing period which begins today. appMobi encourages interested developers to stay up to date with jQ.Mobi development by joining the email list at jqmobi.com. The development of jQ.Mobi and maintenance of the JQMOBI.COM site are sponsored by appMobi.

    A bold proponent of the open Web, appMobi's development tools and cloud-based services build on HTML5, CSS and JavaScript, creating a unified, open ecosystem that competes favorably with "walled gardens" offered by Apple and Google. In 2011, the company released several of its core technologies as open source, including its cross platform mobile device API, mobiUs Web browser, and directCanvas HTML5 game acceleration. In December, appMobi was named "Most Promising Tech Company for 2012" by ReadWriteWeb. appMobi's technology allows mobile app developers to support HTML5 and native app platforms with just one code base, and to deploy and service their apps on multiple platforms, including the open Web. For more information visit appmobi.com.

    appMobi is a registered trademark of appMobi Inc. iOS and related marks, images and symbols are the exclusive properties and trademarks of Apple Computer Corp. All other trademarks and trade names are the property of their respective owners including: Amazon, Adobe, Flash, Android, Google, Sencha.

  • chrisbrobs - jQuery isn't used much in the runtime, it's just used for the odd utility function, so jQ.Mobi doesn't look relevant to us.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)