You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to android development only made small project which i need to work for my physics classes
i am facing isshu that is.
i am stuck on first fragment and can not go to any other page and on this page only cancel button is working...
this is my code
I am very new to android development only made small project which i need to work for my physics classes
i am facing isshu that is.
i am stuck on first fragment and can not go to any other page and on this page only cancel button is working...
this is my code
package com.example.demoreel;
import androidx.appcompat.app.AppCompatActivity;
import android.Manifest;
import android.graphics.Color;
import android.os.Bundle;
import android.widget.Toast;
import com.hololo.tutorial.library.PermissionStep;
import com.hololo.tutorial.library.Step;
import com.hololo.tutorial.library.TutorialActivity;
public class MyTuorialSlider extends TutorialActivity {
}
The text was updated successfully, but these errors were encountered: