It is a cross-platform, statically typed, programming language with type inference. Share application logic between web, mobile, and desktop platforms while keeping an experience native to users.
This article is in continuation of the previous article in which we discussed the different types of layouts in Jetpack Compose. In this article, we will be discussing the remaining layouts Box , ConstraintLayout
In this article, we will discuss about layouts in jetpack compose with examples. What is Layout in Android?The fundamental units that make up the user interface are layouts. It offers a transparent
In our previous article in this series, we discussed a few basic components of Jetpack Compose. In this article, we will go ahead with some more components in Jetpack Compose. Image: A component
Persistent storage for your android application can benefit you in many ways. Some of the common use cases could be using it for storing some relevant pieces of data which can be accessed
Jetpack compose is a group of Android libraries that follow the best standards included in Jetpack. It is Google's brand-new, cutting-edge declarative UI framework for creating Android apps. The primary distinction between Jetpack