Skip to content

Commit

Permalink
[#147]Convert to Kotlin- ui/ViewNames.java
Browse files Browse the repository at this point in the history
1-Add new kotlin class ViewNames in ui package with constants provided in ViewNames.java but in kotlin .
2-remove viewNames.java
  • Loading branch information
OmneyaOsman authored and CarlosRodrigo committed Nov 4, 2019
1 parent 8e401e9 commit d5aaee8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package br.org.cesar.discordtime.stickysessions.ui

object ViewNames {
const val LOGIN_ACTIVITY = "login_activity"
const val LOBBY_ACTIVITY = "lobby_activity"
const val MEETING_ACTIVITY = "meeting_activity"
const val SESSION_ACTIVITY = "session_activity"
const val LIST_ACTIVITY = "list_activity"
}

0 comments on commit d5aaee8

Please sign in to comment.