Tagged AVFoundation
This is audio player application consist some indian religious audio tracks. User can download tracks and play offline from iOS device.
Features:
– Browse Album and tracks.
– Download tracks for offline play.
– Background download support, i.e. you switch to other application while download in progress.
– Multiple downloads works in parallel, i.e. you can Stop/Resume any download.
– Play it once all tracks downloaded.
– Continue to play in Lock Screen also.
– Clear download track anytime by swipe track row.
– Share app via Facebook, Twitter, Email and SMS etc.
– Refresh and fetch new list using refresh button.
– Sometime app cache cleared automatically, so you need internet connection to reload the list.
– Downloaded content flagged with NSURLIsExcludedFromBackupKey, so it will not occupy iCloud space.
Supported Device:
iPhone 4s/5/5s/5c/Se/6/6Plus/6s/6sPlus, and all iPad with iOS8 or iOS9.
Read more
AVFoundation,
iOS,
MediaPlayer,
MPNowPlayingInfoCenter,
MPRemoteCommandCenter,
NSFileManager,
NSURLCache,
NSURLSession,
REST,
Swift,
UIActivityViewController,
Xcode
Video player demo application build using Swift 2, Xcode 7, and iOS 9.
This is simple video player application build using Swift for iOS platform. It is using AVFoundation library and AVKit. It uses AVPlayer to play video file. This application can be used as a base for Video Player project and expand it’s functionality. It’s free for personal or commercial use.
It consist functionality below:
– Play video from Local resource.
– Play video from Remote url.
– Uses AVPlayer for video player.
– Uses AVPlayerViewController to present video screen.
Read more
Audio player demo application build using Swift 2, Xcode 7, and iOS 9.
Swift based sample application build using AVFoundation library. It uses AVAudioPlayer for playing mp3 file. This application can be used as a base for any Audio Player project to expand it’s functionality. It’s free for personal or commercial use.
It consist functionality below:
– Load mp3 using AVAudioPlayer
– Change Track (Next, Previous).
– Play, Pause current track.
– Show label for currently playing track.
Read more