Sei sulla pagina 1di 4

FilterableListDialog (/details/1/6253)

 15 (https://github.com/rohan2817/FilterableListDialog/stargazers?utm_source=android-

arsenal.com&utm_medium=referral&utm_campaign=6253) 1

(https://github.com/rohan2817/FilterableListDialog/watchers?utm_source=android-

arsenal.com&utm_medium=referral&utm_campaign=6253)  10

(https://github.com/rohan2817/FilterableListDialog/network?utm_source=android-

arsenal.com&utm_medium=referral&utm_campaign=6253)  0

(https://github.com/rohan2817/FilterableListDialog/issues?utm_source=android-

arsenal.com&utm_medium=referral&utm_campaign=6253)

 (https://facebook.com/sharer.php?
General u=https://android-
Category
arsenal.com/details/1/6253)
Free (/free)

Tag
 (https://twitter.com/intent/twe
arsenal.com/details/1/6253&text=The%20An
Dialogs (/tag/30)

License%20Dialogs%20-%20FilterableListDialog
Apache License, Version 2.0 (http://opensource.org/licenses/Apache-2.0?utm_source=android-arsenal.co

 (http://news.ycombinator.com/submitlink
m&utm_medium=referral&utm_campaign=6253)

arsenal.com/details/1/6253&t=The%20Andro
Min SDK
14 (Android 4.0–4.0.2 Ice Cream Sandwich) (/api?level=14)

Registered
%20Dialogs%20-%20F
Sep 28, 2017

Favorites
 (https://plus.google.com/share?
3 url=https://android-
Link arsenal.com/details/1/6253)
https://github.com/rohan2817/FilterableListDialog (https://github.com/rohan2817/FilterableListDialog?utm

 (https://reddit.com/subm
_source=android-arsenal.com&utm_medium=referral&utm_campaign=6253)

arsenal.com/details/1/6253&title=The%20An
See also
Easy Native Dialog (/details/1/6525)
%20Dialogs%20-%2
FlycoDialog-Matser (/details/1/2430)
CookiesConsent (/details/1/2634)
Panter Dialog (/details/1/4678)
DialogAlchemy (/details/1/3741)

Additional

Language
Java

Version
N/A (https://github.com/rohan2817/FilterableListDialog/releases?utm_source=android-arsenal.com&utm_
medium=referral&utm_campaign=6253)

Created
Sep 26, 2017

Updated
Sep 28, 2017

Owner
Rohan Peshkar (rohan2817) (/user/rohan2817)

Contributor
1 (https://github.com/rohan2817/FilterableListDialog/graphs/contributors?utm_source=android-arsenal.co
m&utm_medium=referral&utm_campaign=6253)

Activity

Badge
 Generate

Download
 Source code
 APK file

Promotion
    

A Free stand-alone desktop


application designed to be
CodePilot.ai the best search experience
possible.

FilterableListDialog

An Android list dialog showing list of items, with an EditText to filter items given in the list.

currentVersion 0.0.1

(https://camo.githubusercontent.com/79dda15062c5bca252dabca95d937e3987f97dac/687474707
33a2f2f696d672e736869656c64732e696f2f62616467652f63757272656e7456657273696f6e2d30
2e302e312d677265656e2e737667?utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253) minSdkVersion 14
(https://camo.githubusercontent.com/6a68c4fe8aa4e06e83bef96ed901dde1e60cb996/687474707
33a2f2f696d672e736869656c64732e696f2f62616467652f6d696e53646b56657273696f6e2d3134
2d6f72616e67652e737667?utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253)

Usage

Gradle Dependency

dependencies {
compile 'me.rohanpeshkar.filterablelistdialog:filterablelistdialog:0.0.1'
}

Using Dialog
Using list dialog is pretty simple, it needs a list of items to be shown in dialog. For now it needs to
be ArrayList<String> . Example Usage :

FilterableListDialog.create(this, getListItems(),
new FilterableListDialog.OnListItemSelectedListener() {
@Override
public void onItemSelected(String item) {
//Use selected item as needed
}
}).show();

getListItems() will return list of items to be shown in dialog.

Warning: Please remember to call show() method as FilterableListDialog.create() will only


return the instance and does not show the dialog.

China Economy Outlook


We provide economic research report of China and SEE MORE
support customized report.

Follow us on Twitter (https://twitter.com/Android_Arsenal?utm_source=android-


arsenal.com&utm_medium=referral&utm_campaign=6253)

Read us in Telegram (https://telegram.me/AndroidArsenal?utm_source=android-


arsenal.com&utm_medium=referral&utm_campaign=6253)

Get Android app on Google Play (https://play.google.com/store/apps/details?


id=com.android_arsenal.androidarsenal&utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253)

Stay informed with Pushbullet (https://www.pushbullet.com/channel?tag=android_arsenal&utm_source=android-


arsenal.com&utm_medium=referral&utm_campaign=6253)

Created by Vladislav Bauer (https://github.com/vbauer?utm_source=android-


arsenal.com&utm_medium=referral&utm_campaign=6253)
 (https://twitter.com/BauerVlad?utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253)
 (https://www.linkedin.com/in/vladislavbauer?utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253)
 (https://www.paypal.me/VladislavBauer?utm_source=android-
arsenal.com&utm_medium=referral&utm_campaign=6253)
© 2014-2018 - Android Arsenal (/) | Privacy (/privacy)

Potrebbero piacerti anche