PDA

View Full Version : [iPhone SDK] Anyone know if SDK is capable of doing this?


yalag
03-10-2008, 09:18 PM
I have a couple of functionalilty in mind not sure if the SDK can do it. First I know the SDK can do some sort of animatino, but can it do animation similar to this?
http://www.youtube.com/watch?v=aM_8vhVE6jA
Does anyone know if core animation the API is included for the iphone?

Also, do we have access to files on the iphone? For example if I wanted to edit the photos in the photo library is it possible to save? What if I wanted to play some songs in the phone's music library, is that possible? Or are apps only limited to the data created by themselves?

Thanks

chrisc9867
03-10-2008, 11:50 PM
Didnt watch the video, but the other stuff you mentioned is apparently all possible and quite easy to do. You should really check out the documentation....

yalag
03-11-2008, 04:14 AM
Im not sure if its really easy. For example, can I read from the music files and play it without activating the ipod app? Play the music within my app? Can I write to its database for things like ratings? Any points to where in the API does this? I checked the docs already....

NeoPheus
03-29-2008, 12:47 AM
Yeah, thats an interesting question!
Is there any API where I can play music files... I know there is AudioToolbox framework but thats not sooo easy and I have no access to the iPod library!

I just want write a sleep app...
I choose a playlist, a time for the duration, and a time for fading out...

Thanx ~Neo