1
vote
1answer
31 views

Multi-platform server client development [closed]

I want to start a new multi-platform server-client project with iOS, Android, web (and maybe desktop) clients. Recently, I started working with enterprise java project (at least some parts of EJB), ...
0
votes
2answers
30 views

May I send notification from Android to iOS or vice versa?

I need to develop an application which sends notification to other device based on current action. The device on which I need to send notification that might be iOS device or Android device too I am ...
0
votes
0answers
14 views

Javascript touch detection works on iOS but not well in Android

I have created a slide show with javascript that has finger swipe enabled and works for the most part. Sliding left or right will flip through the slides. I need it to do this but also keep default ...
0
votes
1answer
28 views

Cannot scroll to bottom

I have the following jQuery mobile page: <div id="performMeasurementPage" data-role="page"> <div data-role="header" role="banner" data-position="fixed" data-theme="b"> ...
-1
votes
0answers
19 views

Twitter-like cascade UI android library

I'm looking for an android library to make a Twitter-like UI, I'm looking for library like this: https://github.com/futuresimple/CLCascade But for Android Thanks in advance.
-3
votes
3answers
33 views

What is the easiest way to turn a webapp into a mobile app?

The company I work for is exploring creating "an app" version of their online video delivery webapp. The webapp is HTML5 and streams video. Nothing too scary but a lot of the stuff is server-side ...
0
votes
0answers
22 views

mobile web slide-up menu using css3 and/or javascript

Basically I'm trying to create a slide up (from the bottom) menu that quickly and smoothly slides up into view as the user scrolls upwards toward the top of the page, but then quickly and smoothly ...
0
votes
1answer
20 views

Delete App DB present in mobile from the App using cordova

I want to drop the complete database related to my app from the app on occurence of some particular event. How can I accomplish this ? I am using cordova to build my app and my app is for both ...
0
votes
2answers
35 views

Is there some way to determine mobile operation system (iOS,Android, etc.) from the http request to the server?

I have RESTful web service and mobile clients (applications)for Android, iOS, WinPhone 8 and BlackBerry. Interaction with the server is implemented by sending http requests with parameters to the ...
0
votes
0answers
9 views

Rhomobile app not working if 3G network proxy is active

If my phone 3g network use proxy, rhomobile app is not working. It loads splash screen and after remain stucked to a white screen without response. Is there a solution/patch for this problem? Or can ...
0
votes
1answer
37 views

How to write iOS backend like (Game Center, IAP etc.) with libGDX?

I write game on libGdx and testing it on Android. All code I write on Java, because libGDX use Java language. How can I write iOS backend on Objective C and link it with Java libGDx core? Is any ...
0
votes
0answers
9 views

KonyOne Studio run on emulator

I am new to Kony and just finished my first Hello World. Now, whem I try to build it, this error accures: "Build Generation failed for platform Android." QuickPreview is working, but without the ...
0
votes
0answers
20 views

Embedded web server with REST API framework for Android

I am using Backbone.js to build a 'hybrid' web app, which will be served as a native app using Phonegap. One thing I need is offline support for a large amount of data, and so we are considering using ...
0
votes
0answers
16 views

Google play games and non-google users

I'm exploring the new Google Games API and I have a question: For apps with a server side, could I use this api to allow a user that don't have/don't want to have/don't want to log in with a Google ...
0
votes
0answers
19 views

Pull out data related to my apps from Android Play Store and iOS App Store

I want to pull out some data related to my apps like (Ratings, Reviews, etc) from Google Play Store and Apple App Store ? How can I accomplish this ? I have found some open source apis for the ...
0
votes
0answers
21 views

Bar, pie, bubble charts forAS3, AIR app for iOS and Andriod

I have been searching the internet for the last hour or so looking for a suitable suite of charts that can be used in a AS3/AIR app for mobile devices. Commercial charts are fine too. I have used ...
0
votes
0answers
29 views

iOS to Android: Books/Tutorials Recommandation [closed]

I have been developing with iOS5 & iOS6 for nearly a year-and-half. I would like to now start developing for Android. I tried Googling but couldn't find much if there is an easier path for ...
0
votes
3answers
42 views

