This post contains affiliate links. If you use these links to buy something I may earn a commission. Thanks.” Let’s learn more about Flutter by making a Note-taking…
In this post, you will learn about the Flutter padding widget. If you’re coming from a web development background or Android Development, You might familiar with the term…
Let’s learn about Flutter RaisedButton. RaisedButton…? How is it look like? How to add it to my code? Okay… wait. After reading this post, you will learn a…
There are many widgets in Flutter to make a better user interface. In every UI, Buttons have their own important role. From this post, you will start to…
In this post, you will learn about flutter terminal commands and command-line options. Using Flutter command-line interface (CLI), you can perform lots of operations in your project. Before…
Welcome to our first Flutter Android Studio tutorial. Let’s start by talking about Flutter. Google has introduced its software development kit Flutter in 2017. Using Flutter, you can…
This post contains affiliate links. If you use these links to buy something I may earn a commission. Thanks.” We are using lots of apps that load data…
Do you want to learn, how to develop Android apps? There’s only one way – write a lot of code! : Head First Android Development. So in this…
Do you want to make Horizontal RecyclerView? Before jumping into tutorial, I would recommend reading RecyclerView In Android : The Ultimate Guide. In this post, I will teach…
RecyclerView??? Is that a View? What does it do? How to use this one? are these thoughts running through your head? then Go on. Or you know something…
Not all of us can buy lots of real devices for testing. That’s costly and time-wasting too. This is why emulators are born. It’s assured that emulators are…
Do you want to know how to move from one Activity to Another in Android? Okay…Let’s go. [sociallocker id=”2070″] StartNewActivityEx – Java StartNewActivityEx – Kotlin [/sociallocker] How to…
You might have seen strikethrough text in websites or apps. Strikethrough used to show the old price or real price with the selling price. It makes us think…
Do you want to underline a TextView in Android? In this post, you will learn how to underline a TextVew and also learn to change underline color. You…
Sometimes, we make our app using the code from youtube tutorials and blogs and may forget to change the package name at the start. Yes, this happens, most…