VS Code for Laravel Development VS Code is one of the best editors available to developers now, no doubt about it, I always wanted to have such an editor which would support 4/5 languages. Changing your editor or IDE for each language is cumbersome, many of us work on the front-end and backend simultaneously, VSCode …
Category Archives: software-development
Android ExoPlayer with Fullscreen button
Android ExoPlayer ExoPlayer is an open-source media player for Android developed by Google. It is designed to be used as a replacement for the Android platform’s built-in media player, and it offers many advanced features such as dynamic adaptive streaming over HTTP (DASH), smooth streaming, and advanced audio playback. ExoPlayer is highly customizable, and it …
Generic in Swift
Generic in Swift In the Swift programming language, the term “generic” refers to a type or function that can work with any type, rather than being tied to a specific type. This allows for greater flexibility and code reuse. For example, a generic function can be written to sort an array of any type, rather …