Shortened from applications, commonly pointing applications in the online stores for mobile devices.

learn more… | top users | synonyms

3
votes
0answers
131 views

Win 8 webview control flashing background color for a split second

My app has a white background, but the area of a WebView control flashes the background color of the Windows 8 Start screen before the HTML string is loaded into the WebView, and when the user control ...
3
votes
0answers
72 views

Flickering issue while navigating between pages using multipage template in jQueryMobile + PhoneGap

I have been trying to fix an issue of page getting flickered twice when navigating between pages. I have tried adding the following css .ui-page { -webkit-backface-visibility: hidden; } After ...
2
votes
0answers
243 views

Dynamically Creating Radio Button Groups in OAF

My use case is: Create a questionnaire page with Yes/No questions. The questions will be fnd messages from the database and there can be multiple set of questions. I should be able to display radio ...
2
votes
0answers
117 views

Discovery stories / social discovery and their text / language

When a user installs your app for the 1st time, a 'social story' about your app should appear in their newsfeed (see 'Discovery stories' > http://developers.facebook.com/docs/guides/canvas/) Appart ...
2
votes
0answers
305 views

C# facebook sdk - Can it handle multiple apps on one website?

Your sdk rocks. I have built several apps using the sdk quickly, so thank you for that. I have searched this topic, but could not find a direct answer. I will try to explain it as clear as I can. ...
2
votes
0answers
319 views

Is there any universal licensing system for non-market paid Android apps?

First of all I have to mention that I'm a developer from Sri Lanka, therefore I can't list paid apps on Android Market. But I found many good alternatives such as AndAppStore, AndroidPIT, AppsLib ...
2
votes
0answers
215 views

Multi-Language iPhone Apps with Different Embedded Video, Audio content

I have read that the best practice for multi lingual apps is to use localization, which totally makes sense. I raise this thought about multi apps, one app per language, because an app I worked on has ...
1
vote
0answers
6 views

How standalone are packaged Chrome Apps?

I have a HTML5 app, that I need to redistribute as a desktop application. One solution could be Chrome packaged apps, but it seems you can only install those packages using the Chrome webstore. Is ...
1
vote
0answers
46 views

professional android app look&feel, xml made or phonegap?

i just wanted to ask you guys a question... i've been making a research about android UI layouts... but as i've been trying to simulate Instagram or facebook's UI, it's hard. For example, that type of ...
1
vote
0answers
70 views

Titanium Alloy builds successfully but index.html not found

I'm exploring Titanium Alloy at the moment. So created a project based on the Two-tabbed Alloy Application template provided by Appcelerator in the dashboard. When I run the app with Titanium Mobile ...
1
vote
0answers
54 views

cannot find symbol symbol : method getDBTransaction()

I was trying to call a Concurrent Program from OA Framework. And here is the code. But I am getting following error: Error:: cannot find symbol symbol : method getDBTransaction() location: class ...
1
vote
0answers
297 views

Making Facebook Application in Sandbox mode Accessible to Company Page

I have a certain scenario that might be obscure but in any event here it is: 1) My overall objective is to stream Facebook updates for my company's Facebook page to Hadoop 2) I know how to do this ...
1
vote
0answers
73 views

Google apps script - Iterate through elements / widgets / controls

