Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

learn more… | top users | synonyms

0
votes
0answers
6 views

Android: Fetching Video from gallery using Cursor

I am building an app in which i am trying to fetch video from android gallery and display it in my dashboard according to date clicked by the user on calender. Video thumbnail is being displayed after ...
0
votes
2answers
20 views

How can I calculate CSS pixels from resolution?

I am making a web application that has some very specific interactivity features that are quite screen size dependent. I have planned to create 2 versions of said features, one for desktop and one for ...
0
votes
1answer
29 views

How to load an external url in Codename One WebBrowser component?

Can anyone help me? I've got an App in development and a core feature is to load a third party webpage (URL) that has css and javascript in the Codename One WebBrowser component. My questions are:- 1. ...
0
votes
1answer
36 views

User Authentication using Alloy Titanium

I am new in titanium alloy development project, we already have an android app which was built on titanium template. I would like change this to alloy template. ...
2
votes
0answers
24 views

How Long Does HTML5 Web Storage API keep data? [duplicate]

I developed mobile web and hybrid applications with PhoneGap. I am using HTML5 Web Storage very often in my application. I am wondering if there is a time limit for keeping data? How long do browsers ...
0
votes
1answer
149 views

Separate CSS Templates for Phonegap Mobile Application

I am building a Phonegap application with two layouts: one for 'handhelds' and one for 'tablets.' I want devices larger than 6 inches to display the tablet layout and smaller devices to use the ...
-4
votes
1answer
48 views

Developing website that will have mobile app in future should be in PHP or JSP? [closed]

I am developing a web solution that I ultimately want to be available on each mobile platform as mobile app (not a mobile website at all). I am in great confusion to choose between PHP or JSP to ...
0
votes
0answers
18 views

Automatic transition from mobile browser to mobile app

I'm building a mobile site for an online radio station. I want users, when they visit the site on their phones, to be able to click a "LISTEN NOW" button and be automatically taken to either the ...
-1
votes
1answer
29 views

timer function in Lua for a mobile app - “Closed” [duplicate]

I am working on with Lua scripting language for a mobile app and have a requirement as follows - The application's aim is to schedule appointments for an individual with a Doctor. So once a user's ...
0
votes
1answer
36 views

Timed script/function in Lua

good morning friends... I am working on with Lua scripting language for a mobile app and have a requirement as follows - The application's main aim is to schedule appointments for an individual with ...
-4
votes
0answers
20 views

How to adjust images in interface of mobile application in different platform? [closed]

I'm trying to develop a mobile wed application which supports iOS and Android platforms by using Dreamweaver CS6. This is my first time developing a mobile application so please be easy on me. The ...
0
votes
1answer
40 views

Android/iOS programming to trigger an action

Is there any possibility to trigger an action on Android? Like if we send a message to an android phone, it should execute some instruction, like running an app or something. Is it possible with ...
-2
votes
2answers
86 views

Learning mobile cloud computing with andriod app [closed]

I just start to learn about cloud computing with mobile device. ( I am currently starting to search about this field) For part of leaning this field, I would like to learn to build android ...
0
votes
0answers
60 views

Creating a Mobile Application with User Authentication before login

I am creating a mobile phone application for Android. I have a website with approx. 5000 users that each has their own account and personal information such as contact details and time sheets. How ...
-1
votes
1answer
98 views

jQuery mobile does not add back button?

My head: <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <script src="<?php echo ...
0
votes
0answers
28 views

How to manage screen for Storm device

I am working for Blackberry application. In which i need to develop application for 4 kinds of resolution as mentioned below:- 640X480 480X360 320X480 & 360X480 I've developed application for ...
0
votes
1answer
40 views

Django csrf token uses

I am building a server api that will have mobile devices and javascript as the frontend. All the post request contain json encoded data. Now I am not sure if I should have the views csrf protected or ...
-4
votes
1answer
94 views

developing app with windows8 for tablet,mobile,desktop [closed]

