• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple extension for account suggestion and auto completion.

AccountAutoCompleteEditText

Gitter Android Arsenal License

Just a simple implementation for use of auto complete text view with device account suggestion

Usage

Just simply put an custom view as below.

<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <jp.yokomark.widget.account.autocomp.AccountAutoCompleteEditText
        android:id="@+id/any"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="@string/label_account_type_any"
        app:accountType="any"/>
</RelativeLayout>

AccountAutoCompleteEditText has a custom attribute of accountType. This attribute accepts any of the following value.

Value Meaning
any Show the candidate account of all type.
email Show the candidate account using email address.
phoneNumber Show the candidate account using phone number.

Sample Application

Sample app can be downloaded from here.

Download

Via Gradle

repositories {
    mavenCentral()
}
android {
    dependencies {
        compile 'com.github.keithyokoma:AccountAutoCompleteEditText:1.0.0'
    }
}

TODO

  • Customize adapter view layout

License

Copyright (C) 2014 KeithYokoma. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

Fit

Framework for dispatching various procedure on update application.
Java
59
star
2

Boogaloo

Task retry manager with a certain back off time.
Java
40
star
3

RemoteViewsReader

Read RemoteViews information with some black magic way.
Java
30
star
4

BakusokuAndroid

็ˆ†้€Ÿใง Android ้–‹็™บใ™ใ‚‹ใŸใ‚ใฎใƒ—ใƒญใ‚ธใ‚งใ‚ฏใƒˆใ‚’ๆบ–ๅ‚™ใ™ใ‚‹ใŸใ‚ใฎใพใจใ‚
Java
29
star
5

CompoundContainers

Checkable implementation for various view groups and RadioGroup optimization for them.
Java
29
star
6

LGTMCamera

LGTM Camera for Android
Java
14
star
7

wercker-container-android

Docker container for wercker to build android app
9
star
8

AndroidFlavoredGson

Declaration of AOSP style code format policy and some type adapter for GSON converter.
Java
8
star
9

AutoValidationEditText

Simple extension for validate and alert function on edit text
Java
7
star
10

Arbalest

Yet another Parse SDK for Android with REST client.
Java
3
star
11

Optional

Backport of Optional class in Java8
Java
3
star
12

mixi-api-sdk-android-sample-step1

mixi API SDK sample code for Android.
Java
3
star
13

LicenseCreditView

Utility view for creating a simple credit for acknowledgement of the library license.
Java
3
star
14

ProtonSherlock

Proton DI Container Integrated Sherlock Classes
Java
2
star
15

PublicSlides

My speech slides
2
star
16

PhotoUploader

Java
2
star
17

mixi-API-SDK-for-JavaFX-Script

Standard Development Kit for mixi Graph API
1
star
18

GridRadioGroup

Kotlin
1
star
19

TTSTester

Java
1
star
20

Circle

1
star
21

Android-Study-Documents

Document repository for android study session
1
star