Can anybody explain this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can anybody explain this

package com.example.helloworld; import android.os.Bundle; import android.app.Activity; import android.util.Log;

30th May 2017, 4:01 AM
sanju sk
sanju sk - avatar
2 Answers
+ 3
You're defining a package named "com.example.helloworld", and you're using some classes that are already defined in other packages: - class Bundle in package android.os - class Activity in package android.app - class Log in package android.util
30th May 2017, 5:09 AM
Álvaro
+ 4
well tnku
30th May 2017, 1:34 PM
sanju sk
sanju sk - avatar