Hello friends,
Is it possible to play the video from youtube channel through iphone sdk code?
If yes please pass on the link or tutorial for the same.
Thanks in advance
What do you think is the best way to develop iphone apps on windows? What are the pros / cons of your method, and why do you use it over other options? How complex is your method in relation to other options?
I am more interested in standalone and web apps but fell free to discuss gaming graphics.
Yes I know you need to build on a mac to be able to put it on the app store, so no "use a mac" answers please.
I am working on an iPhone app for a client that needs to be able to manipulate directories on an arbitrary FTP server.
Does anybody know of any FTP libraries, frameworks, sample code that can remove directories from an FTP server?
NOTE I have thoroughly researched CFFTP and the SimpleFTP Sample code provided by Apple and it only supports half of the FTP protocol(I don't know why there is only half of the implementation).
hi,
I am new in the field of iphone development.
I want to render two images with the help of openGL one over the other the first image act as background and on the second image when the user touches then a method will execute.
Please help me out how to render these images.
thanks in advance
I am designing iPhone application project. In that I need to send MMS through that application.Is there are available api's to create MMS and send it like an email?
Will iPhone games that draw 2D textures like this:
glPushMatrix();
glTranslatef(xLoc, yLoc, 0);
[myTexturePointer drawAtPoint:CGPointZero];
glPopMatrix();
work with newer iPhones (that support OpenGL ES 2.0)? I'm asking because I just learned OpenGL ES 2.0 doesn't support glPushMatrix etc.
Cheers!
i am trying to build a ratings alert inside my iPhone application which I want to make it look similar to the alert view, when the application is going to be delete.But i would like to make the rating by pressing the button it should send my rating to the itunes. is it possible?
Thanks in advance!
I'm interested in learning about what additional features and APIs an app has access to when an iPhone is jailbroken. Can someone provide me with some basic resources to learn about this? I would be most interested in:
documentation on the private APIs
filesystem layout
app configuration, e.g. how did WinterBoard replace SpringBoard? Apps that replace the lockscreen?
tools needed
Suggestions appreciated.
Hi
IF someone has to develop the same application for Android and iPhone, is it more difficult to develop in one platform than on the other? Does it take more time?
Lets think about the average app. Lists, text , buttons, fetch information from the internet.
Thanks
Hi,
What I know that we can't develop a native app in iPhone which uses secure transaction(banking, purchasing etc). If we want to do so, we need to use Browser in app.
Just let me know if I am correct. Is there in link which clarifies my concern.
Thanks
SD
I have a sqlite databse that holds a table. The table contains about 7500 data. I've fetch the 7500 data in a UITableView. A UISearchBar is used to search the UITableView.There is no problem in simulator but when I run in a iPhone device, then it will take time to load and when I type to SearchBar then it hangs the device keyboard.
Is there any optimal solution to load 7500 data in a UITableView?
Good Day!
i want to add a subview in another view in iphone. and i want that child view to be of size which i want like if i want to change its height/width i can. Can somebody please suggest me something or help me out in this regard.
Thanks in advance
Hi,
I am developing an iphone application which needs to upload some image files to server.The images needs to be uploaded as binary data.I converted the image to NSData using
[NSData dataWithContentsOfFile:filepath];
But i dont know how to convert this NSData to Binary data.Looking for a solution
Thanks,
I have developed an iPhone app with a launch image. When starting the app in the simulator, the image zooms in as expected. However, when the app is deployed to my physical device, the zoom animation is very short and sometimes completes instantaneously.
I'm sure it's nothing to do with my app start up as I put a sleep call in applicationDidFinishLoading to slow it down and this occurs after the zoom animation has completed.
Hi, I'm doing image modification on my iphone simulator using pixel value.
I created severals photo that I saved in the User Photo Album, and I want to get it back from the simulator to my imac. Where can I found the image?
I am I want to develop a Campus Map application on iPhone. I am searching for a way to figure out how to sync Current Location from Maps with my campus map. Or is there any other approach for building this app ?
Suggest some good websites/ blogs/ groups working on something similar so that I can get information.
This might be a really silly question, but is the iPhone SDK available in C++? Since I heard C++ is an officially supported language, is their any SDK avaliable for it?
Hi,
I am developing my first iPhone application.I need store some values in a place where the values will not get lost if the app is deleted .I need this to get the number of days the user actually used the app.Is this possible to do ?
Thanks in advance
I am open iphone photo library from the my application.And i am selecting photo in squre shape.Its fine.But i want select photo in round shape.How it possible?
For those of you who know/experienced both blackberry and iphone development, which platform did you prefer and why?
I'm looking for things like debugging ability, api stability, UI development, deployment, IDE, documentations etc.
I know iPhone development fairly well. From personal experience, how hard would it be for me to get into Android. I am concerned less about code than I am about distribution of my software, given the fragmentation of the Android OS on compatible devices.
I am trying to create a map app for iphone and I have a little problem. Every pin on the map has a different name. How can my program know which pin button is pushed so it can get the data from the server. I've created only one detailed view and I don't know how to make this work.