I need develop an application for windows8 mobile,tablet,desktop.As i am fresh to mobile app i dont have any idea about this.Is there anyway to develop an application like this with single code or we ...
0
votes
1answer
45 views

Add text in semantic zoom in window app store (Windows 8)

I am new in developing windows app so i need your guidance. I am using semantic zoom in my app. Now in that i have used one textBlock to display some text. But when i scroll Mouse over ...
0
votes
0answers
56 views

Mobile application authentication & session management from java application

I'm looking for suggestions for below listed problem I have a web application which is developed on java & current web application developed with below features Authentication (Login/Logout) ...
0
votes
1answer
21 views

Detecting Mobile traffic on website

Ok here we go I will try to make this as clear as I can. I have made a website that can be view very clearly with any phone, tablet and, computer; I am about to have an app. What I have been looking ...
-1
votes
1answer
249 views

Which framework is the best to develop a mobile application using database connection?

I developed a website using PHP5. Now, I want to sum up the main features of my website in a cross-platform mobile application. I did some research about frameworks which can do this. I found 'jQuery ...
0
votes
1answer
73 views

HTML link to launch an app if installed or go to a website if not

I have a mobile site written using jQuery Mobile and I have social icons. What I want is that if the user clicks on the Facebook icon to open the facebook app only if the user has the facebook app ...
-1
votes
1answer
30 views

How to upload a larger file from a java mobile app?

I have done a backup and restore application for java phone including nokia, it works fine but pictures larger than 1 MB cannot be uploaded is that possible to upload a file larger than 1 MB, if so ...
0
votes
0answers
52 views

Open FaceBook App installed in my Phone from another App

I am developing a Cross platform mobile app using HTML5, CSS and JavaScript (jQuery Mobile). In my app, there is a button "Share on FaceBook". On tapping this button, I want to open the official ...
2
votes
0answers
30 views

How to get verisign certificate for java mobile application?

