Posts

The Unknown Feature of Youtube!

This is a small article describing the new feature in Youtube. From now onwards, if you leave a video in the middle and if you see the video some other time then the video starts from the point where you have left off . This feature is enabled in the version 13.33.54. It's pretty cool. Go check it out.

Death Of Android !

I am personally a huge fan of android because of its features and flexibility. As we all know the problem with android is lack of updates. The problem is not with Android, but with large number of companies using it. The companies keep releasing large number of phones. At least three new phones are launched in a week. They release the phones and no longer care about it until it’s a flagship phone. So the end users will not be getting any updates, while Google will keep launching new versions every year.           Well, you might say that one can unlock the boot loader and can flash a new custom ROM. Hey..! But let’s be real. People are not gonna do that until they are geeky or a tech savvy. THINGS THAT GOOGLE HAS DONE TO SOLVE THE PROBLEM: 1) Project Treble: Google has started this project with Android Oreo to  solve the problem. The android framework has been modified so that the OEM’s (Original Equipment Manufacturers) ca...

SCRCPY- Best Screen Mirroring App

There are times when you need to mirror your android screen to your laptop.There are many apps which can do that like airdroid and teamviewer. But the problem with them is the lag. What's the solution ? Recently , a few months back the xda team has developed an app called scrcpy. By far, it is the best app that I have used for screen mirroring. It has almost no lag what so ever. Things you need for Installation: An Android device, USB cable, Computer . How to Install ? I have installed it with my windows computer and it worked fine.So I will be guiding you through windows installation. First of all you need to install adb on your computer. Now headover to the links provided and download adb and the source code for scrcpy. Adb Download Link:  http://www.evofiles.net/download/platform-tools_r28-0-0-windows-zip/ SCRCPY Download Link : https://github.com/Genymobile/scrcpy/releases/tag/v1.2 Download it according to your version(32 or 64 bit). ...

API Made Simple

We all have heard the word API( Application Programming Interface) , but it's some what confusing. Let us clearly understand it with the help of example. Example : Suppose that you are developing a food delivery app, in that app you need to integrate maps. So in order to do that we must first have the info of the streets, colonies and different areas.It's a difficult task . But for all of us luckily, the data has been already collected and has been presented ( Google Maps).  So, now Google has developed an API through which developers can integrate maps in their Apps. You can design your own front end , but the data is provided by the Google Maps API. In order to use the API , you need an API key. This API key is tied up with your app. With the help of this key , they will be able to track the amount of data that your app has used and then charge accordingly. This was my view of the API.Hope you understood. Thanks for Reading !

OAuth - Open Authorization

Before 5-7 years whenever, we wanted to register for a website we had to enter all the details in the registration form ( that were mandatory *) and then we could use it. But , now everyone has a social media account ( Facebook, Twitter ) and a gmail account . You may have entered the same details while creating an account there. Now , what is the use of entering the same data again and again in every website. Right ?  So ,what the developers have done cleverly is that , they designed OAuth. How does OAuth Work ? Now a days, usually under registration forms we see a option to SignIn with google or facebook or twitter and most of us use them rather than filling the form.  Suppose that you are registering for a website XYZ. So whenever you sign in using your account(Eg :Gmail), the website XYZ gets authorised to access your details that you have submitted during that particular account registration.(Gmail). Now ,they acquire your data from their d...

Why Blogger Is The Best Choice for Beginners !

I have been fumbling up and down for the past few days searching for free domains and hosting. They all suck because  1) Mainly, they are free. 2) They don't have a "https" connection . For some of them who don't know google ranks sites much higher which have https. Even your site may become popular or not ,that's a different point.But you need to choose the best resource. 3) And you need to create any accounts . All you need is a gmail account ( which everyone has). 4) You can write upto 100 blogs per account.( which is basically enough to track the interest of viewers). 5) You don't need to worry about site speed because they are hosted on google servers. 6) You can also track site stats mainly like viewcount . 7) You can earn money by placing ads using google Adsense. These are the reasons that explain why did I choose blogger as a beginner. Thanks for Reading ! 

Chrome Flags - The Heart Of Chrome .

The chances that you are reading this article on chrome browser  are high. So why not learn something new about it.Chrome flags are the one which most people are unaware. What are chrome flags ? B asically , they are a set of features that are hidden from the end user. They are hidden because they are still under development and are not stable W hile there are some most useful features and the other( which all users may not understand i.e mainly for developers) . H ere i am to filter out the most useful features and present it to you. How to access them ? J ust search for chrome://flags in your search box ! My Top Features : 1) New Material-UI : Bored of using the old UI , then it's time to change it .Just Search for "Chrome Modern Design" and enable it . Restart the browser twice and enjoy the new look . 2) Manual Password Generation : If you are a person who sign up for a lot of websites then it be...