Closed ghost closed 4 years ago
While trying to complete MDC-101 Android: Material Components (MDC) Basics (Java), step 5 I got this error:
Method does not override or implement a method from a supertype @Override
Code:
public class MainActivity extends AppCompatActivity implements NavigationHost {
@Override public View onCreateView( @NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
**Codelab details
Thank for your help
I make a mistake, sorry.
While trying to complete MDC-101 Android: Material Components (MDC) Basics (Java), step 5 I got this error:
Method does not override or implement a method from a supertype @Override
Code:
public class MainActivity extends AppCompatActivity implements NavigationHost {
**Codelab details
Thank for your help