Stories Worth Reading

Ideas that inspire,
code that delights.

Discover thoughtful articles, tutorials, and perspectives from developers who love what they build.

5+ Stories
43 Topics
Ideas

Recent Stories

J
Joynal Abedin in

PriceBD App Api Documentation

BaseURL: https://devilarticle.com 1. Auth API: There are 3 way you can implement login functionality: Step_01: If you didn't register yet then serially call API: Register -> VerifyOTPCode -> Login Step_02: If you wa...

53
J
Joynal Abedin in

UI Test in SwiftUI - Part-1

Step_01: Select your Xcode and in iOS target give project name like \"UITestAppDemo\" and also turn on the inlcude Test checkbox. Step_02: Replace ContentView.Swift file code by below code: struct ContentView: Vie...

56
J
Joynal Abedin in

Gauge Style in SwiftUI

In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a range. Style_01: In the most basic form, a gauge has a default range from 0 to 1. If we set ...

55
J
Joynal Abedin in

News Widget by SwiftUI

Step_01: Get the news api by login this website: https://newsapi.orgThen you will get same this api \"09510d0f4f3641258f6f703aa2ef9611\"After get the api key, now hit the api in Postman and you will see the JSON response...

62