If 8 out of 10 of your friends use Android phones, don’t be surprised that’s the worldwide ratio of Android versus other OS Users. Today you know that Android is Google’s product but it wasn’t when Android was invented. In 2003 a bunch of Tech geniuses Andy Rubin, Rich Miner, Chris White, and Nick Sears […]
TECHNOTIPS
Go Digital Or Go Home
Why do businesses need to ride the digital wave? The human race has come a long way since the internet was introduced to the world in 1990. We’ve evolved with the time and with the technology. Today, our evolution rate is faster than ever. People who can keep up with the pace will level up […]
React native
Introduction React native is a fast growing platform to build hybrid “Mobile” (read not web) apps.It is an initative by facebook. Currently it is in development phase on version 0.56 it has still got many apps like UberEats in its showcase. The most powerful feature of react-native being flexible UI and fast development(read hot loading) it also has […]
Angular 7
New NG – CLI The new ng cli is now smarter, the new cli will prompt users while running ng commands. And further the prompts are customizable through schemetic. json by using the Schematic CLI. The new CLI compiler is capable of rotating 8-phases AOT compilation and most of the applications will reduce its bundle […]
How to build React native Application in debug mode
React native is a technology launched by Facebook and excessively being used by mobile application developers for developing Android and iOS applications at same platform. To make development faster such platforms provide some options like: reloading, enabling hot-reload, enabling live-reload. These are the one which use Just-In-Time compilation process to render the screen faster with […]