Top 10 Best News Apps for Android (2021) With Examples [Latest]
With so much happening around all the time, it’s hard to keep up with the facts. Today we’re exploring the top 10 best news apps for Android in 2020. Let’s…
Java, Java EE, Android, Python, Web Development Tutorials
With so much happening around all the time, it’s hard to keep up with the facts. Today we’re exploring the top 10 best news apps for Android in 2020. Let’s…
It’s hard, or even impossible, to imagine our life without the Internet. The World Wide Web lures us with its omnipresence and all-pervasiveness, which promises infinite knowledge and unlimited access…
In this tutorial, we’ll be discussing Android Vector Drawable. Furthermore, we’ll be implementing them in our Android Application. Android Vector Drawable Often we use PNG as our drawable images. In…
Android Studio 3.4 is now available in stable channel. You can download it from here. In this quick post, we’ll go through the new feature that came out. Android Studio…
In this tutorial, we’ll be discussing and implementing the MotionLayout in our android application. Android MotionLayout Android MotionLayout is introduced with Constraint Layout 2.0. The idea is to create interactive…
This is the second tutorial in the series of posts on Constraint Layout android example. If you haven’t read the first one, refer here before proceeding. Constraint Layout In the…
In this tutorial, we’ll be discussing Alert Dialogs and implement them in our Android Application using Kotlin. Alert Dialogs Alert Dialog is a window that pops up on the screen.…
Text messages with the default Android app can become difficult to manage. So today, we’re talking about the best text messaging apps for Android that you can use to enhance…
In this tutorial, we’ll discuss and implement SeekBar in our Android Application using Kotlin. What is Android SeekBar? SeekBar is a UI element that is an extension of the ProgressBar.…
Today we will learn about Android Fragment Lifecycle and implement a single activity class consisting of two fragments in android application. Android Fragment Fragment class in Android is used to…