digital card fragment coding is finished, testing is pending
This commit is contained in:
@@ -46,7 +46,9 @@ class DigitalCardFragment : Fragment() {
|
||||
val originalDate: Date? = originalDateFormat.parse(originalDateStr)
|
||||
val desiredDateFormat = SimpleDateFormat("MMM dd, yyyy")
|
||||
val formattedDate: String = originalDate?.let { desiredDateFormat.format(it) } ?: "N/A"
|
||||
|
||||
activity?.runOnUiThread {
|
||||
binding.progressBar.visibility = View.GONE
|
||||
}
|
||||
binding.name.text = "Name: ${testDetails?.name}"
|
||||
binding.dob.text = "DOB: ${testDetails?.birthYear}"
|
||||
binding.gender.text = "gender: ${testDetails?.gender}"
|
||||
|
||||
Reference in New Issue
Block a user