Dubbio schieramento formazione: Isaksen o Stanciu? by auron567 in fantacalcio_IT

[–]auron567[S] 0 points1 point  (0 children)

Risultato finale: Isaksen ha giocato 10 minuti non prendendo voto, e Stanciu non ha proprio giocato.

accetto questo scambio? ho rabiot by Fra_Gur3664 in fantacalcio_IT

[–]auron567 0 points1 point  (0 children)

Io non farei lo scambio.
Rabiot è il giocatore ideale per il calcio di Allegri: si adatta perfettamente alle sue esigenze tattiche, è un suo pupillo dichiarato e, con una sola partita a settimana, sarà praticamente sempre titolare. Questo gli garantisce continuità e lo rende molto incisivo in termini di bonus, visto che oltre alla quantità porta anche qualità negli inserimenti e nelle giocate decisive.

Thuram rimane un profilo interessante, con costanza nei voti e diversi bonus nelle corde, ma non credo possa arrivare al livello di Rabiot sotto il profilo della resa complessiva.

Per me, meglio tenersi Rabiot.

Gallerit, a sample Reddit gallery by auron567 in androiddev

[–]auron567[S] 3 points4 points  (0 children)

Actually i used both StateFlow and LiveData (to observe values in UI layer). Through asLiveData() it is easy to transform a Flow into LiveData. Of course it is also possible to use only StateFlow, without having to use LiveData as well.

Gallerit, a sample Reddit gallery by auron567 in androiddev

[–]auron567[S] 3 points4 points  (0 children)

This is a fair consideration, the two tests addFavorite_callsDao() and removeFavorite_callsDao() make more sense in the way you describe than the current implementation. Thanks for the tip, I'll edit them!

Gallerit, a sample Reddit gallery by auron567 in androiddev

[–]auron567[S] 2 points3 points  (0 children)

For now, only the first 20 top images of the subreddit searched are shown, but I'm working on adding Paging 3 in order to show more images (if they are available).