Skip to main content

Posts

Featured

Android Date And Time Formats Conversion

Android Date And Time Formats Conversion 1.XML File <?xml version="1.0" encoding="utf-8"?> <RelativeLayout     xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/activity_main"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:paddingLeft="@dimen/activity_horizontal_margin"     android:paddingRight="@dimen/activity_horizontal_margin"     android:paddingTop="@dimen/activity_vertical_margin"     android:paddingBottom="@dimen/activity_vertical_margin"     tools:context="com.logics.tutorials.MainActivity">     <TextView         android:id="@+id/dateTextView"         android:layout_width="wrap_content"         android:layout_height="wrap_content"     ...

Latest posts

Watch Video Get the Time Zone

How to Get TimeZone From Your Mobile In Android

Watch How to Create An Alert Dialog

How to create particular Activity in Full Screen Mode programmatically in Android

Create an AlertDialog in Android- Android Studio

Create PopUp Menu in Android Studio

Custom Toast in Android

Watch How to create PopUp Menu in Android -Android Studio

How to Use TextInputLayout with EditText in Android- Android Studio (Source Code with Video Tutorial)

Watch How to Use TextInputLayout with EditText in Android- Android Studio