0
votes
1answer
12 views

iOS speaker volume decreases when using microphone in Unity game

In my iOS game I notice the speaker volume automatically decreases while I'm recording with the mic. I'm using the following C# code in Unity 3D to record a short piece of input from the mic and then ...
0
votes
1answer
13 views

PhonegapBuild: How to load CSS and JS files before the splash screen dissapears?

I'm using the Phonegap Build service (From Dreamweaver CS6) and I've been working with this template: http://themeforest.net/item/tiger-jquery-mobile-web-template-web-app/3018322 which includes a lot ...
0
votes
0answers
16 views

How should I display Google maps copyright and warnings as required

According to Google maps directions API, I must show the local copyright and warnings i get back with the response to my request. "calculation of directions generates copyrights and warnings which ...
0
votes
0answers
24 views

Embedded gallery of picture / video in pdf

Have anyone tried pdf library in ios/android which the pdf has some video attached to it, or the page has a portion that has a list of image or image gallery(if you swipe/scroll that gallery, images ...
1
vote
1answer
21 views

How to setup libGDX project only for Android & iOS?

i have developed some applications on android.But now i want to learn game development in Android & iOS with libGDX. I want to only develop for Android & iPhone.I do not want a desktop ...
0
votes
1answer
25 views

Payment Gateway Android and iOS

I am kinda new to payments gateway... Can anybody tell me about Using Paypal Payment Gateway to be used in iOS and Android Native Apps? Is it possible to transfer money from one account to another? ...
0
votes
1answer
21 views

Any Javascript Database that works in Android, IOS and Windows Phone 8(IE 10)?

I have an app in Andoid, Iphone and Windows which have ASP.NET Server with SQL Server Database. Now, I want to my app to support offline. For this I need to use the databse on client. I have search ...
1
vote
0answers
24 views

AES Encrpyt and Decrypty the same with object-c and java

I have a server that has implentment use java. The code is that encrpyt is: private static final byte[] RAW = "icanplayWillBeth".getBytes(); KeyGenerator kgen = KeyGenerator.getInstance("AES"); ...
0
votes
1answer
14 views

mobile embedded camera in html using Apache Cordova

I'm developing a mobile app using Apache Cordova's API and would like to know if there's a way I could get the camera to work embedded on my application. I know Apache Cordova has a camera function ...
0
votes
1answer
9 views

generate activesync profile for lock/wipe via php

I'm trying to write a web service offerring a hosted ActiveSync-management service where, via a Web interface, customers can do things like lock / wipe / reset / turn off/on features like Bluetooth, ...
2
votes
0answers
15 views

Eventbrite OAuth authorize Site for Mobile

My iOS and Android apps offer the possibility to attach Eventbrite to a user's profile. However, the authorization page at "https://www.eventbrite.com/oauth/authorize", is not well formatted for ...
-1
votes
0answers
13 views

Delayed Chained Payments on iOS and Android App

I am in the process of developing an iOS and Android app that functions as a frontend to a service and I intend to make use of PayPal to receive payments. The flow of the app would work something like ...
-1
votes
1answer
39 views

Mobile website Vs Mobile application [closed]

Our application is school management system. There are 3 modules, Admin, teacher, Parent/Student. Admin has responsibility to configure application for school specific details. Teacher's main role is ...
-1
votes
0answers
20 views

Manage content of hybrid app [closed]

I give you an example of what I need. I'm going to develop an hybrid app for a shop and I want to use javascript, jquery and phonegap, and php or java. The shop owners need to insert new article ...
-1
votes
2answers
39 views

Create a mobile app that just points to URL

This might sound little easy but unfortunately I couldn't find any tutorial. I am trying to make a simple mobile app (iOS and Android) where if u click the icon it opens a URL in mobile browser. Is ...
0
votes
0answers
18 views

iOS/Android/Windows8 P2P app architecture [closed]

I want to create an app that can run on various tablet platforms that can update in real time. One device would be the master, and when the user on that device makes a change (say, loading a ...
0
votes
0answers
6 views

Log viewer app on Android or iOS

Do any log viewers similar to Apache Chainsaw exist on Android or iOS? I want to send log messages from a PC over the local network and view them on a mobile device in real time.
1
vote
2answers
38 views

How to calculate GEO median of given list of coordinates and come up with zooming level for Google Map View

I came across the situation where I am supposed to determine the median of given list of coordinates and set the GoogleMap's Camera zooming level (So that all the coordinates to be displayed in single ...
0
votes
1answer
19 views

Webview load remote url

First, a disclaimer: i'm completely new to iphone, android or any mobile development. In the other side, i've been developing websites (php, javascript) for long time. I have a website which is ...
-4
votes
1answer
51 views

avoid duplicate entries in Array [closed]

how can i make do while (random[1] not equal random[2] not equal random[3] ec.....) randomy[0] = (arc4random()%49)+1; //Generates Number from 1 to 49 NSString *string = [NSString ...
-2
votes
0answers
18 views

How to update UserAgent Header in IOS and Android?

I want to alter the User-Agent in my iOS and Android app by appending my app version. So, if User-Agent is Dalvik/1.4.0 (Linux; U; Android 2.3.5; HTC Desire HD A9191 Build/GRJ90) then I want to ...
-5
votes
1answer
26 views

Facebook API Send private message to friend and get friend list? [closed]

Hi I read alot topic about. Maybe facebook api does not support it. But I need to do it. I need to get friends list with their phonenumbers and send to private message. Has anyway to do it?
-1
votes
1answer
27 views

What is the best approach for this project?

I'm planning to build an app for iOS and Android where the user has an account and can add friends. He can also post something, just like on facebook and all of his friends get a push notification and ...
0
votes
0answers
27 views

realizing a webradio running in background with phonegap

I'm new to Phonegrap and try to create a webradio for ios and android. Is there any possibilty that phonegap can create that? I want the radio to be able to run as a background process (when the app ...
0
votes
2answers
28 views

Append Application(Andriod/Iphone/Windows) version in HTTP Request?

I have ASP.NET server with client application available in Android,Iphone and Windows. I want to append the application version*(for example 2.1.2 my application version)* in HTTP request headers. ...
-2
votes
0answers
28 views

Mini Tutorial - First User access [closed]

I'm in the final stages of developing an application android and ios, and I came up with the idea of putting a "mini tutorial" which explain some features of my app in the first User access, as does, ...
0
votes
1answer
36 views

How to download and save a file locally, open it offline using Phonegap?

I am developing a cross-platform application. I came across Phonegap, which supports several mobile devices. But I am new in this field so I'm facing some issues. I have a requirement, where the user ...
-2
votes
0answers
23 views

Copy Photo File into www in Phonegap (cordova) [closed]

I get the picture in Android and iOS using this method: var photoOptions = { sourceType: null, destinationType: null }; photoOptions.sourceType = pictureSource.CAMERA; ...
1
vote
2answers
42 views

Best way to develop a simple video chat app for android and iOS

I am trying to develop a simple Video Chat app. But i don't know how to Start. I know there are a couple ways to Do this. WebRTC, Adobe Flex. But WebRTC is only for p2p ans the Adobe Produkts are ...
2
votes
1answer
20 views

What Surface to use for eglMakeCurrent for context that only renders into FBOs

I'm having the following situation: In a cross platform rendering library for iOS and Android (written in c(++)), i have two threads that each need their own EGLContext: Thread A is the main thread; ...

1 2 3 4 5 87
15 30 50 per page