All Projects → liangpengfei → Searchview

liangpengfei / Searchview

This a view that waiting for network connection to resolve with cool animation .

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Searchview

Multisearchview
Yet another built-in animated search view for Android.
Stars: ✭ 837 (+381.03%)
Mutual labels:  search, customview
Muzonchik
iOS Music App that let you search, download and play music
Stars: ✭ 170 (-2.3%)
Mutual labels:  search
Algorithm
The repository algorithms implemented on the Go
Stars: ✭ 163 (-6.32%)
Mutual labels:  search
Astpath
A command-line search utility for Python ASTs using XPath syntax.
Stars: ✭ 167 (-4.02%)
Mutual labels:  search
Flask Msearch
Full text search for flask.
Stars: ✭ 164 (-5.75%)
Mutual labels:  search
Materialsearchbar
Material Design Search Bar for Android
Stars: ✭ 2,008 (+1054.02%)
Mutual labels:  search
Vanitysearch
Bitcoin Address Prefix Finder
Stars: ✭ 160 (-8.05%)
Mutual labels:  search
Jkes
A search framework and multi-tenant search platform based on java, kafka, kafka connect, elasticsearch
Stars: ✭ 173 (-0.57%)
Mutual labels:  search
Tachyons Tldr
quick lookup for tachyon classes, scales and colour palette
Stars: ✭ 170 (-2.3%)
Mutual labels:  search
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (-4.02%)
Mutual labels:  search
Angular Search Experience
Algolia + Angular = 🔥🔥🔥
Stars: ✭ 167 (-4.02%)
Mutual labels:  search
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (-5.17%)
Mutual labels:  search
Timeline
瀑布流式的时间轴
Stars: ✭ 2,028 (+1065.52%)
Mutual labels:  customview
Algoliasearch Magento
Algolia Search integration for Magento 1 - compatible with versions from 1.6.x to 1.9.x
Stars: ✭ 163 (-6.32%)
Mutual labels:  search
Rusticsearch
Lightweight Elasticsearch compatible search server.
Stars: ✭ 171 (-1.72%)
Mutual labels:  search
Blurimage
This Android Project help you to make your image blur in fastest way
Stars: ✭ 162 (-6.9%)
Mutual labels:  customview
Algoliasearch Client Swift
⚡️ A fully-featured and blazing-fast Swift API client to interact with Algolia.
Stars: ✭ 166 (-4.6%)
Mutual labels:  search
Vim Subversive
Vim plugin providing operator motions to quickly replace text
Stars: ✭ 168 (-3.45%)
Mutual labels:  search
Emoji
💌 Find the emoji that echoes your mind.
Stars: ✭ 2,072 (+1090.8%)
Mutual labels:  search
Keyvi
Keyvi - a key value index that powers Cliqz search engine. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
Stars: ✭ 171 (-1.72%)
Mutual labels:  search

SearchView

This a view that waiting for network connection to resolve with cool animation . I was inspired by this in dribbble

for the view has not implements all its animation , so I am glad for other people to help me to improve this view,this is so cool!

screenshot

#Usage

XML

	<xhome.uestcfei.com.searchview.SearchView
    android:layout_width="300dp"
    android:id="@+id/search"
    android:layout_centerHorizontal="true"
    android:layout_height="300dp" />

JAVA

	public void stop(View view) {
  		 Log.d(TAG, "stop");
 		 searchView.stopSearch();
	 }

	 public void start(View view) {
 	     Log.d(TAG, "start");
 		 searchView.startSearch();
	 }

#License no license ,share as you like it !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].