Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

setOnClickListener disable the "swipe" #13

Open
Barak-Kedem opened this issue Oct 12, 2014 · 0 comments
Open

setOnClickListener disable the "swipe" #13

Barak-Kedem opened this issue Oct 12, 2014 · 0 comments

Comments

@Barak-Kedem
Copy link

i have tried making a key listener and now i cant "swipe" between the images - what is the problem ?

imageView.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {

                        if (lvl==1)
                        {
                          Intent myIntent = new Intent(MainActivity.this, Easy.class);
                     startActivity(myIntent);
                        }



                    }
                }); 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant