I need to display some very large images on the iPad. The files are jpgs and are about 6700x2700 (maps). Is there any way around loading the entire image into memory?
Currently I load it int a scroll view for zooming/panning.
The images are stored locally on the device.
Hi,
I have a video store in my bundle, how can I display a thumbnail of it with the new Media Player Framework from the Ipad (thumbnail + the white play button on it), I can also store my video online it will be better.
Someone have an idea?
best Regards,
How do you load a view on top of another view in the iPad like in the wordpress app when it asks you to setup your blog. Can you show or post me some sample code. I have an NSUSerdefaults setup so it will display this on the first launch. I would like this view to look like this http://uplr.me/files/p45064.png
See how it has the shaddows and the view is darkened in the back. Thats what I am trying to do.
Using MonoTouch 2.0 and MonoDevelop 2.2.2 I created an iPad app.
It is set to the 3.2 OS
When I submit the app it says that this binary was created with a beta version.
I have the newest XCode/SDK
Does anyone know if it is possible to access the iPad's camera connection kit? I would like to read the files off the connected mass storage device. Would this be possible or is this something that only Apple can do in there apps.
Thanks
Hello everybody,
I'm trying to develop something in the cloud incorporating video, text and images.
However, any hyperlinked content that appears above or below the video is unclickable, as the video takes the focus on the iPad.
This isn't a problem with Safari in general, as it works on Desktop Safari.
Thankyou,
BH
Hi,
I am playing the iphone-streaming videos via webview. The problem is that if I play the stream in the iphone everything works fine.
But when i play the stream in the iPad. the streaming does not stop until i exit the app or play some other video.
Anybody knows a workaround for this or how to close the streaming when user closes the webview.
Thanks,
madhup
I want to roll a beta test session for my iphone and ipad application with general public. Want to get some feedback before officially launching the app. Does anyone know of a a good community that I can tap into?
I found http://ibetatest.com via google but not sure how good/bad it is?
I was wondering if there was any sample code out there that performs similarly to iPad's Photo Gallery? Specifically the preview functionality where you use two fingers moving outwards slightly to get a preview of the photos inside a particular album.
I can't find any support for GL_TEXTURE_RECTANGLE_ARB in OpenGL ES. Is there any extension specific for iPhone or iPad which can render arbitrary sprites (non power of two)?
Thanks for help.
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?
Hi,
I am using media player control in my iPad application. I want to stop going media player into full screen when user click on Full screen button.
Is this possible?
Thanks,
Jim.
Here's an example of the type of background image I'm talking about...
Clearly, there's a pattern in it. My question is, if this were an iPad app and the background image was twice the size, would there be any significant benefits to taking advantage of this pattern by tiling the image? Or would it really make no difference in terms of performance and just be easier to load the entire image into a UIImageView?
Thanks in advance for all your wisdom!
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.?)
Hi, I am using the same technique as i populate my UITableView in iphone while writing my iPad application.
Tab Bar Controller UINavigationControllerUITableViewController of type myCustomTable(load From NIB)
MyCustomTableViewController NIB and class file implements the delegate methods
@interface MyCustomTableViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {
NSMutableArray *PDFList;
IBOutlet UITableView *PDFTable;
}
but my delegate methods are not getting called. What do i do?
I am new at ipad and iphone development.
I would like to parse the table content of a PDF file.
This way i can map page number and set an internal link so i can jump to that page.
Could you please provide me a sample of code ?
Hi there,
Using the latest SDK from Apple, I noticed that while running on the iPhone works fine, the iPad version of my application doesn't "accept clicks" on any view/widget that is outside the "bounds" of the standard iPhone screen.
Any idea?
Thanks,
Reuven
When developing for iPhone/iPad do you
Do unit/integration/etc testing?
What framework(s) do you use?
What other framework(s) have you tried (if you decided to not use them, why not?)
NOTE This is based on a question asked a few days ago (that has since been heavily edited). Question generated some interesting responses that may be useful to aggregate in one place.
I am looking to increase the size of my iPad simulator when it is fired up on my mac, how would I go about doing this?
The size of the simulator right now is very very small, I can't even see the text on it!
Hello everyone,
I created a manifest file with 1000 items. Safari, Mozilla browsers are saving the files offline successfully and even Android saves the files correctly offline.
OniPad and iPhone when I am trying to save more than 300 items in some point the applicationCache returns "error". When I am trying to save less (e.x.: 200) it saves the files correctly and the applicationCache returns "cached".
Any ideas?
Thank you.
I have no real need for the entire SDK, my project involves mainly JS and CSS on an ePub structure. My fiend lend me his MacBook on which I'm typing now.
I can create everything on a PC box, import to the MacBook and than test it on the emulator.
So - how do I install an iPad emulator on a MacBook ?
Thank you for your assistance.