PinnedInHungerStationbyAli Akhtar·Jan 17, 2023Pluggable Domain Component in iOSIn mobile apps, sometimes screens are considered the real estate of the software we are developing, where each screen or group of screens…A response icon1A response icon1
PinnedAli Akhtar·Jun 18, 2021Figure 31SwiftUI Part 2 (DataFlow in SwiftUI — 1 )As shown in Figure 1 , we have Text stlyle rendering is based on some condition if selected == true we will make the background color of…
Ali Akhtar·Feb 12, 2025Swift New Concurrency Framework (Part 4) TaskIt is recommend to see part3 before continue this
Ali Akhtar·Dec 15, 2022Flutter Course — Message Communication between Flutter and iOS Native CodeBefore start to this blog , it is required you read this blog as well
Ali Akhtar·Dec 11, 2022Flutter Course — Use Flutter in Existing iOS ProjectFlutter is an open-source UI software development kit created by Google. It is used to develop cross-platform applications for Android…A response icon1A response icon1
Ali Akhtar·May 12, 2022Swift New Concurrency Framework (Part 3)It is mandatory to read part2 before continue this
Ali Akhtar·May 11, 2022DS & Algorithm (Linked List)A linked list is a collection of values arranged in a linear unidirectional sequence. A linked list has several theoretical advantages over…
Ali Akhtar·May 10, 2022Swift New Concurrency Framework (Part 2)It is mandatory to read part1 before continue this , OR if you have idea how async/await basic implementation
Ali Akhtar·May 8, 2022Swift New Concurrency Framework (Part 1)Synchronous / Asynchronous FunctionA response icon1A response icon1