Skip to content

Instantly share code, notes, and snippets.

@aasaandinesh
aasaandinesh / RoomLoggingHelper.kt
Created December 9, 2018 15:11
Helper to generate logs for Room Database library
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"
@aasaandinesh
aasaandinesh / strings.xml
Created December 12, 2016 17:40
Strings.xml for Candidate app
<?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>