Top "Hint" questions

determine whether point lies inside triangle

The program needs to read the values of three coordinates P1(x1,y1) P2(x2,y2) P3(x3,y3) as …

math logic hint
How to change the hint size of TextInputLayout

This is my xml <android.support.design.widget.TextInputLayout style="@style/main_input_text" android:layout_marginTop="@dimen/activity_…

android xml hint android-textinputlayout textinputlayout
How to display hints in html form fields?

I have a very long php form which is used to save input values entered by users. I want to …

javascript html hint
NetBeans / Java / New hint: Thread.sleep called in loop

In NetBeans, there's a new hint that says: Thread.sleep called in loop. Question 1: How/when can it be a …

java multithreading netbeans sleep hint
how to make hint disappear when edittext is touched?

In my application in android are many EditText fields. And I ran into a problem with hint. It is not …

android android-edittext hint
How can I add a hint to the Spinner widget?

I have a Spinner in spinnerMode="dropdown" mode. Instead of the preselected first item, I want to show the user …

android user-interface spinner hint
EditText hint doesn't show

My EditText configured as follows won't show the hint: <EditText android:layout_width="fill_parent" android:layout_height="wrap_…

android android-widget android-edittext hint
Using Oracle hint "FIRST_ROWS" to improve Oracle database performances

I have a statement that runs on Oracle database server. The statement has about 5 joins and there is nothing unusual …

database performance oracle hint
Android: EditText hint in single line

For setting the Single Line in EditText we use android:singleLine="true" but I want to set the single line …

android android-edittext hint
Hint in Search Widget within Action Bar is not showing up

I have a Search Widget within an Action Bar. I have set up an android:hint value however It is …

java android colors android-actionbar hint