Found 46 Articles for Apps

How to use microsoft keyboard app word flow

Lakshmi Srinivas
Updated on 18-Oct-2019 07:38:03

111 Views

Microsoft has launched a new keyboard app called “WordFlow” that would make your chatting and texting lot more quick and fast for its users. This new keyboard app called “WordFlow” has a fast-typing feature which was just introduced in Windows Phone to iOs. It predicts what the user is trying to write making it much easier for user to complete their sentences.On the basis of user feedback the WordFlow has developed some new features. The library including emoji’s and shades have been expanded. Issues of bad accuracy while tapping the space bar have been solved. The memory and performance have ... Read More

How to delete useless images in your whatsapp automatically

Lakshmi Srinivas
Updated on 06-Jul-2020 13:37:01

2K+ Views

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 More

How to display multiple notifications in android?

Smita Kapse
Updated on 30-Jul-2019 22:30:26

812 Views

This example demonstrate about How to display multiple notifications in androidStep 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 a sound into raw folderStep 4 − Add the following code to src/MainActivity.javapackage app.tutorialspoint.com.notifyme ; import android.app.NotificationChannel ; import android.app.NotificationManager ; import android.content.ContentResolver ; import android.content.Context ; import android.graphics.Color ; import android.media.AudioAttributes ; import android.net.Uri ; import android.support.v4.app.NotificationCompat ; import android.support.v7.app.AppCompatActivity ; import android.os.Bundle ; import android.view.View ; import ... Read More

How to convert ArrayList to String using GSON?

Vrundesha Joshi
Updated on 30-Jul-2019 22:30:24

2K+ Views

GSON is java library, It is used to convert OBJECT to JSON and JSON to Object. Internally it going to work based on serialization and de- serialization.This example demonstrate about how to convert ArrayList to string using GSON library.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 in build.gradle.apply plugin: 'com.android.application' android {    compileSdkVersion 28    defaultConfig {       applicationId "com.example.andy.myapplication"       minSdkVersion 15       targetSdkVersion 28       ... Read More

Can anyone suggest me an alternative for Slack - the team collaboration chat app?

Shankar Bhatt
Updated on 25-Jun-2020 12:12:52

83 Views

Despite being awarded as the best messaging service and knowns as the top and advanced option for your business for chat and email, Slack lacks somewhere. Whether its pocket-drilling price or the functionality gaps it could not overcome yet. Therefore, most of the businesses are looking for its alternatives and these, the ones I feel can replace this chat service.Google HangoutIs the cheapest and hustle-free tool for your team to get in touch with each other. The plenty of instant messaging capabilities like being handy, easy to integrate, and being free put it at the top of the rest.Rocket.ChatThis Brazil-based ... Read More

How to save ArrayList to SharedPreferences on Android?

Nancy Den
Updated on 27-Jun-2020 13:43:48

4K+ Views

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 More

Advertisements