Category: Development

Category: Development

Rotate AVPlayer to Full Screen in Swift iOS
Image July 16, 2023 Development,iOS Development Pushpendra Kumar

By enabling the ability to rotate AVPlayer to full screen, you empower users to customize their viewing experience, whether they prefer landscape or portrait orientation. This feature enhances user satisfaction and ensures a more immersive video playback experience. In today’s fast-paced digital world, providing a seamless and immersive video playback experience is crucial for app

Details
AVPlayer : Play, Pause, Seek, and Time Control in iOS with Swift
Image July 9, 2023 Development,iOS Development Pushpendra Kumar

AVPlayer is a powerful framework in iOS that allows us to handle video playback with ease. In this blog post, we’ll explore how to implement essential control functionalities for AVPlayer, including play, pause, seek, and time control. By the end of this tutorial, you’ll have a comprehensive understanding of AVPlayer control implementation in iOS using

Details
Rotate Video Player in iOS Swift like Netflix, Prime, and Hotstar
Image July 1, 2023 Development,iOS Development Pushpendra Kumar

Welcome to Part 2 of our blog series on building a custom video player in iOS using Swift. In this part, we will focus on Rotate Video Player in iOS Swift like Netflix, Prime, and Hotstar. Why Device Rotation Control Matters for a Rotating Video Player : Rotate Video Player in iOS When users watch

Details
Custom AVPlayer in iOS with Swift : Like Netflix, Prime or Hotstar
Image June 29, 2023 Development,iOS Development Pushpendra Kumar

Welcome to Part 1 of our blog series on building a custom AVplayer in iOS using Swift. In this series, we’ll walk you through the process of creating a powerful and feature-rich video player inspired by popular streaming platforms like Netflix, Prime, and Hotstar.  In other words, we’ll lay the foundation for building an exceptional

Details
ForEach Loop in SwiftUI: Creating Dynamic Views
Image June 24, 2023 Development,iOS Development Pushpendra Kumar

Welcome to our comprehensive guide on mastering ForEach loop in SwiftUI. In this tutorial, we will explore how to effectively use ForEach loop to create dynamic and interactive views in your SwiftUI app. Whether you’re new to SwiftUI or looking to enhance your existing knowledge, this guide is perfect for you. Introduction to ForEach Loop

Details
SearchBar in SwiftUI : Best User Experience
Image June 18, 2023 Development,iOS Development Pushpendra Kumar

Welcome to our comprehensive guide on mastering the implementation of a SearchBar in SwiftUI. In this tutorial, we will walk you through the process of creating a powerful and visually appealing SearchBar that will elevate your app’s user experience. With a well-designed and feature-rich SearchBar, you can improve content discovery and make navigation within your

Details
Button Animation in SwiftUI: Scaling Animation on Tap
Image June 10, 2023 Development,iOS Development Pushpendra Kumar

Welcome to our comprehensive guide on creating captivating button animation in SwiftUI. In this Video tutorial, we will focus on implementing a scaling animation that dynamically responds to user interaction. By mastering this technique, you can make your buttons come alive with smooth and engaging animations, enhancing the overall user experience. By incorporating scaling animations,

Details
Why use AppCompat in Android development?
Image April 27, 2023 Android Development,Development Pushpendra Kumar

As mentioned before, the AppCompat in Android development provides backwards compatibility for new UI features and APIs introduced in later versions of Android. This means that by using AppCompat, developers can make sure that their app works as intended on a wider range of devices and Android versions, without having to write separate code for

Details
UITableView Animation | Professional iOS Developer
Image May 3, 2022 Development Pushpendra Kumar

Hey, Guys, I hope you are looking for the advanced level for UITableView Animation. If Yes, Then you are in the right place. In this tutorial, I have given a complete and very easy demonstration of the scalable and dynamic table view with animation. And yes of course professionals follow the same to manage their

Details
TableView Height as Per Content Size in Swift5 : iOS
Image April 3, 2022 Development Pushpendra Kumar

Hey, Guys I hope you are looking for the height adjustment of the tableview in swift. If Yes, They you are on the right place. In this tutorial, I have given the complete and very easy demonstration about the UITableviewHeight adjustment of the as per content size. And while you are going through with this

Details