Learn the UI toolbar in iOS in simple language

In this section, we will get acquainted with the iOS toolbar in swift with an example. We also learn how to use the ios toolbar in the swift app to display several buttons at the bottom…

UI search bar in iOS apps with tabular view

In this section, with an example, we will get acquainted with the ui search bar of iOS apps in Swift. Also with this example in swift apps we learn how to use the iOS search bar…

Recovery Linux Files by Testdisk

You may have deleted a file in Linux, but you need to restore it, in rare cases, you might just get your hand in your new files, but you forgot to back them up. Fortunately,…

Learn how to move the desired object on the iOS screen (animation)

In this section, we will learn how to move the desired object on the iOS screen; Here’s an example of how to use moving iOS objects to create animations in Swift apps. Move objects in the…

IOS Startup Page Tutorial (Splash Page)- launch page or splash screen

On IOS Startup, the launch page or splash screen appears quickly during app launch; And it will be quickly replaced with the main page of our application.  IOS Startup, The main purpose of the startup /…

IOS app icons in plain language – swift app on iOS with Xcode

In this section, with an example, we get acquainted with the iOS app icons ; We also learn how to add or remove app icons to the swift app on iOS with Xcode. IOS app icons In iOS, if we…

Basic programming syntax training R

For ease of use, learn R programming by writing “Hello World!” (Hello, world!) Let’s start. Depending on your needs; You can write your own program; Write the program in the R command or use the R script for this purpose. syntax…

Training data types in programming with R

Generally, when programming in any language; You have to use different variables to be able to store different information. Variables alone; They are nothing but occupy parts of memory to store values ​​in them.  This means that when…

Teaching R variables in simple language – A variable provides us with a named space

A variable provides us with a named space where we can write our programs. A variable in R- can be stored in a vector or group of vectors or it can be combined with many R…

Training R operators in simple language – An operator is a symbol that tells a compiler to perform certain mathematical or logical operations

An operator is a symbol that tells a compiler to perform certain mathematical or logical operations.  The R language is very rich in terms of internal operators and provides the following types of operators: Types…