Posts

Showing posts from July, 2020

Amazon Prime Day 2020 Sale is finally here! Smartphones to get price cut, with Discounts on many other products

Image
Amazon Prime Day 2020 Sale Image: Amazon On July 22 Amazon India took on twitter and shared about their Amazon prime day sale event. By adding " This Prime day #DiscoverJoy from 6th - 7th August. "      There's going to be a price cut on phones like  OnePlus 8 ,  iPhone 11 , and more. For the Prime Day sale, Amazon has partnered with HDFC Bank. You can grab 10 percent instant discount on shopping with HDFC Bank Credit/Debit Cards & EMI Because of the pandemic ,  Amazon prime day sale has been delayed globally this year. So This year's annual sale event by US e-commerce giant Amazon will take place from August 6 to August 7 in India. This is the first time when Amazon is hosting this mega event in August, In place of it's usual July month schedule. Ahead of the sale, the platform has revealed some deals across platforms including smartphones. Amazon has confirmed that phones like Oneplus 8, iPhone 11, OnePlus 7T , Samsung Galaxy M31  will be havin...

Before You Start Building Apps !

Image
What is it that we are doing? (*This guide is only for windows users*) Image by rlogical.com Before we sacrifice more of our storage by installing more software, Let us understand what is it that we are doing here? So, in my first blog, I have shown you how to install flutter, and in the second one, I have showed you how to install an android studio + Vscode. ( "Buzzack recommends, that before you start with this blog read previous blog on  setting up Flutter  and  Installing Android studio + Vscode for flutter ." ) But Why we are installing all of this? 1. Because we want to start developing android mobile application using flutter. 2. Flutter software will work as a framework for us while developing apps, It let us build beautiful Native apps. 3. Android studio will provide you SDK tools and Android virtual device (AVD). android virtual device will work as a real android mobile phone to run or test the app which you will make. 4. Virtual studio code will be our playgr...

Android studio + Visual Studio Code (For Flutter)

Image
Let's Setup Android Studio + Visual Studio Code. (*This guide is only for windows users*) "Mr.  Buzzack  Say's.😊" Before setting up Android Studio and Vscode , Please read the previous blog on Setting up flutter! Now! readers, You might be having Questions. Why we are Installing Vscode as IDE, Don't we have an Android studio for that? # So before installation let me make it clear why we are doing these? Android Studio  is the official Integrated Development Environment (IDE) for Android app development,  based on  IntelliJ IDEA  (that's what google says). And  Visual Studio Code  is a lightweight but powerful source code editor that runs on your desktop and is available for Windows, macOS, and Linux. But why do we need Vscode as IDE when we have Android Studio For that, Well it's not that difficult to understand. It's pretty straight forward; Android studio is heavier then the Visual studio code So if you don't have beefed up hardware( like 8GB+...

Setting Up Flutter !..

Image
Let's Install Flutter !  flutter.io (*This guide is only for windows users*) If you want to Install flutter, Then you probably know what flutter is ! What is Flutter? Flutter is an app SDK for building high-performance, high-fidelity apps for iOS, Android, web ( beta ), and desktop ( technical preview ) from a single codebase. (that's what google say's..) As we all know, Clients or User like us are only Interested in UI/UX of Apps or Website. Users don't give a Damn! about in which language or platform you have created your application or website, Only thing User sees is Interface, And that's were Flutter enter's the show. Flutter is a framework for building Andriod apps, Web apps or Desktop apps, Flutter provides you canvas to create your own custom design, And build your ideas into awesome product quickly in this marathon of startup market where only thing matter is time. This is an Installation part, we will dive in deep later about Flutter. 1.  Install F...