Android Open Source - Widget text Frost






Project Summary

This library provides a useful widget class mimicking the behavior of edit texts in a web form, which retains the entered values in a local history and automatically suggests previously stored texts as soon as the user starts typing..

Web Site / Source Repository

Frost is hosted in the following web site
https://github.com/Subito-it/Frost

If you think the Android project Frost listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Frost.

ItemValue
Java File Count9
Activity Count2




Java Source Files

Frost has the following Java source files.

it.subito.frost.FrostTextView.java
it.subito.frost.TestActivity.java
it.subito.frost.demo.DemoActivity.java
it.subito.frost.espresso.ClearFocus.java
it.subito.frost.store.InMemoryPersister.java
it.subito.frost.store.InMemoryPersisterTest.java
it.subito.frost.store.Persister.java
it.subito.frost.store.SharedPreferencesPersister.java
it.subito.frost.store.SharedPreferencesPersisterTest.java