SmartSearchView

Enable user to use searchview look like Google Play Store, search by voice , suggestion enable...

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.github.chivorns
ArtifactId

ArtifactId

smartsearchview
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

SmartSearchView
Enable user to use searchview look like Google Play Store, search by voice , suggestion enable...
Project URL

Project URL

https://github.com/Chivorns/SmartSearchView
Source Code Management

Source Code Management

https://github.com/Chivorns/SmartSearchView

Download smartsearchview

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/ -->
<dependency>
    <groupId>com.github.chivorns</groupId>
    <artifactId>smartsearchview</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/
implementation 'com.github.chivorns:smartsearchview:1.0.1'
// https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/
implementation ("com.github.chivorns:smartsearchview:1.0.1")
'com.github.chivorns:smartsearchview:aar:1.0.1'
<dependency org="com.github.chivorns" name="smartsearchview" rev="1.0.1">
  <artifact name="smartsearchview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chivorns', module='smartsearchview', version='1.0.1')
)
libraryDependencies += "com.github.chivorns" % "smartsearchview" % "1.0.1"
[com.github.chivorns/smartsearchview "1.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 26.0.0-alpha1
com.android.support » recyclerview-v7 jar 26.0.0-alpha1
com.android.support » design jar 26.0.0-alpha1
com.android.support » cardview-v7 jar 26.0.0-alpha1
com.bartoszlipinski : viewpropertyobjectanimator jar 1.2.0

Project Modules

There are no modules declared in this project.

SmartSearchView

Usage

Add the dependencies to your gradle file:

dependencies {
    compile 'com.github.chivorns:smartsearchview:1.0.1'
}

Add SmartSearchView to your layout:

<com.chivorn.hum.smartsearchview.SmartSearchView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:smsv_searchBarMarginLeft="0dp"
        app:smsv_searchBarMarginTop="0dp"
        app:smsv_searchBarMarginRight="0dp"
        app:smsv_searchHint="Search..."
        app:smsv_suggestionsListAnimDuration="250"
        app:smsv_showSearchKey="false"
        app:smsv_leftActionMode="showSearch"
        app:smsv_menu="@menu/search_menu"
        app:smsv_close_search_on_keyboard_dismiss="true"
        app:smsv_showVoiceInput="true">
</com.chivorn.hum.smartsearchview.SmartSearchView>

Versions

Version
1.0.1