app

How do I access the app engine admin interface when loading jetty in the Clojure repl

Is there a way to get to the admin interface if I'm not using the dev_appserver.sh script and instead loading up jetty myself? I'm doing this so that I can use the Clojure repl during development. While my application works as expected, there is nothing handling the /_ad/admin requests and so I can't get to the data store viewer or look...

GoogleAppEngine db Model datetimeproperty to JSON

I tried to use this soln (which uses this file) to convert GAE db model to json. But when I tried to use it, I got this error "TypeError: datetime.date(2010, 7, 27) is not JSON serializable" Does anyone know whats the problem? Or, if you know alternative soln to convert GAE db model to JSON please suggest so. ...

C++ Windows Form Application Mysql Connection

I can't seem to figure out how to connect to mysql in my windows form application. I've installed all the proper libraries and have included them, thats not the issue. The issue is I can't find a tutorial on connecting to mysql. I've found some one console applications, tried them, but yet for some reason they do not work. I just need to...

iPhone image problems.

I'm having frequent crashes on iOS 4.0 within my application due to excessive memory. Instruments tells me that it's category is "Malloc 600KB" and the responsible library is ImageIO and the responsible caller is ImageIO_Malloc. I'm using lots of images in this app but no more than I have used in other applications. It's odd because if I...

Updating Android app properly?

Help! I updated my android application on the market. This update included a change in the databaseHelper file where I put in more data and tables. Normally, when debugging, I would have to uninstall and reinstall the app because it doesn't see the new values in the database. Now, it's doing the same thing on the market. Why is this ha...

Can my app provide an "Update in App Store" link?

For various reasons I need my iPhone app to include a way to tell the user that a new update for the app is available and prompt them to go update in the App Store. It looks like there used to be an undocumented way to give an HTML link that would lead the iPhone to open the Upgrade page for app, or something? http://stackoverflow.com/...

App Engine - Datastore vs Blobstore for user uploaded profile pics?

Which one should I use? What are the pros and cons to using each? The images will all be less than 100 kilobytes. 3 kilobyte thumbnails of each image will be retrieved quite often, like 2 to 5 on each page view on average. Which would be better to use, considering latency in retrieving the images, cost in CPU time of retrieving the ...

Where to put ServiceLoader config file in a web app

I am writing a web app in Eclipse. I am trying to use the ServiceLoader class to load some plugins. The docs for ServiceLoader say I need to place a file in META-INF/services. I have placed the file in the WebContent/META-INF/service folder but when I run the JUnit test via Eclipse it does not find any plugins. Is this the correct lo...

iPhone: Reload view after switch back from foreground/background?

This is for iOS4 with multitask issue. How do I reload view after my app is re-appear from background running app? ...

just like yahoo! entertainment iPad app how to make UITableView scroll horizontally and diagonally in addition to vertically.

Hi Guys, Look at the iPad app from Yahoo here http://entertainment.yahoo.com/ipad The grid like contorl where the TV Listing is being shown scrolls vertically, horizontally and diagonally too. The scrolling is seamless and it's not swipes. Similar to this, I want UITableView in my app to scroll horizontally, vertically and diagonally i...

IFrame-based Canvas app: fb_sig_ss only sent in unusual cases

I'm developing an IFrame-based Canvas app. I'm hoping to use Adobe's AS3 API to do the lion's share of work with retrieving and displaying the user's Facebook information (my current goal is to display a list of friends). The AS3 API expects that three values be passed down to the Flash movie from the IFrame page: fb_sig_api_key fb_sig_...

Whats the cheapest way to test my iPhone App?

I have looked into getting my iPhone App Tested, and I have seen www.testing4success.com do some iPhone App testing. But, just wondering if there are any other App testing companies out there, or should I just try and test my App myself? ...

iPhone app code-signing error - "...the signature was invalid..."

I am trying to upload my first iOS app to iTunes Connect, but I am unable to do this because every time I try to upload it, I receive the following error from Application Loader: The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate I have followed the instru...

AVD Android Emulator not loading applications

I'm an experienced Java programmer and I've followed the Hello World tutorial word for word. However, the emulator loads up but the apps do not. I tried the Hellow World app and a sample project GestureActivity. Each time only the emulator works. My computer is reasonably fast and I've waited at least 10-20 minutes on occasions. Is thi...

Adding UISplitviewController to nib file of universal app, object not showing

So I've upgraded my iphone app to a universal app and am trying to add a uisplitviewcontroller. In MainWindow-ipad.xib, when I try to drag an object to the window, uisplitviewcontroller isn't an option. Furthermore, the screen size is the iphone's dimensions, not the ipad's. How do I get this to work with the universal app? Thanks. ...

Sort In App Purchases

I'm working on a store front for my in app purchases. I have the items being loaded into an NSMutableArray within -(void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response however all my products start with numbers. I'd like to sort these in ascending order but whenever I use sortUsingSelecto...

After downloading a Symfony aplication which command(s) do I have to execute in order to configure the database?

Let's say I want to download a Symfony's complete app, for instance, Jobbet I'll have everything necessary to run the app in my desktop but it wouldn't really work with an empty database. Is there a terminal command to create and fill the database with everything that the app requires? ...

App Engine - Datastore - Indexing

This is a general App Engine data store indexing question. The data store automatically build indexes that can be used for simple single property queries (queries that do not involve composite keys). Does the overhead in generating this index vary on the underlying data type of the entity's property ? Essentially my question boils do...

apps in app? make one app and put in several apps

Is it possible to make a shell for serveral app(So i can put many games in only one app) ...

Facebook Get User ID From Application Tab

Hello! Facebook apps are allowed to have a tab that a user can add to his profile's tabs if he wants. How can I get the uid or otherwise identify the currently logged in user in order to customize the layout for him please? Thank you. ...