can someone tell me, how to iterate through UI elements / widgets, which has been created by myselft using app.create[Widget] command ? Example: function doGet(e) { var app = ...
1
vote
0answers
59 views

Add app to business page (inside a personal account)

For clients we use our Facebook tool that allows to post and monitor on business facebookpage. Unfortunately, I'm receiving an error when I want to login as their business account: To access this ...
1
vote
0answers
55 views

Issue submitting a mobile app to App Center

I've filled out all of the basic details for my app under the settings tab on the FB developer dashboard. I've ensured that the Native iOS App option has been selected and have filled out all of the ...
1
vote
0answers
29 views

Google Apps Validators

I have troubles with the validator. The validation works fine, the problem is that when the validation is not complete I would like that a message appears to tell the user that you have to add data. ...
1
vote
0answers
50 views

Win8 App: Binding to a UserControl property

The textbox on my main pages is bound to a string property on my usercontrol which is a popup. The textbox value is correctly displayed with the initial value of the string porperty however changes ...
1
vote
0answers
173 views

How did the original tether iphone app share the phone's internet connection over USB?

Tethering to your iPhone over SOCKS is clunky and prone to errors. There was once an app published by tether.com that allowed users to share their 3g/4g/LTE internet connection with their mac over ...
1
vote
0answers
595 views

Get YOUR_APP_ID or create app for Company Page

all! I have Company Page on Facebook. Now I need to do login on my website. But I can't visit https://developers.facebook.com/apps/ through my Company Page account, it redirected to my page. With my ...
1
vote
0answers
125 views

Google Apps/Drive sync with shared storage on local server

We are using google apps as a company for almost 2 years now and we are pretty happy with it. with the introduction of Google Drive we are looking in a way to synchronize our network drive with the ...
1
vote
0answers
130 views

Google Apps Script UI Instances

This is my first question regarding Google Apps Script. First and foremost, I love this tool. However, I have run into a very huge issue. In our school district, I created a Web App to edit the ...
1
vote
0answers
496 views

Facebook posts to users wall, pictures appearing twice

From an iPhone app, I am making a post to the users Facebook wall. Post shows up in timeline twice, the first with a (Globe) indicator and the second with the Friends indicators. The timing is the ...
1
vote
0answers
204 views

Change row color in Google spreadsheet only if both columns green

I'm trying to write a script for a checklist that requires two verifiers ("Mech" and "Tech" columns) per line item. Each line item must have both boxes checked before turning the whole row green. By ...
1
vote
0answers
56 views

Login users to website and google apps at the same time

What I need to achieve is as follows: I have a website that access through mycompany.org. I also have a google apps account that I access through google.com/a/mycompany.org. What I need is for the ...
1
vote
0answers
176 views

FB App Requests - redirection to App Center Page vs. App Profile Page

My iOS app will have an invite function which sends requests to users' App Center > Requests tab. What I want to know is, how do I control whether accepting a request takes my users to the App Profile ...
1
vote
0answers
111 views

Firefox iframe parent.location not working?

I cannot seem to get an iframe in firefox(MAC) to return to its parent page, ive tried this.parent.location = 'page'+msg; every time I trigger the above in Firefox(MAC) I get a ...
1
vote
0answers
196 views

Google Apps Scripting Web App Auto Refreshing Labels

I have a program using a Google Apps spreadsheet and it reads and rights data to the spreadsheet but I would like the gui to automatically refresh with data from the spreadsheet if things get changed ...
1
vote
0answers
24 views

Can I place an app with 1,000's of auth'ed users in sandbox mode and not lose them?

I need to make some updates to an app I developed; I have them ready to go, but I'd like to place the App in Sandbox so no one sees any hiccups. I just want to verify that I will not lose my 1000s of ...
1
vote
0answers
145 views

Google Apps Script Server Error Occurred clicking submit - occurs suddenly without script changes

Our spreadsheet scripts have not changed in 3 months. As of yesterday we get the error "Error encountered: we're sorry a server error occurred Please wait a bit and try again" when clicking the ...
1
vote
0answers
377 views

How to get Apple App IDs from given bundle ID?

I have a list of Apple app bundleIds (e.g. com.facebook.Facebook). What I am ultimately trying to achieve is to enrich this data with iTunes metadata, which is available via the iTunes Search API: ...
1
vote
0answers
384 views

How to Add an “Invited Friends” App Module to Facebook Fan Page

I want to help one of my Fan Pages grow. I like what GlossyBox has done here: https://www.facebook.com/GlossyBox.com?sk=wall They have an "Invite your friends" app up top. When clicked, it triggers ...
1
vote
0answers
196 views

Get ownership of a Google Premium account with a reseller

I have a client which have a Google Apps premium account which is attached to a reseller account. How can I remove it from the reseller account and downgrade it to a free version of google apps ? ...
1
vote
0answers
134 views

Can I read my google apps account mail using powershell/c#

I used to have this working with Koolwired years ago but it appears this project has gone stale and google have changed their settings. I have no problem sending mail to my apps account of course but ...
1
vote
0answers
138 views

iFrame with new https opening up in a new window without the FB chrome around it and form submission opening up in a new window

Got a bit of a problem that I can't seem to figure out. I've had an application out on FB for about a year now, but when I switched to https, now the pages open up in a new tab on the browser, and ...
1
vote
0answers
46 views

Permissions mode for child apps in current 3.x facebook-phpsdk

I have been reading the facebook dev documentation as well as previous iterations of the php sdk. the old sdks had a 'permissions' mode for child apps [begin_permissions_mode(), ...
1
vote
0answers
196 views

django-ratings problem

I have just installed the django-ratings app and I am having some trouble getting it working. I have successfully added a rating field to my model, however, in the documentation, it says you can get ...
0
votes
0answers
6 views

Error with Voice Recognizer and a WebView

I made an Android App, Voice Browser! You say what site do you want to visit and it does the magic! But it doesnt work! Please help!I don't know what to do and I think a didnt declare well the ...
0
votes
0answers
14 views

Issues with facebook forcing login to use an app

I have quite a few FB apps that were available to users without logging to FB. About an hour or two ago all apps were starting with screen, which says: Log in to use your Facebook account with ...
0
votes
0answers
19 views

Android App Query

Scenario: I am trying to use a MYSQL database which is associated with an instance of Moodle so that people with a Moodle account can login to the app. I have written a small app following a tutorial, ...
0
votes
0answers
10 views

Data Models And Data Files in Windows 8 Store Apps

I'm a new developer to the windows 8 platform and I couldn't find any explanation on how to create data models and data base files for the windows 8 store app. Any information would be appreciated. I ...
0
votes
0answers
36 views

App not available for users

I have made several apps. They work fine for me and they seem to work as long as I use them on my computer. However, no one exept me can use them. Before anyone asks, sand mode is disabled of course. ...
0
votes
0answers
16 views

How do I get the selected list from the application trust defined at installation? For SharePoint 2013 Apps

How do I get the parameters set when installing the App to SharePoint 2013? So, when the user has to give the app permissions (at install) to a certain list, how do I get the chosen list? Thanks I ...
0
votes
0answers
13 views

How to fetch profile option value in form personlisation

We are using launch URL on a when-new-item-instance in several forms. and we want all the forms to use the same URL. As of now we have hard coded in all the places. But we want to have a centralized ...
0
votes
0answers
12 views

How to setup a xdebug session throught Eclipse in a facebook app?

Currently developping a "classic" in-facebook app. Here is my setup : Developping machine : Win7 using Eclipse PDT. Files are on remote server. Access on local lan 192.x.x.10 Server machine : ...
0
votes
0answers
38 views

How to convert iPhone apps to Universal (autoresizing not working)

It's my first time posting on here, though I've used this forum via google a few dozen times for help. I have fairly poor programming practices so have probably been doing my apps all wrong (though I ...
0
votes
0answers
20 views

Android-Jboss Server Communication

I am trying to implement an Android app which would be useful for network administrators. In this regard I have a centralized Web server (Jboss). The Android phone and certain machines (PC's) have to ...
0
votes
0answers
9 views

Navigating windows store apps css stays from last page

I am using WinJS.Navigation for one page navigation, but when going to other pages the CSS styles stays from the last file. The same when moving backwards. How can I prevent it?
0
votes
0answers
53 views

Perl website builder to create mobile apps

I designed an online website builder using Perl. The html pages are the size of an iPhone 5. The reason being that I want to convert these pages into an app on the fly. Is it possible to do so using ...
0
votes
0answers
43 views

Developers.facebook.com/apps redirects to business page, though NOT using for ads

I'm creating a web page for my business and using NextScripts: Social Networks Auto-Poster I've been trying to make it post to Facebook. To do this, I have to create an app and get the App ID and ID ...
0
votes
0answers
22 views

What is the Get_Tasks Permission and what is it used for?

I'm looking into developing apps for a project and I started researching permissions. I know the technical definition of GET_TASKS- Allows an application to get information about the currently or ...

1 2 3 4 5 6