app

How do I host an appwidget on my custom home screen?

Hi, I currently modifying the sample home screen app from the SDK. My question is how do I add an appwidget to the sample home app on a long press? ...

Failed to create a window when launching it through reflection from the console app

Im trying to launch a dialog by invoking several methods from a windows forms assembly. My app is a console app. All the execution logic goes well and without exceptions, but the window is not launched. Is it a known issue that you cant launch a windows form from a console app? ...

Tesseract Training on iPhone

I'm using Tesseract in one of my applications, and I'm having trouble obtaining perfect results. When I use the library on a perfect screenshot, it gets most of the text and that's fine. But when I use it on a photo for example, it has trouble working it out, and sometimes it won't even return anything. I know you can train Tesseract, ...

is there any way to deploy my app built in XCode3.1.2 with My Mac10.5.8 to iphone4(SDK4)?

I just want to test the app in a real device, but it seems the SDK does not match, I only have a 10.5.8 Mac and can not upgrade to 10.6 rightnow, then I could not get the lastest SDK version 4. Any method to do that? ...

iPhone Lite version - what is allowed?

I'm scratching my head over this. I have a moderately successful app which has a free "LITE" version in addition to the full one. This is a utility app, not a game with levels, and I'm having trouble figuring out what Apple will accept for the lite version. The reason this is now an issue is that I've brought both code bases together wi...

Question concerning the new apple app-store-guidelines & OpenFlow

In apples new release of the app-store-guidelines they state in 9.2. App user interfaces that mimic any iPod interface will be rejected 10.2. Apps that look similar to apps bundled on the iPhone, including the App Store, iTunes Store, and iBookstore, will be rejected does that mean, that Coverflow is prohibited even if I use OpenFlow ...

How can I get more than 11 characters into the name of my app on iPhone?

The name I want to use for my app has 12 characters, I had read that Apple will only allow 11 at this time, but then I found an app with 13 (tiltshiftfocus). I was wondering if there is anything special I need to do in order to submit my 12 character app name? ...

How to convert an illustrated PDF (book or magazine) into an iphone or ipad app

Hello! I'v seen many apps to convert PDF into EPUB, but I'm trying to understand what's the best way to show an illustrated book, not a text-only one, on iphone or ipad. it seems that an APP would fit best. is there a way to automatically convert a PDF into a flipping ebook app? or there are any framework that I should use? thanks! ...

Android Contacts

Hi I have a java code for contacts app in Android and it needs a package named import com.google.android.collect.Maps; I am not able to figure out how to include this in eclipse so that I can go ahead working with this app. ...

Universal Application: two different version for iphone and ipad

I have 2 different version of one program! One for ipad and one for iphone! I don't care about dupplication of code. There is an easy and fast method to make a universal application with different file (xib, .m and .h) for specific device (ipad, iphone) thanks ...

Do I need to offer an iPhone app under GPL if the webserver software is licensed under the terms of the GPL?

I'm about to write an iPhone / Android app to have a nice GUI on my mobile devices for an Open Source project which is mainly a web software with html frontend. The server is licensed under the terms of the GPL 2. There will be an JSON API which I will implement in the server code. I will release the API on server side under the GPL 2 t...

Google App Engine Python: sys.path.append not working online

I have this import sys sys.path.append('extra_dir') import extra_module It work perfectly under Windows XP App Engine SDK (offline) But when deploy online, it give me <type 'exceptions.ImportError'>, what am I missing to deploy it online? ...

iphone app approved but bug found before release

Hi, I just got my app approved....but realised there is a bug that will need a small fix. I do not want to release this app with the bug. I am unsure how to get this fixed. If I submit another binary it will go through the review process again. I will also need to put a new version (1.1). If I still have to submit a new version, can ...

Web server that handles HTTP post json request

I'm creating an iPhone app and I want the app to be able to send some information in the form of JSON string over a web server/app (I really don't know) and display it in a web page or save it to a file. I know how to send the request from the iPhone, the problem is I don't have a clue on how to implement the server side and integrate it...

Slow app launch

Hi! My iphone app is launching very slowly, and I have no idea why. My application:didFinishLaunchingWithOptions: isn't really heavy, I'm just setting the managedObjectContext for each of my five view controllers of my tab bar controller. Does anybody have an idea what causes the slow launch? Thanks. - (BOOL)application:(UIApplication ...

PHP Facebook App Help!

I wrote a Facebook app from PHP and HTML that work perfect in the Opera browser, but doesn't work in Internet Explorer or Google Chrome. The page index of the app is at: http://apps.facebook.com/zbtmajik/ After you choose an image to upload and choose the 'Upload' button, it is supposed to redirect to http://majik.zbrowntechnology.inf...

Using Instruments, how can I tell what is causing my iPhone app to freeze?

My iPhone app tends to 'freeze up' the UI when comes into the active state from the background. How can I use Instruments to find out the cause of the freeze? What instrument should I use? What are the key columns I need to look at in the Instruments panel? ...

multiselect from dropdownlist for web app?

I'm building a web app that will come back with a report. For certain parameters where the user has requested a dropdown list, they also want to be able to select more than one option at a time. e.g. show me all transactions from the states of TX, WV, and ID. The reason I've decided to go with the dropdownlist they requested and not a ...

app installations overwriting each other

I have developed two android apps...when i install them on my phone to test them.. they overwrite each other. I do not want this to happen. The intent is to have both installed on the phone as separate apps.. how do i fix this? I developed them with eclipse. ...

iPhone in App purchases subscription expire problem

I implemented inApp purchases with a subscription and when the user buys it in sand box and the subscription expires after lets say 5 minutes the system says "Product already purchased. Do you want to renew it ?" when the user tries to buy it again. How can I tell the apple server that the subscription has expired ?? And that the user r...