Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Apps Articles
Page 2 of 4
How to create record and playback scripts in JMeter using the Chrome browser?
We can create record and playback scripts in JMeter using the Chrome browser with the help of the BlazeMeter extension. To get the extension, navigate to the below link −https://chrome.google.com/webstore/detail/blazemeter-thecontinuous/ mbopgmdnpcbohhpnfglgohlbhfongabi?hl=enThen click on Add to Chrome.After BlazeMeter has been added to our Chrome browser, it should appear on the menu bar. For time users, click on the Signup button.Next, we have to give user details for the registration. After successful registration, if we now click on the BlazeMeter icon on the menu bar, we shall see the input field to enter the test name, recording options(start, pause, and so on). ...
Read MoreHow do I connect to a Wi-Fi network on Android programmatically using Kotlin?
This example demonstrates how to connect to a Wi-Fi network on Android programmatically using Kotlin.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.ktimport android.content.Context import android.net.wifi.WifiManager import android.os.Bundle import android.widget.Switch import android.widget.TextView import android.widget.Toast import androidx.appcompat.app.AppCompatActivity @Suppress("DEPRECATION") class MainActivity : AppCompatActivity() { private lateinit var wifiButton: Switch lateinit var textView: TextView lateinit var wifiManager: ...
Read MoreHow to delete useless images in your whatsapp automatically
Probably WhatsApp is the most memory-consuming instant messenger today. As if Good Morning messages with hot cup of coffee and a croissant or some chirping bird were insufficient, the enthusiasts are creating and sending messages for greeting “Good Afternoon” and “Good Night” too. These images and other media files start accumulating in chunks especially if you have a setting of Auto Download. These useless images eat up large space of our mobile devices leave very little space for their smart use. At times they also slow down the device performance. At some point of time it becomes very annoying.The simplest ...
Read MoreHow to save ArrayList to SharedPreferences on Android?
Before getting into shared preference to store arraylist example , we should know what is shared preferences in android. Using share preference, we can store or retrieve values as key and value pair. There are five different methods are available in share preference as shown below −Edit() − It going to edit shared preference valuescommit() − it going to commit shared preference values in xml fileapply() − It going to commit back changes from editor to shared preference.remove(String key) − It going to remove key and vales from shared preference use key.Put() − It going to put key and values ...
Read MoreHow to Add Cinematic Effects On Selfies
Along with food, shelter and money internet and smart phone have become our basic necessities. Talking about smart phones along with all other criteria one unspoken necessity we all expect from our phone is front camera for selfies. A selfie for every mood, every moment happy, sad, angry or busy doing nothing.Earlier after taking a selfie limited editing options were available, but thanks to advancement in technology we can make our picture more beautiful or funny just as we want. A new app Lollicam helps us apply cinematic effects in selfies that makes picture more appealing. Pictures give you complete ...
Read MoreHow Google plans to reduce update cycles and fragmentation in Android?
Every time a new app is launched or say a new version of existing app is launched, our Android smartphone gives us the notification, New updates are available or updated your phone etc. For any techie, developer or mobile lover it is the most beautiful feeling. They are too excited to try the new version.But for the rest of us, we are like why we don’t need any update or I am too lazy for all these things. But that’s the case we can’t help, so either we update and enjoy we features with of course some faults, missing our ...
Read MoreHow can iOS Causes Breakdown in Great Devices?
Every iPhone user has an unusual habit of displaying their Apple logo so that onlookers can check it out. If someone owns an iPhone and wants to take pride in it, it’s okay for few minutes, but dude- why the show-off? The entire world knows of iPhone, which is more than the Apple logo displayed. No, I am not jealous that I don’t own an iPhone, it just doesn’t give me the phony vibe. A few days ago I happened to check out this gold iPhone 5. I didn’t check it’s features or drawbacks, I just saw the phone and ...
Read MoreFeatures that Matter in an Effective Mobile Anti-Virus!!
The usage of the smartphone has witnessed exponential growth in recent times. The benefit of using a smart device coupled with an active internet connection is endless. However, with multiple advantages, there is a possibility of unwanted suspicious threats. These threats are regarding the fall of your sensitive data which is present inside a mobile which may go into wrong hands through malware or spyware.Though most mobile users think antivirus as the only savior from a disaster, they lack the knowledge of judging the best one among all available. It takes a lot of parameters to decide the exact worthiness ...
Read MoreWhatsapp – Now You Can Pin Your Important Chat
In today’s online world, Whatsapp is probably one of the best applications that helps us to keep in touch with our friends and families easily without paying the long distance call charges. That is why this App is widely accepted by the masses across all the generations. This wonderful app keeps on buzzing every now and then with loads of messages, jokes, pictures, and videos, and much more. Some of them are common messages like “Good Morning” and “Good Night”, while some are important and useful information. But the problem arises when those valuable messages get blended in the pool ...
Read MoreWhat Are The Latest Mobile App Development Trends?
Smartphones have become inseparable parts of our lives as we tend to perform a whole lot of tasks every day with our smartphones such as sending messages, watching videos, listening to music and other audio content and checking emails. According to a report by TouchPoints, a cross-media, cross-device planning tool targeted at the communications industry, 2.1 billion people worldwide own a smartphone.This report further adds that smartphone owners in the age group of 15-24 use their smartphone almost every other minute. Obviously, mobile devices are going to suffer huge attention and a lot of developments are going to take place ...
Read More