Giter Club home page Giter Club logo

Comments (10)

jayagrawal254 avatar jayagrawal254 commented on August 20, 2024

I adding in my code in app/src/main/java/components/dialogs/system/ AppSnackbar.java
is it correct

from hash-checker-lite.

jayagrawal254 avatar jayagrawal254 commented on August 20, 2024

`private long backpressedTime;
@OverRide
protected void onCreate(Bundle SavedInstanceState){
super.onCreate(SavedInstanceState);
setContentView(R.layout.activity_main);
}

    @override
    public void onBackpressed()   {
            if(backpressedTime + 2000 > System.currentTimeMillis()){
                 super.onBackpressed();
                 return;
            }else{
                    Tost.makeText(getBaseContent(),"Press back again to exit",Tost.LENGTH_SHORT).show();
            }
    } `

from hash-checker-lite.

yasin459 avatar yasin459 commented on August 20, 2024

hello i would like to work on this issue

from hash-checker-lite.

fartem avatar fartem commented on August 20, 2024

@yasin459 I'm assigned you to this issue.

from hash-checker-lite.

yasin459 avatar yasin459 commented on August 20, 2024

hello again .sorry but i have a problem in build, I get this error :
A problem occurred evaluating project ':app'.

java.lang.NullPointerException (no error message)
i googled but I can't understand the problem, do you have any idea?

from hash-checker-lite.

yasin459 avatar yasin459 commented on August 20, 2024

@fartem can you help me please?

from hash-checker-lite.

fartem avatar fartem commented on August 20, 2024

@yasin459 Of course. Can you tell me your answer?

from hash-checker-lite.

yasin459 avatar yasin459 commented on August 20, 2024

@fartem
i have'nt done anything yet, i forked and cloned repo then tried to build for the first time(before making any changes)
then I confronted this error:

image

from hash-checker-lite.

fartem avatar fartem commented on August 20, 2024

@yasin459 You need to add next lines to local.properties file in the root of the project:

RELEASE_KEYSTORE_PATH=''
RELEASE_KEYSTORE_PASSWORD=''
RELEASE_KEY_ALIAS=''
RELEASE_KEY_PASSWORD=''

When project building, Gradle read build config and configuration contains sign variables, than you should add to your Gradle settings (all variables is empty because they are using when you building release app version). But if you just run the app in debug flavor, this exception cannot be caused.

from hash-checker-lite.

vipozdn avatar vipozdn commented on August 20, 2024

Need some help? If you are no longer working with this feature, please assign it to me

from hash-checker-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.