Posts by Italo Silva • 21 points
4 posts
-
0
votes0
answers132
viewsQ: I’m Creating a Navigation Drawer in android studio and can’t set the clicks on the items
A main Activity: package com.example.italo.nvigationdrawer; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; import…
-
1
votes1
answer295
viewsQ: non Static method write cannot be referenced from a Static context
I’m a beginner in android and in programming overall, I was following a classroom video to record a string in a txt file, when I came across the following error: Error:(49, 31) error: non-static…
-
1
votes1
answer990
viewsQ: How to center the string of the bar action title and how to change its size?
JAVA package togglebutton.cursoandroid.com.togglebutton; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override…
-
0
votes2
answers5228
viewsQ: Typeerror: Calcularsalario() Missing 1 required positional argument: 'Title'
While trying to create a simple Python Code and I came across the following error in the method of calculating salary Typeerror: Calcularsalario() Missing 1 required positional argument: 'Title'…