Monday, 29 March 2021

How does the Android Studio autocomplete works in RecyclerView's `app:layoutManager`?

I'm trying to an add custom view where I'm able to receive the path of the class by an attribute and create it in runtime and I want it to work like the app:layoutManager in RecyclerView, if you try to add the path of your class, Android Studio shows the autocomplete and even the . works.. How??

android studio autocomplete

It's not a question about adding attributes, I already had a look the RecyclerView code and it is receiving a string and then, the string is used to create the instance in runtime.

enter image description here

enter image description here

I would be really thankful if someone can help me with this.



from How does the Android Studio autocomplete works in RecyclerView's `app:layoutManager`?

No comments:

Post a Comment