Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ import kotlin.random.Random
* Just Random Generates random numbers of given sample size
* and range. It also allows users to copy the generated result.
*/

const val APP_PROJECT_NAME = "com.simpleapps22.justrandom"

class MainActivity : AppCompatActivity() {
//Used in Menu item to redirect to app store
private val APP_PROJECT_NAME = "com.simpleapps22.justrandom"

//Reference to the binding object
private lateinit var binding: ActivityMainBinding
Expand Down