Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pruh/android-forms-with-error-indicators
https://github.com/pruh/android-forms-with-error-indicators
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pruh/android-forms-with-error-indicators
- Owner: pruh
- Created: 2013-01-18T09:55:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-18T11:25:51.000Z (almost 12 years ago)
- Last Synced: 2023-03-23T03:27:01.552Z (over 1 year ago)
- Language: Java
- Size: 465 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Forms with Error Indicators
## Description
This sample project was created for my [blog post][2] and it shows how to use [TextView.setError()][1] method. This is a convenient way to indicate a wrongly filled views.## License
Copyright 2012 Ivan Davletshin
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.0Unless 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.[1]: http://developer.android.com/reference/android/widget/TextView.html#setError(java.lang.CharSequence)
[2]: http://nocturnaldev.com/2013/01/18/marking-incorrectly-filled-fields-in-forms-on-android/