Faruque Ahamed Mollick

Faruque Ahamed Mollick

@frkmollick

13 published packets
Joined May 2020

Published Projects

Fixed 'animation' was deprecated in iOS 15.0: Use withAnimation or animation(_:value:)

the deprecated 'animation' modifier in SwiftUI and learned how to adapt to the changes introduced in iOS 15. By embracing 'withAnimation' and 'animation(_:value:)'.

Jul 27, 2023

Change Button Color When Pressed in SwiftUI

Explore how to change the button color when pressed in SwiftUI, explaining the process step-by-step with easy-to-understand examples.

Jul 27, 2023

Swift Array containing all US States and State codes

iOS or Apple developers often may need a Swift array that contains all the US states with the state codes. This packet exactly contains this.

Mar 12, 2023

Converting the SwiftUI Toggle Switch into a Checkbox

This packet contains the struct that conforms to the ToggleStyle protocol in order to change or convert the SwiftUI Toggle Switch into a Checkbox.

Mar 12, 2023

How to draw USA map using Basemap in Python

Learn how to use basemap to draw USA map in Python. We will add lake color too. The map output is also given.

Feb 16, 2023

Custom Map Marker Annotations in SwiftUI Map View

This is a complete project where you can see custom Map markers added using annotations in SwiftUI map view.

Jan 30, 2023

Example of adding multiple marker on Map using SwiftUI MapKit

This is an example to show you how to add multiple locations using MapAnnotation() in SwiftUI. Using the annotation we have added a custom market on the SwiftUI map.

Jan 11, 2023

Simply Merge Two Python Arrays using Addition Operator

You can merge or concatenate two Python arrays just by using an addition operator. This packet contains the Python program for this example.

Jan 05, 2023

Menu and submenu SwiftUI code

This packet contains the SwiftUI program for creating Menu and Submenu for iOS using built-in control.

Jan 05, 2023

Main Stylesheet (style.css) of WordPress theme with header texts

This packet contains Main Stylesheet of WordPress theme with header texts which is style.css.

Dec 14, 2022

Simplest Nginx configuration file for Reverse Proxy

This packet only contains the configuration file for Nginx reverse proxy. This is the simplest way for using Nginx as the reverse proxy.

Dec 09, 2022

PHP Class for OpenWeatherMap API

This is a PHP class for OpenWeatherMap API. OpenWeatherMap provides current weather and weather forecasting data.

May 19, 2022