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

swiftui

Swift SwiftUI UI/Unit Test 

UI Test in SwiftUI – Part-1

12/09/202312/09/2023 joynal27 70 Comments swiftui, Test, UITest

Step_01: Select your Xcode and in iOS target give project name like “UITestAppDemo” and also turn on the inlcude Test

Read more
WatchOS Widget 

Gauge Style in SwiftUI

09/09/202309/09/2023 joynal27 73 Comments gauge, gaugestyle, swiftui, watchOS

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

Read more
iOS Widget 

News Widget by SwiftUI

08/09/202308/09/2023 joynal27 116 Comments news, newswidget, swiftui, widget

Step_01: Get the news api by login this website: https://newsapi.orgThen you will get same this api “09510d0f4f3641258f6f703aa2ef9611“After get the api

Read more
iOS SwiftUI 

Add Home Screen Quick Actions in SwiftUI

13/08/202313/08/2023 joynal27 603 Comments 3d trouch, ios, quick actions, swiftui

On the Home screen of a device running iOS 13 or later, apps can display Home Screen quick actions when

Read more
WatchOS 

Data Transfer iPhone To Watch using SwiftUI

30/07/202330/07/2023 joynal27 241 Comments swiftui, watchOS

Connecting your Phone to your Watch to send data has never been easier! Follow this easy step-by-step guide, to discover how

Read more
WatchOS 

Activity Rings in WatchOS using SwiftUI

19/07/202319/07/2023 joynal27 4 Comments activity rings, swiftui, watchOS

We will make this below UI View. Step_01: Click Xcode then choose Create New Project… Step_02: Then select from WatchOS

Read more
Others SwiftUI 

CRUD in SwiftUI

03/03/202303/03/2023 joynal27 486 Comments core data, coredata, database, swiftui

First of all, create your demo project then right click project file -> Select Data Model -> give name “SubjectsContainer”

Read more
Others 

AVSpeechSynthesizer in SwiftUI

22/02/202322/02/2023 joynal27 420 Comments AVFoundation, spech, spechsynthesizer, swiftui, voice, voicechange

An object that produces synthesized speech from text utterances and enables monitoring or controlling of ongoing speech. To speak some

Read more
SwiftUI 

Custom Toast in SwiftUI

19/02/202319/02/2023 joynal27 958 Comments customToast, swiftui, Toast, toastview

The toast component is an non-disruptive message that appears at the bottom of the interface to provide quick, at-a glance

Read more
Others SwiftUI 

Implement Custom List View in SwiftUI

14/02/2023 joynal27 412 Comments customlist, list, swiftui
Read more
  • ← Previous

MEMORY & THREAD IOS

operationQueue
Memory Thread 

Operation & OperationQueue

24/08/202217/09/2022 joynal27 359

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,211
DispatchSemaphore
Memory Thread 

DispatchSemaphore

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

Swift Concurrency: Introduction

26/07/202217/09/2022 joynal27 950

SHORT QUERY

SHORT QUESTIONS Uncategorized 

How i will Read & Write Data in path Swift?

08/11/202209/11/2022 joynal27 330

//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 695
SHORT QUESTIONS Uncategorized 

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

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

How i will swipe list item in swiftUI?

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

How i will select text in swiftUI?

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

Where we should use @StateObject @ObservedObjec in SwiftUI?

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

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

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

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

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

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

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

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

21/10/202209/11/2022 joynal27 262

WatchOS

WatchOS Widget 

Gauge Style in SwiftUI

09/09/202309/09/2023 joynal27 73

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 139
WatchOS 

Data Transfer iPhone To Watch using SwiftUI

30/07/202330/07/2023 joynal27 241

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.