GithubHelp home page GithubHelp logo

alirezamohtaram / contactsautocompletetextview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laurentmmeyer/contactsautocompletetextview

0.0 2.0 0.0 156 KB

An Android View to search through Contacts with an AutoTextView

Java 100.00%

contactsautocompletetextview's Introduction

Android Arsenal

ContactAutoCompleteTextView

ContactAutoCompleteTextView is a view which allows the user to search across all his contacts to get email or phone number.

The thread to get the data is asynchronous, which allow the view to load very fast (without this, you can need 1 to 2 seconds for 1500 contacts).

[Javadoc] (http://lolobosse.github.io/ContactsAutoCompleteTextView/)

Demo

Alt text

Play store demo available

Roadmap

  1. Test the stability of the lib and improve the lifecycles of it (cache data)
  2. Add the ability to have postal addresses
  3. Add the photo from all contact providers (not only from the local storage --> we want to have as many photos as in the native contact app).
  4. Test on other resolutions: XHDPI, XXHDPI, XXXHDPI (Please open issue, even if it works, to allow me to update the readme...)
  5. Write/Improve wiki
  6. Test the possibility of changing the adapter.
  7. Make a maven version.
  8. Write a demo app.

How does it work?

Lib available for Gradle:

compile 'com.github.lolobosse.contactsautocompletetextview:library:0.1.2'

And for Maven:

<dependency>
  <groupId>com.github.lolobosse.contactsautocompletetextview</groupId>
  <artifactId>library</artifactId>
  <version>0.1.2</version>
  <type>aar</type>
</dependency>

Create a subfolder in your project folder, navigate to it with terminal and then type:

git clone https://github.com/lolobosse/ContactsAutoCompleteTextView.git

Import it in Android studio as a module. (or make it directly from VCS Github menu of Android Studio).

Then create a view, for example like this:

<com.meyerlaurent.cactv.AutoCompleteContactTextView
            android:id="@+id/fragment_send_auto_text_view"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            auto:typedLettersHaveDifferentStyle="true"
            auto:styleOfTypedLetters="bold"
            auto:displayPhotoIfAvailable="true"
            auto:typeOfData="email"/>

DO NOT FORGET TO SET: xmlns:auto="http://schemas.android.com/apk/res-auto" on your parent layout.

Enjoy ๐Ÿ˜„

Attributes

  • colorOfData : (color) color of the data which will be displayed
  • colorOfNames : (color) color of the name of concerned people
  • typedLettersHaveDifferentStyle : (boolean) if you set it to true the letter you type will be highlighted in the name of the person.
  • styleOfTypedLetters : (enum) (only available if typedLettersHaveDifferentStyle true), the highlight of letters will be underlined or bold.
  • getTextPattern: (String) return pattern of the name selected, make your combinations with:
    1. [N] : Name of people in upper case.
    2. [n] : Name of people in lower case.
    3. [Nn] : Name in normal style. For Example: Laurent.
    4. [d]: The data
  • displayPhotoIfAvailable : (boolean) Should the view include the photo of the contact.
  • typeOfData : (enum) What you want for data
    1. phone : Phone numbers
    2. email : Emails

###ChangeMap###

  • 0.1.1

    • Fixed issue #3
    • Fixed issue #4
  • 0.1

    • Initial release

The software is under MIT License.

The MIT License (MIT)

Copyright (c) Laurent Meyer, 2015

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

contactsautocompletetextview's People

Contributors

lolobosse avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.