Git Product home page Git Product logo

chetan532 / searchablespinner Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 4.76 MB

The Searchable Spinner is an Android library designed to enhance the user experience by providing a searchable dropdown spinner UI component. It offers a customizable and intuitive way for users to select options from a dropdown list, making it easy to find and select items even in large datasets.

Java 88.13% Kotlin 11.87%
android androidspinner java kotlin sdk33 searchable searchablespinner searchablespinnerlibrary spinner

searchablespinner's Introduction

Hi, I'm Chetan!


A passionate Software Engineer With Expertise In Mobile App Development


๐Ÿ”ญ Iโ€™m currently working on Mobile Apps.
๐ŸŒฑ Iโ€™m currently learning more on Jetpack Compose, Flutter and Android Development.
๐Ÿ‘ฏ Iโ€™m looking to collaborate on Podcasts, Youtube, Projects etc.
๐Ÿ’ฌ Ask me about Android Development.

๐Ÿ‘จโ€๐Ÿ’ป Programming languages

Java Kotlin Kotlin PHP Dart C C++

๐Ÿงฐ Frameworks and libraries

Android UI Design Dagger Coroutines RxJava Glide HTTP Dao Rest API

๐Ÿ—„๏ธ Coding Structure Pattern

MVVM Architacture MVP BLOC GET Provider

๐Ÿ—„๏ธ Local & Real Databases

GitHub Pages Sqlite DB RoomDb GraphQL Retrofit MySQL Firebase

๐Ÿ’ป Software and tools

Android Studio Visual Studio Code Chrome Postman Stack Overflow Git Firebase Adobe XD Figma

๐Ÿ“Š Github stats

๐Ÿ’ป GitHub Profile Stats
Chetan's Github Stats Chetan's Top Languages
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

๐Ÿ™‹โ€โ™€๏ธ Let's Connect

GitHub LinkedIn Facebook Instagram Gmail

searchablespinner's People

Contributors

chetan532 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

searchablespinner's Issues

Can't work with viewmodel and live data

Cannot find a setter for <com.cvaghela.spinner.searchablespinner.SearchableSpinner android:entries> that accepts parameter type 'androidx.lifecycle.MutableLiveData<com.example.app.utilities.Resource<java.util.List<com.example.app.domain.model.Model>>>'

I tried the following

        <com.cvaghela.spinner.searchablespinner.SearchableSpinner
            android:id="@+id/spinner1"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_marginStart="32dp"
            android:layout_marginTop="24dp"
            android:layout_marginEnd="32dp"
            android:gravity="center_horizontal"
            app:DividerHeight="0.5dp"
            app:DropDownMainTextColor="@color/black"
            app:DropDownViewCornerRadius="15dp"
            app:ItemsDivider="@drawable/divider_item"
            app:ListItemColor="@color/white"
            android:entries="@{viewModel.models}"
            app:MainEntryText="@string/select_railcar"
            app:SearchCornerRadius="7dp"
            app:SearchHintText="Search Item"
            app:SearchViewBackgroundColor="@color/black"
            app:SearchViewElevation="5dp"
            app:SearchViewHintColor="@color/cardview_shadow_end_color"
            app:SearchViewTextColor="@color/white"
            app:SpinnerExpandHeight="250dp"
            app:layout_constraintBottom_toTopOf="@+id/textView"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.