Articles on Trending Technologies

Technical articles with clear explanations and examples

Your online reputation is a key of success

Samual Sam
Samual Sam
Updated on 23-Oct-2019 183 Views

Worldwide, 80 – 90% people have their online reputation which shows their characteristic, behaviour, field of interest and qualities (Good and bad both).Using Internet, on the web people creates their own reputation some time intentionally or some time unintentionally, intentionally through blogs, photos, videos, links, or social media sites. Among all these resources blogs posting is a number one resource to become famous while writing comments on some topic and getting opinion (good or bad) from others, which automatically maintain your online reputation (Some time it is good or some time bad). Everyone can catch this information and use it ...

Read More

4 computer skills to master for online education

Samual Sam
Samual Sam
Updated on 23-Oct-2019 257 Views

Continuing your education online is more and more common these days because of the flexibility and numerous options online schools offer people. Learning the course material and scoring well on tests and assignments is only part of the equation to being successful in an online course. You also should have a working knowledge of several computer programs and Internet skills so that your online education goes as seamlessly as possible. That way, you can focus on learning and not on computer frustrations.Microsoft OfficeIt might seem obvious, but understanding how to use Microsoft Office is a key ingredient in a successful ...

Read More

Advance browsing on android using uc browser

Samual Sam
Samual Sam
Updated on 23-Oct-2019 401 Views

Now, as per the user’s requirement, mobile browser apps are continuously increasing as like desktop browser apps. Users who really like mobile browsing instead of desktop browsing, for them UC Browser is a pretty good option and free too.UC Browser is a mobile browser given by UCWeb. First, it named as UC Mobile as a Java application that launched in April 2004. But, it is now supports platforms including Android, iOS, Windows Phone, Symbian, Java and Blackberry.Recently, this browser app v3.0 has been updated for Android with lot of useful features like; handling online video, multi-touch gestures and font size ...

Read More

How to call a method after a delay in Swift(iOS)?

Mohtashim M
Mohtashim M
Updated on 23-Oct-2019 2K+ Views

In this post, we will be seeing how you can delay a method call using Swift. Here we will be seeing how you can achieve the same in two ways, So let’s get started, We will be seeing both the example in Playground, Step 1 − Open Xcode → New Playground.In the first approach, we will be using asyncAfter(deadline: execute:) instance method, which Schedules a work item for execution at the specified time and returns immediately.You can read more about it here https://developer.apple.com/documentation/dispatch/dispatchqueue/2300020-asyncafterStep 2 − Copy the below code in Playground and run, func functionOne() {    let delayTime = ...

Read More

How to rotate an image in imageview by an angle on iOS App using Swift?

Mohtashim M
Mohtashim M
Updated on 23-Oct-2019 4K+ Views

Images are everywhere almost in all application, you might have come across many applications like gaming applications where you see images getting rotated.So, In this post, we will be seeing how to rotate the image in an image view by an angle in an iOS application.So, Let’s get started, Step 1 − Open Xcode→SingleViewApplication→name it RotateImage.Step 2 − Open Main.storyboard, add UIImageView and add 2 buttons as shown below name them ROTATE BY 90 DEGREES AND ROTATE BY 45 DEGREES. Add some sample images to UIImage View.Step 3 − Create @IBAction for both buttons and name them as rotate45button and ...

Read More

How to get the Android Emulator's IP address?

Azhar
Azhar
Updated on 23-Oct-2019 1K+ Views

This example demonstrates how do I get the Android Emulator’s IP address.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.         Step 3 − Add the following code to src/MainActivity.javaimport androidx.appcompat.app.AppCompatActivity; import android.net.wifi.WifiManager; import android.os.Bundle; import android.text.format.Formatter; import android.view.View; import android.widget.Button; import android.widget.TextView; public class MainActivity extends AppCompatActivity {    Button button;    TextView textview;    @Override    protected void onCreate(Bundle savedInstanceState) {       super.onCreate(savedInstanceState);       setContentView(R.layout.activity_main); ...

Read More

Save power of a laptop when runs on battery backup

Samual Sam
Samual Sam
Updated on 23-Oct-2019 234 Views

At the time of doing some important task on a laptop without connecting laptop from the power plug (Running laptop on battery backup). In this situation, nobody likes to see their laptop screen suddenly goes dark or shut down. This happens because of less battery life, but some simple maintenance and power saving technique can keep your laptop to run for longer period of time. You can make your laptop to run for longer period of time by turning off or disabling all applications that consumes more power on your computer. This article is going to explain you some important ...

Read More

How essential the emergency restart is in windows 8

Samual Sam
Samual Sam
Updated on 23-Oct-2019 349 Views

 The Emergency restart an easy and user-friendly feature for user, given by Microsoft. An important key for users who want to restart their device in a minute or less than minute.The emergency restart mode closes all running apps forcefully without saving anything. It is useful when you have some issues with apps or the OS hanging or crashing and you would like to quickly restart the PC to fix it.Windows 8 and Windows 8.1, the emergency restart feature uses the hardware power button of Windows 8 tablet, laptop or desktop for operation. But this operation isn’t suggested yet user does ...

Read More

How to enable the slidetoshutdown on windows 8 1

Samual Sam
Samual Sam
Updated on 23-Oct-2019 582 Views

In Windows 8, user get Shut down option by right-clicking on the start menu, but some time it is difficult to get shut down option button.When you work on touchscreen devices, you might wish permitting a (cooler) slide to shut down UI on your Windows 8.1. It also works on desktop.In this article, we are going to share an easy to use method to use the “Slide to Shutdown” feature.The Slide to Shutdown UIThe Slide to Shutdown UI is an executable (.exe) file locates into the Windows –> System 32 folder. While double-clicking the SlideToShutDown.exe file displays lock screen rolled ...

Read More

Reduce download conflicts between web browsers

Samual Sam
Samual Sam
Updated on 23-Oct-2019 271 Views

Worldwide, there are many useful web browsers, but Internet Explorer, Mozilla Firefox, Google Chrome and Opera are the most demanding and largely used browsers among all browsers. Browser choice is totally depends on user needs and for what kind of work user wants the browser. Generally, people use web browsers to download files, software, songs, movies, pictures, etc. By default, almost for all web browsers downloaded files stores in the “Downloads” folder. If somebody has number of web browsers with the same download path for all browser, it will be bit confusing when user download files at a same time ...

Read More
Showing 56771–56780 of 61,297 articles
Advertisements