Private app on Appstore

Would an app that requires users to purchase a non-digital product/service to get a login to the app be allowed on the Appstore (iPhone and Android)? If not what would be the correct method for ...
0
votes
1answer
15 views

Invite a friend to app using Facebook Graph API

I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/. However, only friends ...
0
votes
0answers
13 views

Sending data between mobile devices in a physical range of 100 meters

I'm coding a game of sorts, and I'd like to be able to let people play locally with people in the same geographic area. Like a room, bus, park, whatever. I would probably be using android for this, ...
0
votes
2answers
32 views

Can i play video in Phonegap using Phonegap Build

I want to play video from phonegap.I am Using Phonegap build. I search in Phonegap Doc in this Link. But i think they only audio files play written in the docs.. So can anyone tell me its possible to ...
0
votes
2answers
52 views

Mobile detection code

Is is possible to have a code in a web link that detects what mobile platform a user is on eg iPhone/iPad, Andriod, Blackberry etc... I'm trying to solve a problem at the app company I work at where ...
0
votes
0answers
21 views

How to disable long tap (right click equivalent) on Android AND iOS on a webpage? [duplicate]

Now, I know that disabling right click does not actually prevent people from stealing photos on a site, but it does prevent many people who don't know how to get around the problem. I have a customer ...
-3
votes
2answers
30 views

NSTimeInterval equivalent in android [duplicate]

Does anyone know how to implement NSTimeInterval stamp=[[NSDate date] timeIntervalSince1970]; in android?
0
votes
0answers
13 views

How could I create my own cross-platform licensing service?

If I had a cross-platform (Android + iOS) app available and wanted to create a subscription model that users could share across devices, how would you go about it? Constraints Users can subscribe ...
0
votes
1answer
25 views

I'm having this issue, and I can't find a solution [closed]

nil Runtime error ...n-stylr\documents\corona projects\happy_day\game.lau:50: attempt to index global 'city1' (a nil value) stack traceback: [C]: ? ...n-style\documents\corona ...
0
votes
4answers
53 views

How can I create a simple api to test my mobile app without having to code the api out on a server?

I am making an android and iOS app that is going to interact with a server using an api that returns appropriate json responses. Someone else on my team is doing the server side work. I don't want to ...
4
votes
2answers
97 views

Phonegap - navigator.app.backHistory() not working on HTML back button

