I have one question "Why is Android NOT developer friendly?"
say a simple example... Auto fill for the onScrollChange method gives me a
crappy:-
scrollView.setOnScrollChangeListener(new View.OnScrollChangeListener() {
@Override
public void onScrollChange(View view, int i, int i1, int i2, int i3) {
}
});
Tell me how am i to understand i, i1, i2, and i3 means...
onScrollChange
<https://developer.android.com/reference/android/view/View.OnScrollChangeListener.html#onScrollChange(android.view.View,
int, int, int, int)>(View
<https://developer.android.com/reference/android/view/View.html> v, int
scrollX, int scrollY, int oldScrollX, int oldScrollY)
If i had to look at dev docs to understand that simple detail why even
develop the feature of auto-complete or Android Studio for that matter?
- Varun
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/ef5aa2e4-46f1-45d1-989b-3d4c2eba13b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.