The SpeakHere demo application that Apple provides records to Apple's .caf format. Is it possible to record directly to .mp3 format on the iPad/iPhone?
I have sent a request from both iphone and android platform to nginx server nginx/0.7.67 + Phusion Passenger 2.2.15 with this code in ruby:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
but when I check on /conf/nginx.conf file I didn't see any log appears. However when I request from computer browser, I can see the log in nginx.conf file.
Any one has met this problem and please give me some suggestions? Thank you.
Hello !
I'm trying to ressurrect UnderC C/C++ interpreter https://code.google.com/p/underc-fltk/ and I got it to compile with modern mingw compilers 3.4.5 and up, I need some experts advice on some topics:
-Yacc/Bison grammar (example some problems with recognizing "unsigned" alone and "friend class")
-ARM assembler only one function to call native os functions (X86 already there for windows and linux)
-General improvements
I expect it to work on WINCE, IPHONE, SYMBIAN in the near future.
Thanks in advance for your expertize, time and attention !
I am given a task to R& D ebay api. As i have tried to explore on net i still have no clear idea that how and why to use it in my apps. Also are there many ebay api's for different purposes? Any sample code available using this api in objective c for iPhone. Any doc available providing general info about it.
Hello, I have a problem...
In my view i have Textfield.If i move that TextField it should open iphone keyboard occupies.Extra TextFields doesn't display
Please help in this issue.
Most of the Android users use the GO SMS app, and the iPhone users use their normal messaging app (Android rocks). Now, whenever a user types a message and presses the send button, the message's edit text field sets a glossy green background, also the green colored background comes floating at the back of the edit text field. How do they do it?
(I have been searching this for a while, but was unable to find an answer.)
Hi Everyone,
I have an HTML String like something etc... some other html string etc... something
I would like to print in a field this string formatted.
in android I use a webview...
in iphone a UIWebView...
but in BlackBerry?
Thanks ;)
Sergio
So I've spent a lot of time making an iPhone game and have recently realized that I don't have to limit myself to just Apple - I know there are app stores for Palm and Android, but does anybody know of a good "app store" for the plain old PC? I would like to have one where individual developers can publish an app and not have to worry about all the billing and piracy issues!
Image says it all really. The debugger is stopped on the line immediately after this, inside the if statement.
What is going on here?
EDIT: this is debugging on device on an iPhone. I'm going to try the simulator and see if the same problem occurs.
I am working on a notification system in my iPhone game and want an image to pop up on the screen and automatically fade after 2 seconds.
User clicks a button that calls the method "popupImage"
An image appears on the screen in a designated spot, it doesn't need to fade in
The image fades out by itself after being on the screen for 2 seconds.
Is there any way of doing this? Thanks ahead of time.
I'm in the process of learning C++. But there's so much more that I want to do online - web apps, iphone apps, websites.
So I'm thinking of learning another language, one that would allow me to make (or at least attempt to make) useful applications.
Now, what language should I look into learning? And, how do you recommend I go about learning it?
I'm just getting started with Mac and iPhone development, and naturally my first step is to change the color theme. I've found a theme I like here, but I can't find the folder they reference in my ~/Library/Application Support/ folder. How can I install these files?
Thanks!
Hi I am new to IPhone paltfom.
And I wonder how can I underline a text with UIWebView?
I know this is quite simple, but I couldn't get any clue from the menual
can anybody show me some code snippet?
The text should be a passed-in parameter.
thank you very much.
Hello,
I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed.
How is this possible? What do I have to change? (target settings, info.plist, etc.?)
in my app the user saves data in archive using core data and sqllite.
1. is there a way letting him the option to back up his data and restoring it in the future?
2. does the user info is backed up with the iphone regular back up?
thanks
shani
Hi guys,
I wanted to know whether we can implement both date and time picker in one view...
In iphone app you can pick both date and time through one view. But in android we have date picker and time picker seperately. So, is there any method by which i can get values of both date and time from one view???
I am considering using the MvvmCross framework for a cross platform mobile application that will target Android, iPhone and WP7. Does anyone have any experience with this framework they would like to share, and are they aware of any constraints or limitations that it would be useful to be aware of?
For example, am I still able to use native page transitions of my choosing?
Are there any performance or storage (app size) implications?
I tried to deploy the app to the iphone device for test.When I pressed the run button, one error accured.pic is attched below.
"the file 'Simple-Info.plist' could not be opened because there is no such file".But the file is there in the project!
I mentioned the path of the file which was marked in red in the pic.Why there is 2 Simple(the Project name) in the path?
Anyone could help?!
enter image description here
I have used MFMailComposeViewController class in my iPhone app for email functionality.When I try to fill email body keypad comes.Here How can I use resignFirstResponder for that email body textfiled in MFMailComposeViewController class.
Is it possible to download a folder and its contents using air for android? I would like to also use the same code on iPhone.
I need it to be stored in the application storage so we can reference the content once downloaded.
I know it's possible to download content as referenced in this question: Download Content using Air For Android
but can a person download the entire folder and again store it in the application directory?
Thanks
@lukevain? :)
For the iPad, iPhone, iTouch app that talk to remote web service by making NSURLConnection calls, is there a way for the remote service to tell what kind of device that the call is made from?
It looks like Android won't natively support in-app purchases for a while, and when it does there might be a huge user base with devices that don't support them.
What's the best way to implement iPhone-like (additional content or services) in-app purchases in Android using the Android Market if possible?
The solution should consider in particular:
For all kinds of in-app purchases: Android Market's 24-hour cancellation policy
For consumables/non-consumables: storage of additional content (ie: use precious application memory to avoid piracy, or use SD card to avoid bloating application memory)
Thanks!
http://www.google.com/mobile/maps/
Using this on phones without gps, the locatiosn can be obtained as well.
I am currently using the html5 geocoder/gear for obtaining locations. However this only works for iphone and android. BUt how does google map get the information from phones without this capbility?
I'm making a new Mac OS X application. (not an iPhone app)
This is document-based application.
It shows a new "Untitled" document instance automatically when it starts up. How can I block this behavior? I wish my application show no window at start up.