Size: a a a

Android Developers

2020 May 15

НЭ

Некрутов Эдуард... in Android Developers
Jhamil
it asks me to cast it tho,
What does Google say?
источник

J

Jhamil in Android Developers
Некрутов Эдуард
What does Google say?
that I always should initilize list with inferred type argument
источник

НЭ

Некрутов Эдуард... in Android Developers
Jhamil
that I always should initilize list with inferred type argument
what is there to understand? Use list with generic (List<RecipeModel>)
источник

R

Roman in Android Developers
Jhamil
I am using RecyclerView Filterable, however this warning doesn't seem to be fixable. Any idea how?
Seems like unchecked cast. You need to add a type which you cast to
источник

J

Jhamil in Android Developers
Некрутов Эдуард
what is there to understand? Use list with generic (List<RecipeModel>)
I tried this already, sorry for inconvience. I probably won't ask here till I'm out of methods
источник

НЭ

Некрутов Эдуард... in Android Developers
Jhamil
I tried this already, sorry for inconvience. I probably won't ask here till I'm out of methods
what type of values does it have? and what method is needed for addAll?
источник

J

Jhamil in Android Developers
Некрутов Эдуард
what type of values does it have? and what method is needed for addAll?
I meant my method or work arounds not methods for code, thank you for your help, I already found a similar problem on stackoverflow I can figure this out now thanks.
источник

V

Vanechka777 in Android Developers
А где можно найти все видео-записи?)
источник

QH

Quantum Harmonizer in Android Developers
Vanechka777
А где можно найти все видео-записи?)
Чёт они исчезли.
источник

V

Vanechka777 in Android Developers
Quantum Harmonizer
Чёт они исчезли.
(((((((((((((((( Очень плохо
источник

J

Jhamil in Android Developers
Here is my work around, I'm about to test it. But if you see something wrong it might be valuable for me to know
источник

QH

Quantum Harmonizer in Android Developers
Jhamil
Here is my work around, I'm about to test it. But if you see something wrong it might be valuable for me to know
WTF is this?
источник

EU

Evgenii Uleikin in Android Developers
Всем привет. Как можно посмотреть какая версия R8 используется при сборке?
источник

J

Jhamil in Android Developers
Quantum Harmonizer
WTF is this?
Checking if the list contains the right Object
источник

QH

Quantum Harmonizer in Android Developers
Jhamil
Checking if the list contains the right Object
This is evil and indicates design flaw.
источник

J

Jhamil in Android Developers
Quantum Harmonizer
This is evil and indicates design flaw.
Sorry, I'm quite new and this is my last resort to fix the warning tho, but I'm willing to learn something new
источник

QH

Quantum Harmonizer in Android Developers
Jhamil
Sorry, I'm quite new and this is my last resort to fix the warning tho, but I'm willing to learn something new
Which warning?
You should not be sorry, it's OK, all of us make mistakes sometimes.
источник

J

Jhamil in Android Developers
Jhamil
I tried this already, sorry for inconvience. I probably won't ask here till I'm out of methods
here.
источник

QH

Quantum Harmonizer in Android Developers
Jhamil
I tried this already, sorry for inconvience. I probably won't ask here till I'm out of methods
What is FilterResults, is this type generic?
источник

НЭ

Некрутов Эдуард... in Android Developers
Jhamil
here.
Please read about generics. This is one of the basics.
источник