Skip to content

An EditText which can remember last several input, free developer from managing cache everywhere themselves. !! NOT ViewGroup !!

License

Notifications You must be signed in to change notification settings

markzhai/RememberEditText

Repository files navigation

RememberEditText

A EditText which can remember last input, free developer from managing cache everywhere themselves.

Introduction

Have you been annoyed with entering the same stuff once and once like username, thread-reply? RememberEditText can remember the last several input automatically and offers directly choose them.

How

RememberEditText simply puts its cache in SharedPreference, and keeps a local hashmap version to free from visiting SharedPreference everytime, thus speeds up its looks up and update.

Usage

// not fin yet

TODO

  • Add more hint mode.
  • Enable pair mode, like username/password.
  • Center gravity is not supported yet, need help (icon is missing when set center gravity).

About

An EditText which can remember last several input, free developer from managing cache everywhere themselves. !! NOT ViewGroup !!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages