Questions tagged [appframework]

"Intel App Framework" is a JavaScript library and the successor of jqMobi. It contains much functionality from jQuery, but is smaller. Part of the project is a complementary library for building user interfaces, "App Framework UI".

Offfical website of the App Framework is http://app-framework-software.intel.com

102 questions
44
votes
1 answer

Switching from Jquery Mobile to AppFramework

I've built a project using Jquery Mobile. JQM seems perfect for fast prototyping but the end result on an iphone 3GS/IOS 5.1 is far from fluid. I've tried a lot of hacks/tricks to make it faster and got rid of transitions but still, I cannot get a…
Alain Zelink
  • 889
  • 2
  • 15
  • 33
12
votes
3 answers

How to connect to the server on mobile application?

I am new to mobile applications. I am basically from a web development platform. I am just playing around mobile frameworks like App Framework, LungoJS, Jquery Mobile, kendo etc to gain some knowledge in this vertical. The app I am developing is…
6
votes
3 answers

Kendo UI Mobile vs Sencha Touch vs Intel App Framework

I am going to develop a mobile application. The application is going to use form elements, side panel, nav-bar, list view and some pop up gadgets. It will have dynamically created forms (which will come from the backend via jsonp). I already have…
Calipso
  • 957
  • 3
  • 15
  • 33
4
votes
2 answers

How to convert a Swing Application to an Applet?

I created a desktop application with Swing Application Framework, now how can I convert it to an applet? The main class extends SingleFrameApplication. EDITED: This is the starting class, used NetBeans GUI builder: public class PhotoApp extends…
lbrandao
  • 4,144
  • 4
  • 35
  • 43
4
votes
3 answers

Which mobile development open source Framework should I use?

My company would like to develop a mobile application. Web app, native app or hybrid app ? They actually don't know. In that context, they asked me to make some researches (I'm not a mobile development expert) on open source Framework for mobile…
4
votes
1 answer

JQMobi + PhoneGap: Ajax Deferred promise methods not working

I've been over this for the past entire two days. I assume that JQMobi(Intel AppFramework) is a light version of JQuery plus a customized UI framework for mobile devices (iOS and Android). Read a lot about JQuery Deferred() methods in many websites…
3
votes
1 answer

Offline caching with Intel app framework?

I'm starting an uphill journey developing a small app for my wife's speech pathology practice. We want to publish an app that contains several html5 based games that promote language development. Currently I'm looking at the intel app framework…
John Yost
  • 693
  • 5
  • 20
3
votes
1 answer

Intel AppFramework $.mvc.route and transition

I'm making an app using the Intel Appframework MVC but I can't find a way to use transition with $.mvc.route. I tried to combine: $.ui.loadContent("mydiv",false,false,"pop"); //from the documentation with the mvc in this…
teone
  • 2,153
  • 3
  • 25
  • 49
2
votes
1 answer

load external page in appFramework

I'm using AppFramework. I have a form.html page that want to use it in a seprate page, but when I click on form , it loads with AJAX and inside the index! what should do I do for loading the form.html page in a separate page? here is an axample :…
Hosein
  • 23
  • 4
2
votes
4 answers

set orientation not locking to portrait

I am building a mobile application using Cordova and Intel app framework. I try to set the orientation to portrait mode var onDeviceReady = function () { intel.xdk.device.setRotateOrientation('portrait'); …
Raji
  • 845
  • 1
  • 14
  • 22
2
votes
1 answer

Scroll DataTables with Intel XDK app Framework

I'm new to DataTables so accept my apologies if this is silly... I'm trying to integrate datatables on the intel xdk app framework. While the datatable expands the vertical length of the div it doesn't expand the horizontal length and I can't seem…
user1357015
  • 11,168
  • 22
  • 66
  • 111
2
votes
2 answers

Intel XDK side panel scrolls only if long enough at initalization

I'm using the app mobile framework and think I've found a bug regarding the scrollbar. If the side panel is long enough to scroll at initialization, I can scroll after rotation. However, if the app starts in portrait mode (no scroll required) and…
user1357015
  • 11,168
  • 22
  • 66
  • 111
2
votes
2 answers

Disable slide to open menu on AppFramework UI

How to disable the slide action to open the left side menu on in AppFramework UI? I don't want the menu to open when slide the finger left to right on the screen.
Guillermo Gutiérrez
  • 17,273
  • 17
  • 89
  • 116
2
votes
1 answer

How to implement auto Auto-Complete on Intel App Framework?

I am working on an Android project with Phonegap and using Intel App Framework for UI as it was said to be a fastest mobile framework. I have checked the Kitchen Sink demo came with the App framework package for auto-complete implementation. But it…
deadshot
  • 213
  • 1
  • 3
  • 11
2
votes
2 answers

Intel appframework ui: how to pass data in a simple list-detail app

I try to learn the Intel Appframework UI. I want to build a simple offline app with just two panels. One panel contains a list with items (links), the second panel should display details to the selected item. The details in the second panel should…
Meier
  • 3,858
  • 1
  • 17
  • 46
1
2 3 4 5 6 7