In this short video it shows how one can delay the execution of certain methods in your Android App. It creates a new runnable and calls the runnable after the specified delay using the handler object. Executing the method in another runnable ensure that the main thread is not impacted…
Tag: minutes
How to get current Date and Time in your Android App?
This video shows a simple API to access the current data and time from the phone in your Android App. It uses Calendar.getInstance().getTime() API to fetch the current date from the Phone. In this tutorial it uses a TextView widget to display the complete string of the Current Date variable….
How to get current date and time in your iOS App? -Xcode tutorial
This video shows a simple iOS App development for getting the current date and time from the iPhone’s OS. Then it uses a label to display the date received in the string format in the label. I hope you like this video. For any questions, suggestions or appreciation please contact…