Read more

Show more

Flutter Routing and Navigator

Mastering Navigation in Flutter: A Deep Dive into Routing & Navigator Flutter, Google's UI toolkit for buildi…

The Flutter Container Widget

Understanding the Flutter Container Widget The Container widget is one of the most versatile and widely used widgets…

URL Shortener From SMS in Android

How To Shorten & Read a URL  in Android From SMS Deep linking allows you to direct users to a specific page within…

OpenSSL SSL_connect

OpenSSL SSL_connect: SSL_ERROR_SYSCALL The error “OpenSSL SSL_connect: SSL_ERROR_SYSCALL” in cURL usually indicates a…

Alternative of cURL in PHP

Alternative of cURL in PHP If you want to make an HTTPS request without using cURL in PHP, you can use alternative …

Hello World app in Flutter

Hello World App in Flutter In Flutter, everything is a Widget, and by using predefined widgets, one can create user-de…

onBackPressed() is deprecated

OnBackPressedDispatcher in Android While Targeting Android 13 ,  OnbackPressed  Override Function is deprecated. Usua…

SSL Pinning Failed in Android

SSL Pinning Failed in Android Your SSL Pinning implementation looks mostly correct, but if it’s suddenly failing, the…