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
Have you been able to start RegisterActivity and LoginActivity from a blank/test Activity? And have you been able to start a blank/test Activity from the intro?
As you're using custom fragments rather than the included slides, could you include the fragment layout XML?
On Mon, Jan 4, 2021, 6:27 AM Jan Heinrich Reimer ***@***.***> wrote:
Have you been able to start RegisterActivity and LoginActivity from a
blank/test Activity? And have you been able to start a blank/test Activity
from the intro?
As you're using custom fragments rather than the included slides, could
you include the fragment layout XML?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR2MKVAYC7RORTHYR3NOHW3SYEKRVANCNFSM4VPEBUGQ>
.
20201231_112417_768x432.1.mp4
I am unable to open next screen in slider please help me.
This is my mainActivity.java file
This is Register.java Activity
`package com.example.budget.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.example.budget.R;
public class RegisterActivity extends AppCompatActivity {
}`
This is Manifest.xml
`
`
The text was updated successfully, but these errors were encountered: