In this video it shows the steps to run a device preview of other platforms, such as iOS/ Mac, while developing the flutter app in Android Studio in windows OS. Details of Device Preview dependency used in this demo is available at: https://pub.dev/packages/device_preview I hope you like this video. For…
Tag: iOS
How to develop a simple Flutter App using Dart code for Android and Web application?
This video shows the steps to create a simple Flutter App which can be run across platforms such Android, Web, windows Desktop and iOS. In this demo it shows the application by running the application on Android phone emulator and Chrome web browser. I hope you like this video. For…
Create your Firebase Realtime database Calendar App to store events or reminders? – Android 13 API 33
In this video it shows the steps to create your firebase database based Calendar App. This App can be used to store your reminders or events in your firebase database. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at:…
How to install flutter (SDK) in your Windows OS and use it in Android Studio IDE?
Flutter is a tools to create and develop Apps for different platforms, such as Android, iOS, Windows, etc., using the same code base. Flutter supports many IDEs and editors such as Eclipse, Visual Studio, EMACs and Android Studio. In this page we will see how to install flutter (SDK) for…
How to check a Palindrome word in your iOS App? – swift code using Xcode
This video shows the steps to create an iOS App in which one can check whether the provided word is a Palindrome or not. It uses a text field to get the input from the user to check whether a word is Palindrome or not. It invokes the method (function)…
How to create a simple text file in your iOS App? – Xcode tutorial using swift language
This Video shows simple steps to create a text file from your iOS App. It shows the simple swift code which is written to do create the file in the document directory of the iPhone. It uses Xcode environment to develop and simulate the App in the in-built simulator. It…
Blogs
Find interesting blogs on the Apps technology (Android/ iOS) and Software programming (Matlab/ Simulink) under this menu page. Guests visiting this website are encouraged to share their thoughts and opinions. They can share their articles and blogs with us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com We will be glad to post the…
How to build a simple calculator App for iOS in Xcode (swift)?
In this video it shows the steps to create a very simple calculator App for iOS. It uses xcode to develop the App. It uses swift language to create the App in very simple steps. To create the calculator application, it creates a very simple layout using button from 0…
How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode
In this video it shows simple steps to enable to enable or activate the allowsEditingTextAttributes in the uiTextView. This concept can be used to make the text editing possible in your iOS App. It uses a button to explicitly enable this option in the uiTextView’s attribute. This attribute (allowsEditingTextAttributes )…