Skip to main content

Posts

Music app Battle Spotify vs Youtube Music

Recent posts

Life with Android Studio

Life with Android Studio World   You started your android development using Android studio ? then you don't know how horrible the development with Eclipse + Bluestacks. Early days of android there is no official IDE from google it's all about some plugins you need to install on your eclipse and then you can run your apps on Bluestacks or Any other android device. Google announced Android IDE in May 2013 Version 0.1 it is like tortoise and snail running race. Android Studio Advantages and Issues faced by Starters 1. Google documentation and Open SDK's 2. Integration with fire-base is so easy 3. Many questions already answered in Stack Overflow forums 4. Signing your app is very easy it takes 5 to 15 minutes 5. Gradle build is good if it is used in Offline mode 6. Android Supports both Kotlin and Java 7. You can run multiple emulators depending on your requirement 8. Connecting to mobile is easy ( Need to install USB drivers ) 9. Improved gradle versions...

OnePlus 6 / Poco f1 Custom Wallpaper

Please fill this form to get your custom wallpaper for Oneplus -6 or POCO F1 Loading...

Explain Gravatational , Electromagnetic , Strong Nuclear and Weak Nuclear Forces ( Physics 1st Year )

Explain Gravatational , Electromagnetic , Strong Nuclear and Weak Nuclear Forces #GravitationalForce: a) The gravitational force is the mutual force of attraction between any two objects by virtue of their masses. It is a universal force. b) It plays an important role in the formation and evolution of stars, galaxies and galactic clusters. #ElectromagneticForce: a) For a fixed distance, electromagnetic force between protons is 10^36 times the gravitational force between them. b) Electromagnetic force is the base for the structure of atoms and molecules. c) Gravity is always attractive, while electromagnetic force may be attractive or repulsive. #StrongNuclearForce: a) The strong nuclear force binds protons and neutrons in a nucleus. b) This is strongest of all fundamental forces and about 100 times stronger than electromagnetic force. c) It is charge independent and acts equally between Proton - Proton, Neutron - Neutron, and Proton -Neutron. d) Its range is very...

Raman Effect

Raman Effect : As name suggests it discovered C.V.Raman. A discovery is recognizing something that already exists so here C.V.Raman recognized this Light effect by doing some experiments. He is the first one observed this type of light scattering through mirror/liquid/some chemical compound so they named this effect of light as Raman Effect. Now will see what is this all about. Raman Effect When ever you are reading something divide the topic into pieces. Before studying this Raman Effect you should know about some scientific terms. Wave Length : Each light wave will have a wave length associated with for example visible lights will have a wave length of 400-700 nano meters. So human eye can see these lights in this following wave lengths. ( manam chuse prathi light ki oka wave length vuntundi telugu lo tharangadyrgyamu antam. ee wave length anedi nano meters lo kolustharu. kantiki kanipinche lights anni 400 nunchi 700 nanometers madyalo vuntayi. ante manam bayata ...

Securing Data in Internet World

Securing Data in Internet This is a million dollor problem now a days securing your data is tedious task now a days. That's why website owners follow some encryptions and decryptions to transfer data. For example you are sending message from your WhatsApp or any social app that message will be in plain text but Your app sends this data in encrypted format. Example : Your Message : "Hi How are you" Bit format : 0100100001101001 010010000110111101110111 011000010111001001100101 011110010110111101110101 Encrypted Format : 01001000011010011 0100100001101111011101111 0110000101110010011001011 0111100101101111011101011 ( Example Only ) SO basically they will apply some set of algorithms and keys to encrypt data while sending so your data can't be read by other third party users or owners. So Securing data deals with good number of algorithms for example check this website https://codebeautify.org/encrypt-decrypt to encrypt and decrypt operation on y...