Category: Android app develoment
-
Gradient background in Android
Gradients are created by gradually transitioning from one color to another. There are many different types of gradients that can be used in various situations. Radial gradients, for example, can be used to create a sense of circular motion in an image and linear gradients can be used for backgrounds or as a border for…
-
FrameLayout in Android
Frame layout in android provides a way to place the child views in a stack. The view that’s added last is on the top. The frame layout sizes itself according to the size of its largest child(with padding). You can control a child’s position within the frame layout by assigning gavity to the child using…
-
WebView in Android
If you’re new to Android development, you may be wondering what a webview is and how to use it in your app. So, in this post, I will tell you about what a WebView is and how you can use it in your android project. So, without further ado, let’s get started! What is Android…
-
Drop-down list (Spinner) in android
If you’re thinking about creating a drop-down list in android, you’ve come to the right place. In this blog post, I will show you how to create a drop-down list in android. I will show you how can you populate the drop-down list with data and how can you handle user selections. So, without further…
