android - Hide button while EditText is empty (Design Principles) -


what im wondering is, should hide "continue" button while edittext empty? there principle not recommending that? alternative solution popping error dialog warning user enter text. thanks.

it better use text validator, user click continue, popup appear near text , show going wrong field.

it may similar this:

edittextvalidator


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -