Posts by Vinicius Mota • 1 point
2 posts
-
-2
votes1
answer31
viewsQ: How to return the indices that an element appears in a tuple?
**Write a function called 'positions' that you take as input arguments a tuple and an item, and returns a list containing all the indexes in which the item appears on tuple. If the item does not…
-
-1
votes1
answer71
viewsQ: My navigation Drawer no longer goes to my screens, just a logout button I made, the others do not call the other screen
public class MainActivity extends AppCompatActivity { private AppBarConfiguration mAppBarConfiguration; ImageView imageView_Carrinho; @Override protected void…