-
ghostcode.in › android-development-essentials-part-1-xml-layouts
Android Development Essentials: Part 1 - XML Layouts
Building native apps for Android using Android Studio involves the use of two languages: XML and Java. XML is used to create a design of the layout and Java is used to define the functionality. Below are some of the layouts that are frequently used in XML: LinearLayout In LinearLayout,
-
ghostcode.in › how-to-get-the-time-relative-to-current-time-in-number-of-seconds-minutes-h...
How to get the time in Android relative to current time? - In number of seconds, minutes, hours or days ago
Many a time, we shall be dealing with time in a number of varied DateTime formats. We have discussed about some of the ways to standardize DateTime in a previous article. In this article, we shall learn how to get the time relative to current time. Without further adieu, lets