React Native is used for building native mobile applications, it is an Javascript framework.It uses React framework and offers inbuilt component and APIs.React native allows build native application for both ios and Android .It targets mobile platform instead of targeting browser. It works separately from the main thread, so maintain high performance.
Read More...AngularJS is an open source structural JavaScript framework for dynamic web apps. It is an framework which is an excellent way for buildding single phase application. It can be freely used, changed and shared by everyone. Web developer and designer can use HTML as template or even the coding language with angular Js as it allows for the extension of HTML syntax.
Read More...What is Flutter?
Flutter is technology design by Google and recently launching its an amazing technology. As mention on google website Flutter is mobile SDK meant for designing high performance and high fidelity mobile app for iOS and Android for the single code base.
Flutter is single code base not like react native which uses most of the internet technology eg.HTML, CSS, JSX.
Read More...
Sometimes when you access a website you notice that the URL at the top of your browser contains HTTPS instead of HTTP, that’s a good news as your information is safe and no one can steel it. In this article You will know the difference between HTTP and HTTPS and how to switch your website from HTTP to HTTPS.
Read More...
Now-days every Android application utilizes a REST web API for information exchange. This influences me to think which is the best practice to parse information and pictures from a REST web service. Now we have an entire scope of REST API libraries, which can accelerate the improvement, by decreasing coding and parsing information effectively. Android Volley and Retrofit are two of the most utilized libraries for getting to REST web APIs today.