Skip to content

Instantly share code, notes, and snippets.

@LeonidIvankin
Created July 11, 2022 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeonidIvankin/2c1a7e43b0b2d38c21af75d139e6ac4d to your computer and use it in GitHub Desktop.
Save LeonidIvankin/2c1a7e43b0b2d38c21af75d139e6ac4d to your computer and use it in GitHub Desktop.
package com.leonidivankin.draftandroid.articles.autofill
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
title = "MainActivity"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment