Skip to content

Commit

Permalink
Double Click Listener
Browse files Browse the repository at this point in the history
  • Loading branch information
JayantGoel001 committed Jul 30, 2020
1 parent be412f6 commit 04b51d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ class DoubleClickListener(private val callback: Callback,private val doubleClick
}



}
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.example.doubleclicklistener

import android.os.Bundle
import android.widget.Button
import androidx.appcompat.app.AppCompatActivity

class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)

}
}

0 comments on commit 04b51d2

Please sign in to comment.