Skip to main content

How to add floating windows feature in android

Today we are here with the cool android trick that is how to add floating windows in any android.Till now we had discussed lots of android tips and tricks and there is the android tweak that will let you add extra features by altering your system settings and by that you can get this feature. So have a look on complete guide discussed below to proceed.

How to add floating windows feature in android

The method is easy but the little bit time consuming as in this you need a rooted android. As the tool that we are going to discuss right here only works in rooted android. You just need to have to follow some simple steps dicuss below to proceed.

Steps to install floating windows using expose installer:

#step 1: Fist of all you need to root an android and for that follow the rooting guide.

#step 2: Now you need to install xposed installer. You can go through outr full post How to install xposed frame work in android ( 2 methods ) to know how to install xposed installer on your android.

#step 3: now frome there click on "download".

#step 4: Now search for skyolin helper and download the latest version.

#step 5: Now you need  to head over modules and then enable skyolin helper.

#step 6: Now reboot your device and open the app skyolin helper. From app settings you need to tap on "apps"

#step 7: There you need to select the apps that you want to open up in floating windows.

#step 8: Now move to the app home screen and there tap on "floating button"and enable tohe option. you can also set the width, height etc.

that's it! You are done, by this way you can open any app within a floating window.

NOTE:- Above apps are not the official one and also rooting android voids your warranty and also device may get bricked during the process, so do this at you own risk as we are not responsible for anything mishappen.

so above is all about how to add floating windows in any android. With the above method, you can easily get floating windows installed in your android very easily. With this, you will have better multitasking experience in your android. So install this and change boring looks of your android into cool one.Hope you like this , do share with others too.   

Comments

Popular posts from this blog

Hacking website using SQL injection- step by step guide

Hacking website using SQL Injection -step by step guide Database: Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. Some List of Database are: * DB servers, * MySQL(Open source), * MSSQL, * MS-ACCESS, * Oracle, * Postgre SQL(open source), * SQLite, SQL: Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language. Definition from Complete reference: SQL is a tool for organizing, managing, and retrieving data stored by a computer database. The name “SQL” is an abbreviation for Structured Query Language. For historical reasons, SQL is usually pronounced “sequel,” but the alternate pronunciation “S.Q.L.” is also used. As the name implies, SQL is a computer language that you use to interact with a database. In fact, SQL works with one specific type of database, called a ...