GitHub topics: autocompletetextview
AmrDeveloper/CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Language: Java - Size: 10.1 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 401 - Forks: 54

natario1/Autocomplete
Simple yet powerful autocomplete behavior for EditTexts, to avoid working with MultiAutoCompleteTextView APIs.
Language: Java - Size: 7.66 MB - Last synced at: 29 days ago - Pushed at: about 5 years ago - Stars: 358 - Forks: 73

xsahil03x/multi_trigger_autocomplete
A flutter widget to add trigger based autocomplete functionality to your app.
Language: Dart - Size: 11.2 MB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 84 - Forks: 19

mohit-s96/WeatherOrNot
A simple weather app using Accuweather API, Bootstrap and Vanilla JS, featuring autocomplete dropdown search.
Language: JavaScript - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Teamwork/android-multiautocomplete
A lightweight and powerful abstraction over MultiAutoCompleteTextView and Tokenizer
Language: Java - Size: 741 KB - Last synced at: 6 days ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 6

tasomaniac/EmailAutoCompleteTextView
An AutoCompleteTextView with builtin Adapter with the emails in the device.
Language: Java - Size: 543 KB - Last synced at: 9 months ago - Pushed at: over 9 years ago - Stars: 423 - Forks: 49

naseemakhtar994/ClickDrawableTextView Fork of matpag/ClickDrawableTextView
This library add the ability to listen to drawables touch events for TextView subclasses
Language: Java - Size: 126 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

SyncfusionExamples/maui-autocomplete-samples
This repository contains examples for the SfAutocomplete controls in .NET MAUI (Multi-platform App UI) applications.
Language: C# - Size: 153 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

Padman83/AutoComplete_TextView
AutoComplete_TextView is written in Kotlin for Android Apps.
Language: Kotlin - Size: 134 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

relish-wang/AutoCompleteTextViewSample
《AutoCompleteTextView最佳实践》系列文章。从Android源码层面分析AutoCompleteTextView的使用场景和特殊情况处理。
Language: Java - Size: 81 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 0

karanatwal/MaterialChipsInput Fork of pchmn/MaterialChipsInput
Implementation of Material Design Chips component for AndroidX compatible
Language: Java - Size: 46.9 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 16 - Forks: 8

rubenpla-develop/AutoCompleteTextView_Sample
Sample for basic AutoCompleteTextview usage with custom adapter
Language: Kotlin - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Cielsk/clearable-edittext
Simple custom view for clearable EditText.
Language: Java - Size: 312 KB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 57 - Forks: 12

AhsanMunir/Google-Places-SDK-for-Android
Migrating to the New Places SDK Client
Language: Java - Size: 428 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 16

dinocajic/wheels-android
Wheel Purchasing App. Utilizes RecyclerView, Fragments, Accelerometer, LongPress Gesture, unique layouts for portrait and landscape views, JSON data retrieval, SQLite, AutoCompleteTextView, ScrollView, Preferences and other features implemented with an MVC design pattern.
Language: Java - Size: 1.24 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

matpag/ClickDrawableTextView
This library add the ability to listen to drawables touch events for TextView subclasses
Language: Java - Size: 177 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 4

DONIKAN/ViewBuilder
ViewBuilder for Android is a library for easily building useful views like Tags, Spinner, AutoCompleteTextView, ...
Language: Java - Size: 782 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

codex-dev/Clearable-AutoCompleteTextView-Android
This is a demo android project of a customized AutoCompleteTextView which include inbuilt search icon and clear text icon button.
Language: Java - Size: 297 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

spapas/CustomFilteredAdapeter
A Custom Filtered Adapeter for Android
Language: Kotlin - Size: 124 KB - Last synced at: 25 days ago - Pushed at: about 6 years ago - Stars: 9 - Forks: 1

pfieffer/ReadPhoneContacts 📦
Ask for phone book permission from the user and provide an option to pick from default phonebook or search using an sutocomplete textview.
Language: Java - Size: 131 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Harmanbeer007/EasyAutoComplete
This is easy to use Autocomplete when you want to load suggestion from API end point, You just need to provide API Endpoint URL, API method(GET,POST), OUTPUT Model/POJO class in XML . and setup parser in java file
Language: Java - Size: 291 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Commit451/ViewHolderArrayAdapter
ArrayAdapter which follows the RecyclerView API
Language: Kotlin - Size: 1.25 MB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 0

learntodroid/AutoCompleteTextViewTutorial
Tutorial covering how to use the AutoCompleteTextView widget in Android app development
Language: Java - Size: 129 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

RacZo/Smarty-Streets-AutoCompleteTextView
Gradle library. Android AutocompleteTextView that receives and displays address suggestions from Smarty Streets.
Language: Java - Size: 142 KB - Last synced at: 26 days ago - Pushed at: over 7 years ago - Stars: 21 - Forks: 11

Developer199239/AutoCompleteTextViewAndMaterialChips
Implementation of AutoCompleteTextView and Material Chips component for Android
Language: Kotlin - Size: 199 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

adrianokerber/suggestionadapter
This is the SuggestionAdapter: An adapter aimed to be used (But not only) with the AutoCompleteTextView component. The main point is that the adapter has a trigger (String) that starts the auto-complete list and will insert the user input + the suggestions from the list.
Language: Kotlin - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

Jantzilla/AutoHintTextView
Text field with automatic hints as you type.
Language: Java - Size: 911 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

slydeveloper/android-dynamic-autocomplete
A simple library that helps extends AutoCompleteTextView with dynamically loaded data
Language: Java - Size: 1.66 MB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 2

realityexpander/AlamoHunt2
Alamo Drafthouse Place Knowledge App
Language: Java - Size: 499 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

lizwangying/TryKotlin
Kotlin注册/登录页面,使用 AutoCompleteTextView 邮箱输入提醒
Language: Kotlin - Size: 839 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0
