Skip to content
JOYNAL ABEDIN

JOYNAL ABEDIN

SOFTWARE ENGINEER

"The purpose of our life is to be happy"- Dalai Lama

  • Home
  • API
    • Web API
    • Swift API Call
      • Method 1 (URLSession)
      • Method 2 (Moya)
      • Method 3 (Combine 1)
      • Method 4 (Combine 2)
      • Using DataTask 1
      • Using Data Task 2
      • Using Data Task 3
      • Using Async Await 1
      • Using Async Await 2
  • WEB
    • .NET MVC CORE
    • HTML
    • CSS
    • BOOTSTRAP
    • JAVASCRIPT
    • Memory
  • iOS
    • Swift
    • SwiftUI
    • Animation SwiftUI
    • Combine
      • Combine Introductions
    • Objective-C
    • UI/Unit Test
      • Unit Test
      • Menu Ordering
      • UI Test
  • PROJECT
    • WEB DESIGN
    • IOS PROJECT
  • LANGUAGE
    • C
    • C++
    • C#
    • JAVA
    • PHP
    • PYTHON
  • RESEARCH
    • MACHINE LEARNING
      • Depression Analysis On Final Year Undergraduate Students Through Machine Learning Techniques
      • Titanic: Machine Learning from Disaster
    • ARTIFICIAL INTELLIGENCE
  • LINK
    • Github Link
    • LinkedIn Link
    • Website Link
    • All Important Link
  • About Me
  • Others

Author: joynal27

SwiftUI 

Error Handling

13/09/2022 joynal27 205 Comments error, errorHandling, swiftui

Declaring Error Types: As an example, consider a method that is required to transfer file to a remote server. Such

Read more
Linear Gradient Color
iOS Swift 

Linear Gradient in Swift

08/09/202208/09/2022 joynal27 1,363 Comments layer, linear gradient layer

  How to Create Linear Gradient in Swift with CAGradientLayer — iOS Swift Guide   With CoreAnimation and CAGradientLayer, iOS

Read more
Struct VS Class
Swift 

Struct VS Class

03/09/202208/09/2022 joynal27 307 Comments class, class vs struct, struct

When we need to decide how to store data and model behavior, there are two choices: Classes and Structs. In

Read more
Scale, rotate, transform
iOS Swift 

Adding Transforms to a CALayer (translate, rotate, scale)

29/08/202230/08/2022 joynal27 854 Comments calayer, ios, swift

There are a number of different transform you can do on a layer, but the basic ones are  Translate (move)

Read more
Localizable Application
Others 

App Localization in Swift

27/08/202227/08/2022 joynal27 375 Comments

In this article, you’ll learn how to prepare your App to support multiple languages, including resources translation How to Localize

Read more
.NET MVC CORE C# 

C# Properties, Class & Method

26/08/202226/08/2022 joynal27 158 Comments c#, DotNetCore, mvc, properties

A property is like a combination of a variable and a method, and it has two methods: a get and a set method: C#

Read more
operationQueue
Memory Thread 

Operation & OperationQueue

24/08/202217/09/2022 joynal27 363 Comments ios, operation, operationQueue, swift, uikit

Operations are an object-oriented way to encapsulate work that you want to perform asynchronously. Operations are designed to be used

Read more
DispatchGroup
Memory Thread 

Dispatch Group

14/08/202217/09/2022 joynal27 17,441 Comments dispatchGroup, ios, swift

Grand Central Dispatch (GCD) is a framework provided by Apple that was released in 2009 with OS X Snow Leopard

Read more
DispatchSemaphore
Memory Thread 

DispatchSemaphore

03/08/202217/09/2022 joynal27 9,073 Comments dispatchSemaphore, ios, semaphore, swift, uikit

An object that controls access to a resource across multiple execution contexts through use of a traditional counting semaphore. A

Read more
ViewHeirarcy
iOS Swift 

View Hierarchy

30/07/202230/07/2022 joynal27 848 Comments ios, swift, ViewHeirarcy

  // // ViewController.swift // ViewHieararcy // // Created by JOYNAL ABEDIN on 30/7/22. // import UIKit class ViewController: UIViewController

Read more
  • ← Previous
  • Next →

MEMORY & THREAD IOS

operationQueue
Memory Thread 

Operation & OperationQueue

24/08/202217/09/2022 joynal27 363

Operations are an object-oriented way to encapsulate work that you want to perform asynchronously. Operations are designed to be used

DispatchGroup
Memory Thread 

Dispatch Group

14/08/202217/09/2022 joynal27 17,441
DispatchSemaphore
Memory Thread 

DispatchSemaphore

03/08/202217/09/2022 joynal27 9,073
Swift Concurrency
Memory Thread 

Swift Concurrency: Introduction

26/07/202217/09/2022 joynal27 967

SHORT QUERY

SHORT QUESTIONS Uncategorized 

How i will Read & Write Data in path Swift?

08/11/202209/11/2022 joynal27 333

//directory let path = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent(“fileSave”) let data: Data! //for Read Data do{ data = try Data(contentsOf: path)

SHORT QUESTIONS Uncategorized 

Custom viewDidLoad() Modifier in SwiftUI

22/10/202209/11/2022 joynal27 697
SHORT QUESTIONS Uncategorized 

How i will change color & text in keyboard return button swiftui?

22/10/202209/11/2022 joynal27 298
SHORT QUESTIONS Uncategorized 

How i will swipe list item in swiftUI?

22/10/202209/11/2022 joynal27 328
SHORT QUESTIONS Uncategorized 

How i will select text in swiftUI?

22/10/202209/11/2022 joynal27 208
SHORT QUESTIONS Uncategorized 

Where we should use @StateObject @ObservedObjec in SwiftUI?

22/10/202209/11/2022 joynal27 219
SHORT QUESTIONS Uncategorized 

How i will check is it dark mode or light mode in swiftUI?

22/10/202209/11/2022 joynal27 242
SHORT QUESTIONS Uncategorized 

How i will back previous view without using .navigationBar() in swiftUI?

21/10/202209/11/2022 joynal27 210
SHORT QUESTIONS Uncategorized 

How i will show new screen using .sheet(), Transition & AnimationOffset in SwiftUI?

21/10/202209/11/2022 joynal27 242
SHORT QUESTIONS Uncategorized 

How to use .sheet() & .fullScreenCover() in SwiftUI?

21/10/202209/11/2022 joynal27 264

WatchOS

WatchOS Widget 

Gauge Style in SwiftUI

09/09/202309/09/2023 joynal27 75

In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a

WatchOS 

Complications(accessories) guideline for WatchOS

08/09/202308/09/2023 joynal27 143
WatchOS 

Data Transfer iPhone To Watch using SwiftUI

30/07/202330/07/2023 joynal27 249

About Author

My name's Joynal Abedin & I'm software engineer. I work with iOS & Web Development. I have joined Tech Department & Work On 4+ years as a iOS Developer(On Going) Appnap Technologies Ltd. I’ll be getting in touch with bloggers to increase our online presence with such a wonderful excellence blogging article.

Contact Me

Gmail: joynalcu7@gmail.com

Copyright © 2025 JOYNAL ABEDIN. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.