This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.annotation.SuppressLint | |
import androidx.room.RoomSQLiteQuery | |
private const val NULL = 1 | |
private const val LONG = 2 | |
private const val DOUBLE = 3 | |
private const val STRING = 4 | |
private const val BLOB = 5 | |
private const val NULL_QUERY = "NULL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | |
<string name="app_name">Aasaanjobs</string> | |
<string name="action_settings">Settings</string> | |
<string name="title_activity_video_assessment" translatable="false">VideoAssessment</string> | |
<string name="video_slide_Content_1">Record a Video Interview from home to get selected faster by employers!</string> | |
<string name="video_slide_Content_2">Each question will take 30 seconds</string> | |
<string name="video_slide_Content_3">Dress smart, look into the camera and go to a quiet and bright place</string> | |
<string name="video_slide_Content_4">You can reattempt any question</string> |