코틀린 - UTC를 현지 시간으로 전환


2018년 12월 10일
설명: 1
정답: 1
13

UTC 문자열 날짜를 로컬 시간으로 변환하려고 시도하고 있기 때문에 형식을 더 읽을 수 있습니다
내 활동 레이아웃 중 하나textView:
<TextView
    android:id="@+id/dateTv"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="8dp"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/titleTv"
    tools:text="Published Date" />
내 활동 중:
class FullArticleActivity : AppCompatActivity() {

  override fun onCreate(savedInstanceState: Bundle?) {

Open Full Question

좋은 웹페이지 즐겨찾기