Internet Speed Test app Ui made using Jetpack Compose

Internet Speed Test

Yes, it is definitely possible to create an Internet Speed Test UI app using Jetpack Compose. Jetpack Compose is a modern toolkit for building native Android user interfaces using a declarative approach. It is a powerful and flexible tool that allows developers to create beautiful, responsive UIs with less code. To create an Internet Speed … Read more

Navigation Drawer using Jetpack Compose 2022

Navigation Drawer using Jetpack Compose

Navigation Drawer using Jetpack Compose. Jetpack Compose is the latest most innovative Android toolkit by Google to build the native Android UI. If you haven’t had the chance to try it yet, this is the perfect moment to begin using it since it’s still in beta (as as of April 20, 2021) However, it is expected … Read more

Jetpack compose Barcode/QR code scanner

Jetpack compose Barcode QR code scanner

Jetpack compose Barcode QR code scanner using Google’s ML Kit and CameraX. In this article, we’ll discover how to build a jetpack compose Barcode scanner using Google the ML Kit and Jetpack CameraX. This is the first version of ML Kit as a standalone SDK that is independent of Firebase. The SDK includes all of the on-device APIs … Read more

Jetpack compose date input text

Jetpack compose date input text

Hi Everyone in this article i am sharing about the Jetpack compose date input text. In this course you’ll create stunning animations using Jetpack Compose and learn about the API that allows you to create these animations in a snap. Jetpack Compose is an innovative and super-cool toolkit that allows you to build an native … Read more

jetpack compose screen orientation 2022

handle configuration changes like screen rotations in an Android application

Jetpack compose screen orientation. Android’s Screen Orientation allows the user to choose whether they want Fullscreen or Wide Landscaped mode. Images Viewers, Web Browsers and Video Players are the most common applications that allow you to switch between landscape and portrait mode. It is crucial to recognize the screen orientation in order to display content in … Read more

How to create GridView using Jetpack Compose

How to create GridView using Jetpack Compose

How to create GridView using Jetpack Compose. GridView is a grid-based form of view where the items in the grid are laid out in a grid arrangement. The information within the grid must be imported either from the database or an array. In this post, we’ll create a basic application to display the various programming languages in … Read more

Lists using LazyColumn in Jetpack Compose

Lists using LazyColumn within Jetpack Compose. Prior to Jetpack Compose made use of LazyColumn, we were able to build the RecyclerView as well as an Adapter to display a huge list of lists. Today, we can make use of LazyColumn as well as LazyRow to display a huge list of lists either vertically or horizontally, using only … Read more

Android Jetpack Compose navigation with ViewModels

Android Jetpack Compose navigation with ViewModels

Android Jetpack Compose navigation with ViewModels. In the course of a recent project, I chose to use Jetpack Compose as my view layer completely. Although Google’s Get Started examples of the UI are quite easy to follow, you soon reach the point where you need to move between various screen sizes (or Composables). While Google has also got you covered … Read more

Jetpack Compose Column Gravity center

Jetpack Compose Column Gravity center

In this jetpack compose tutorial I share How to use the center to Align the content of a Column using Android Compose? Jetpack Compose Column Gravity center. Within this post, we’ll be introduced to the Column role in the Jetpack Compose. It is Jetpack Compose is a modern toolkit that allows you to create a native … Read more

jetpack compose scrollable column and Modifier 2022

jetpack compose scrollable column

This article will show you how to make the jetpack compose scrollable column. Refer to Jetpack compose articles to see other concepts.But you are missing functionality that you will eventually require. What happens if you need to display more elements on your screen? These elements may be all assembled, but you are unable to see all of … Read more