A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
Welcome to our Microsoft Q&A platform!
My basic goal is to update a clock-like UI
Hi, njsokalski. To display a clock-like UI, try using TextClock control. It supports to display the time value and update the value automatically.
<TextClock
android:id="@+id/clock"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:format12Hour="dd:MM:yyyy--hh:mm:ss a"/>
none of them had a property for the amount of time elapsed since starting it. What would you suggest
You could create a parameter to record the start point and then get current time to caculate the the amount of time elapsed.
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.