SamranTariq/Whatsapp_Facebook_VideoSaver

Constant not found

Closed this issue · 3 comments

error when it open in android studio - cannot find symbol variable Constant error

how can it solve?

error when it open in android studio - cannot find symbol variable Constant error

how can it solve?

Thanks for your response

Code Updated, Take a look/download again and use it...

OR

Create a new file "Constant.java" and in this file add these lines

package com.example.whatsapp_facebook_videosaver;

class Constant {
    public static int nav_clicked = 0;
    public static Boolean isNavClicked = false;

    public static Boolean isToggle = true;
    public static int color = 0xff3b5998;
    public static int theme = R.style.AppTheme;
}

Demo

Like this'
Error_Solved

BEST OF LUCK

the problem was solved. thank you
but the app was too many bug by using. please solve it

the problem was solved. thank you
but the app was too many bug by using. please solve it

Application work properly in my device without any bug, i think i missed some files during upload this project on github, So Thanks for your feedback
I'll try to update project files and check all files one by one