Exploring Flutter Navigation: From Basics to Advanced Routes
By: Muhammad Saeed Younus
|
December 6, 2023
Hello, everyone! It’s been a while since we last caught up 😄. Today, I'm excited to share an effective method for creating...
How to fix IOS compass calibration issues
By: Muhammad Saqlain
|
March 28, 2023
Compass calibration issues on iOS devices can occur due to a variety of reasons, such as interference from magnetic fields, hardware or...
Testing Android Applications With Perfect Coverage
By: Muhammad Bilal Ahmed
|
March 14, 2023
Android apps could be tested in different ways. For example: functional, performance,accessibility and compatibility testing. And also scope wise depending on size,...
Enhance CSS for styling React components using Styled-Component
By: Muhammad Saqlain
|
September 11, 2022
Styled-components is a new & better way that lets you write actual CSS in your JavaScript. You can still use all the...
How to use Skia in React Native
By: Muhammad Saqlain
|
September 6, 2022
Skia is an open-source, high-performance 2d Graphics library that works across a variety of software & hardware. Skia uses platform-specific graphics API...
Fetching data with React-Query
By: Noc Folio3
|
September 6, 2022
Global state management combined with fetching data has always been a problem to crack in react applications. The most common patterns that...
Mobile Device Fragmentation – What is it?
By: Noc Folio3
|
August 12, 2022
Mobile device fragmentation is a process that happens when some mobile users are using the older versions of an operating system, while...
Parental Control – ScreenTime API iOS
By: Noc Folio3
|
July 7, 2022
Introduction: Recently, Apple released the ScreenTime API for iOS. Although the ScreenTime feature has been there since the release of iOS 13,...
Secure Mobile App Credentials in React Native
By: Noc Folio3
|
June 10, 2022
How to secure mobile app credentials using React Native key-chains? Businesses prioritize robust security at all levels, mainly around customer data. And...