i have developed an java application for backup and restore of contact's and pictures, and its working good but it ask's for internet access for each and every file it uploads (ex."if we has 400 ...
0
votes
0answers
32 views

Android Application getting restarted when Camera is on and taken picture

I am workling on mobile application developed using DOJO toolkit , IBM Worklight .Apache Cordova API To handle device specific code like Camera . Application is getting restarted when camera is ...
1
vote
1answer
26 views

Android drag-n-drop from app to app

In Windows it is possible to drag-n-drop from application to application using OLE drag-n-drop. Is this possible with the new multi-windowed flavors of Android?
0
votes
1answer
386 views

Deciding a good book for Android SDK development to folow [closed]

I am thinking to learn Android App Development and for that I want to get some good guides and book to help me get started in an efficient way. I am starting with my little introduction so that you ...
1
vote
1answer
73 views

Can I make jQuery Mobile only show a page once all images have loaded?

I'm building an image heavy mobile web app with jQuery Mobile. It is highly interactive with some pretty sweet UX features. However, it is going to be disruptive to the experience if a person starts ...
0
votes
1answer
241 views

AS3 Facebook API: Access Token Error Message

I am working on an ActionScript Air Mobile project in FlashDevelop using the FacebookMobile API to get and sort users' friends lists. I'm currently using FacebookMobile.batchRequest() to get the ...
2
votes
0answers
121 views

How can i shrink my web page to fit in mobile

I am using asp.net web forms for developing mobile application My Code: %@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MobileApplication.Default" %> ...
1
vote
0answers
103 views

How to force fullscreen ListView for jQuery Mobile select control

I'm using PhoneGap 2.5.0 with jQuery Mobile 1.3.0. I want to have a select control which uses a custom (i.e. not native) menu when a user clicks it. That works fine, but the jQuery Mobile docs ...
0
votes
3answers
75 views

How do I prompt iPhone/iPad visitors to install native app?

I've visited a few sites on my iPhone/iPad which have prompted me to install the native app the first time I've visited the site. Is there a standard script somewhere that people use for this or ...
2
votes
1answer
93 views

media queries not applying inside the iframe of a mobile application

I have strange issue when loading a site within iframe of my mobile application. I am having a website with seven pages. When I browse my website url in iphone's safari. The content in all the pages ...
-1
votes
2answers
66 views

mobile web app HTML and JavaScript file location

I'm new to mobile web app development. I have a simple fundamental question regarding mobile web app. Mobile web app is written in HTML and JavaScript. So are these HTML and JavaScript files stored on ...
0
votes
1answer
65 views

Advice to learn about MEAP concepts [closed]

I need some help in understanding MEAP concepts. Googling it, I can get some stuff like enterprise mobile apps, etc. I don't need theory, I need a working example or an IDE to develop mobile apps ...
0
votes
1answer
132 views

Can I use google map to develop my own GPS mobile app? [closed]

I am developing a android app, main feature of the app is GPS navigation for driving and cycling. I am using google map api v3. Is that legal to do this. Thanks In advance, Praveen.
0
votes
0answers
51 views

preloading images gives maximum call stack size exceeded but only on android

I have a html5 app which loads some data at startup and after all has been loaded, the user can browse this data. Associated with each data object is an image, a png file. This shall work well on ...
0
votes
0answers
42 views

Traverse a linked list 3 nodes at a time in a mobile application

Further to my question Architecture for a mobile application I was thinking can i use J2ME and store all Q&A of the quiz application in linkedlist ? , but "somehow" only keep limited nodes in ...
0
votes
2answers
93 views

Architecture for a mobile application

I have never written a mobile app , planning to write one now. Need advice on architecture of same. Let me first brief on the functionality : Its a kind of "General Knowledge Ques & Ans" ...
-1
votes
2answers
83 views

Mobile application development platform advice for a ready website [closed]

I have a web application which is written in PHP/HTML/JS. Aslo site uses too much MySQL queries and data. I used CakePHP and Twitter Bootstrap for website. (I'm also an advanced C++ coder) I want my ...
0
votes
1answer
49 views

Direction and Size of Placeholder in SmartGWT Mobile

I have a Text Item added to a dynamic form in smart GWT mobile (as shown in the image). On the right there is the place holder, when I start typing it starts from far end. I want it to start typing ...
1
vote
1answer
141 views

Sencha Touch 2 - Creating a list with static views

I've followed the documentation provided by Sencha and made myself a list of items, converted it to a navigationview and a following details page. This is a many-to-1 solution and described with the ...
0
votes
1answer
78 views

Adding more than one button to navigation bar using smart GWT mobile

hello i have a navigation bar that is using smart GWT mobile, where i have added log out as the right button i need to add one more button on the right , please help i tried adding child it doesnt ...
0
votes
0answers
41 views

Creating my own tracking analytics for my android app

I used to use Google Analytics for tracking of my application's different features on my users device but since I need to get more information, I'd rather create this analytics on my own so that I can ...
0
votes
0answers
165 views

jqMobi + sqlite database

I am new to jqMobi.. I like the UI/speed of jqMobi.. I am developing Html5 app for Android and iPhone.. previously I was working with PhoneGap, now I am using jqMobi ...
0
votes
0answers
13 views

Mobile Application Security

Is it mandatory to have an exclusive logout option for mobile banking applications ? Most IOS & android applications doesn't have a specific logout option while some have. even though if the ...
1
vote
1answer
34 views

IPhone - Can I use same name again once application validity over on iTunesConnect?

I have created one application on iTunesConnect but, before I submit my application on AppStore Application validity was over. Can I Use the same name to create the new application on iTunes?
1
vote
0answers
458 views

Create expansion file for AS3 android Air App Flash cs6

I have created an AS3 mobile app and exported successfully through flash CS6. In this .apk I have included my video files (going to be a presentation for Android Tablet). The total size of the .flvs ...

1 2 3 4 5 7