GooglePlacesAutoComplete is a small Kotlin demo for auto search in google map.
TypeFilters:
This library can help developers save at-least 16 hours of work in migrating from the default Google Places Autocomplete feature which will be completely removed in future. Developers can migrate to this library as it uses the latest Places API.
A simple library that can connect your autocomplete edittext to Google's places api.
A library to implement PlaceAutocomplete
in Android with custom view.
Android EditText
for searching and mentioning user from a source.
Android SearchView
that features autocompletion and material design.
A RxJava library to fetch search suggestions backed by Google Suggest
.
Autocomplete
adds simple yet powerful autocomplete behavior to EditText
s, to avoid working with the infamous MultiAutoCompleteTextView
APIs.
Features
AutocompletePolicy
to listen to text eventsAutocompletePresenter
@usernames
, #hashtags
and similarAndroid AutocompleteTextView that receives and displays address suggestions from Smarty Streets.
EditTextView
suggests and fills up email domains.
This library provides a simple and customizable away to setup @ mentions on any EditText. Here's all it takes to get started.
AutoCompleteTextView
for android with KMP algorithm.
ChipLayout is an layout that allows to create chips from text you typed with possibility to show drop down.
Chips in your AutoCompleteTextView on Android.
AutoCompleteEditTextWithContact that shows suggestions automatically while the user is entering characters. The list of suggestions is displayed from which the user can choose an item.
An AutocompleteTextView
that interacts with the Google Maps Places API to provide location results and caches selected results in a history file for later use,
An AutoCompleteTextView with built-in Adapter with the emails in the device.
Autocomplete EditText
for cities, using Google Places.
ContactAutoCompleteTextView is a view which allows the user to search across all his contacts to get email or phone number.
AutoCompleteBubbleText allows you to add and remove items from an EditText
using a drawable as a background.
The benefit of AutoCompleteBubbleText is that you can position the ListView
anywhere in the layout instead of just under the EditText. You can also use the autocomplete filtering function of the EditText to filter items in the list.
Just a simple implementation for use of auto complete text view with device account suggestion.
In social app, you often @somebody for something. This project gives you a more visual way to @somebody and showing the message.
This project is modified from TokenAutoComplete and is compatible with it.
TokenAutoComplete is a Android Gmail style token auto-complete text field and filter. It's designed to have an extremely simple API to make it easy for anyone to implement this functionality while still exposing enough customization to let you make it awesome.