FlatButton is replaced by TextButton. Flutter ElevatedButton There are many widgets in Flutter to make a better user interface. In every UI, Buttons have their own important role.…
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. How to start new Activity using Intent in Android In Android,…
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…
Having trouble with USB debugging??? Want to reduce the usage of USB?? In this post, we will show you two methods that help you to run the app…
In this example, you will learn how to open the calendar on button click in Android with an example. Here I use DatePickerDialog, not CalendarView. Beginners tend to…
In this tutorial, you’ll learn four ways to make an Android TextView bold. You can easily adapt the code and use it in your project as needed. Let’s…