-
### 1. ViewHolder
In order to make the **shipyard** crate more general porpuse and easly programable without going into source code, we can introduce :
- **ViewHolder :** a derive macro that can be …
-
Нерешенные вопросы:
- [x] Нужно ли разделять буферы на Constant, Vertex, Index и т.д. или один класс будет обрабатывать все случаи?
Один класс
UML
@startuml
class GPULocalResource
{
+ …
-
Using ViewHolders in Fragments doesn't seen to make sense. The ViewHolder pattern simplifies view reference lookups when constructing multiple similar views such as in a ListView. For one-off creation…
-
-
**Is your feature request related to a problem? Please describe.**
I migrated to Stratum from previous version, but my app settings weren't in my backup
**Describe the solution you'd like**
I wou…
-
- don't get all fields at the beginning. only when they are needed
- create abstract class for the viewholders (-> dry)
-
`ViewHolder` has function that can get its position through `adapterPosition`. However on rare cases, user scroll, `adapterPosition` could return `RecyclerView` could return `NO_POSITION`, which is a …
-
Hey,
I'd like to create different viewholders depending on the position/viewtype (whatever is easier for you).
If I look correclty, it's not possible as you don't have a position/viewtype parameter …
-
Hello,
what i want to do is a treeView in wich each item has an imageView and a TextView. The problem is that when i want to put the treeView inside the container (FrameLayout) by using this command:…
-
Automatically detect fields from the corresponding xml layout files by checking for views with an id. So you don't have to specify fields for the view holder by hand with`@Field`
However, that's not …