In my app i am using phonegap 2.6.For back button, I am using the following function document.addEventListener("backbutton", onBackKeyDown, false); function onBackKeyDown() { alert("hello"); ...
0
votes
1answer
48 views

Equivalent to viewWillAppear() and viewDidAppear() in android SDK? [duplicate]

I am new to objective C. I would like to know what are similar methods to viewWillAppear() and viewDidAppear() in android. I guess viewDidAppear() is same as onResume() in android. Any help will be ...
0
votes
2answers
30 views

How to show video obtained from a http request in Android and iOS?

Here I got a URL. I can't provide the whole string but part of it is "http://*/video.mjpg". When I open it with browser(firefox), it shows the video. When I analyze the package using Fiddler, it shows ...
1
vote
1answer
25 views

Google Android Sales Report Auto Ingesting like iTunes Connect

I'm using the tool iTunes Connects to sales report for IOS platform applications. http://www.apple.com/itunesnews/docs/AppStoreReportingInstructions.pdf I need a tool like applications for the ...
0
votes
1answer
20 views

How to create and save settings in corona sdk?

I am using this method to save settings for my game http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/ When should i use ...
1
vote
0answers
25 views

Phonegap 2.4.0 JQuery mobile application show broken (question mark) image after using the app for a while

I have a cross-platform (iOS/Android) application built using Phonegap 2.4.0 and jQuery Mobile 1.2.0. Almost all the pages are added dynamically in the DOM. The application works very well in recent ...
-4
votes
2answers
71 views

Android App to IOs porting? [closed]

I have currently developed on android and i would like to convert to IOs. Is there any converter to do this?? any suggestions welcomed. The android app uses rss feeds, json reader, google api. I will ...
0
votes
1answer
30 views

Is there a way to save file to device(android or ios) memory without using phonegap File Api in web application

I want to know that is it possible to safe file to any device memory like sd card without using the phoneGap File API ,If possible then how can we achieve this?
-1
votes
1answer
26 views

Integrating video calls in mobile app [closed]

I want to build a system where you can call people from within a mobile app. Users sign up for an account and people are listed that they can call. User1 - creates a user account, can call anyone in ...
-8
votes
0answers
43 views

Hi Hi did anyone have any idea or sample code for Miracast in iOS? [closed]

I am a newbie for Miracast, Would anyone can tell me what can I do, if I want to do a miracast sender in iOS?? I just want to do a screen mirror between iOS and Android! Thanks any help!!!
-4
votes
0answers
29 views

Quality Android and iOS devs [closed]

What's the best place online to find quality Android and iOS developer talent? I don't want to go the elance.com route or the like as they did not prove to yield quality final product results. Would ...
0
votes
0answers
31 views

In iOS, are there something similar to Android ANR trace log?

As the title said, I am wondered that when an App is blocked and cannot respond to user interaction, can I get the Call Stack? Thanks in advance. More info here: Any good ways to get useful ...
-2
votes
0answers
34 views

Paypal Mobile Payment for IOS and Android [closed]

I have an application both in IOS and Android and I'm using MPL SDKs to take payments. This is a canadian company and I was moving to MECL to enable our users to use CC on their payments as MPL does ...
-2
votes
0answers
13 views

Can I create a great book-viewer app via AIR for IOS and Android? [closed]

I'm considering creating a book-viewer app in AS3 via AIR for IOS and Android (and desktop and a web-app via flash). I'm experienced with it and can develop great oop code quite rapidly. I just had a ...
-4
votes
1answer
36 views

How to implement a controller similar to Facebook's Android / iPhone app? (detailed) [duplicate]

I am trying to find out which controller Facebook (among other apps. such as Wunderlist) is using. The controller, or at least it's effect, looks like this: If this is not a standard or public ...
-6
votes
0answers
30 views

How to implement a controller similar to Facebook's Android / iPhone app? [closed]

Is the controller that the Facebook app. is using a standard one? If not, how would one go about creating such a controller, for both Android and iOS? Thanks. I am talking about the main controller, ...
-2
votes
0answers
24 views

how to implement UI of Applauze? [closed]

Does anyone have ideas about how to implement the ui of the iPhone app Applauze in Android? Any pointers on what kind of tutorials I should be looking for would be greatly appreciated?
-2
votes
0answers
17 views

A phone to phone VoiP application, from where to begin? [closed]

I have to build a VoiP application for my final studies phase on iOS or Android. And I also plan to submit it in the targeted platform apps store. I know that there is Asterisk, but does it handles ...
-3
votes
2answers
75 views

Wifi position triangulation

I need to understand how Wifi triangulation basically works. The scene is as portrayed in above diagram. Inorder to implement wifi triangulation, I need a minimum of 3 Wifi hotspots and their ...
1
vote
1answer
33 views

Change package name to existing Phonegap projects

I have an android phonegap project, and an ios phonegap project. They were created using a given package name, but I now have to change this package name. In Android, I think I have to change ...
1
vote
1answer
25 views

PhoneGap - Force Orientation on certain pages

I'm developing a PhoneGap + JSmobile + html5 app for iOS and Android...i'd like to force the landscape orientation for same pages...i'm trying to find a solution but i can't do it... Any idea?!...is ...
1
vote
2answers
51 views

What is the difference between the Box API and OneCloud APIs and is the iPhone sdk OneCloud only?

I am a bit confused as to what the REST API and OneCloud API actually are and how they relate to one another. Also on android there is a an SDK for the REST API and OneCloud is there the same for ...
0
votes
2answers
30 views

Porting a TabViewController based app to Android

I am in the process of porting over an iOS application to the Android platform. I have no experience in this platform and would like to ask for some advice on how best to structure the app. On the iOS ...

1 2 3 4 5 50