About 1,510,000 results
Open links in new tab
  1. android - How would I implement a swipe-based circular control like ...

    Mar 10, 2014 · I am working on an Android application, and I have a TextView where I display a price (for example 50$). I would like to have a circular control similar to this picture: Swiping a finger clockwise on the dial increases the amount by $1 steps; Swiping a finger counter-clockwise on the dial decreases the amount by $1 steps

  2. GitHub - appifyhub/circular-slider-android: Circular Slider UI Control ...

    Circular Slider is a custom-built Android View used for choosing numbers. It works similarly to the regular slider control (SeekBar), just goes around in a circular fashion - simple enough. Note that the thumb scroller (the thing you drag around) can be either a solid-color circle or a custom drawable (like a PNG image).

  3. Ramotion/circle-menu-android - GitHub

    ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Android UI library made by @Ramotion

  4. JungHsuan/CircularUI - GitHub

    Display views in circular shape in Android with smooth scroll and item click action. - JungHsuan/CircularUI

  5. Designing a Circle with LinearLayout in Android - Medium

    Feb 21, 2018 · We are designing a circle with a combination of some LinearLayouts in a step by step and in a most easiest way. 1. Creating Parent LinearLayout.

  6. user interface - Circular control in Android - Stack Overflow

    Feb 18, 2020 · I am trying to make a circular control like the one you see on the attached image. It looks like a circular seekbar but it is not a circular seekbar as the thumb can move infinitely around the circular rim.

  7. android - how do I create a drawable circle? - Stack Overflow

    Dec 3, 2019 · What I need is to create a circle and allow user to draw inside it. Put this in a file called round_bg.xml in drawable folder. <item> <shape android:shape="oval"> <solid android:color="@color/white"/> </shape> </item> Then in your layout file you can refer to this file like this: android:layout_width="90dp" android:layout_height="90dp"

  8. A Simple Circular Layout for Android | by JH Lin | Medium

    Jun 12, 2017 · Today I want to introduce you a simple circular layout developed by myself. It would helps you create a circular-style ListView with smooth scroll. You can quickly clone and integrate it to your...

  9. Circle Menu in Android - GeeksforGeeks

    Feb 18, 2022 · A circle menu (also known as a radial menu, round menu, circular menu) is a creative menu design concept that arranges the sub-menu items around a circle or arc style menu toggle button.

  10. Creating Circular Views in Android with CircleView - fxis.ai

    Feb 22, 2022 · With CircleView, creating vibrant circular UI elements is just a few lines of code away! By following the instructions in this guide, you can easily implement, customize, and troubleshoot CircleView in your Android applications.

  11. Some results have been removed