
For Android users : Access Code : Copy from your email and paste it to the text line, 32 letters Email Address : Enter your email address (ex. bilient2014@gmail.com) Press "Enter" button. Your subscription is conducted by the company with the given information from you. Write down process is only required once. Click a button you want to call - TURN ON : To turn on your power box - TURN OFF : To..

Creating Class Creating dynamic TableLayout Global variables Creating ArrayList class MainActivity : AppCompatActivity() { lateinit var TR1:TableRow lateinit var TR2:TableRow lateinit var B1:Button lateinit var B2:Button lateinit var CommandList:ArrayList override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); val TL1 = fin..

코틀린 대화상자 테스트 더보기 // Reference : https://blog.yena.io/studynote/2017/12/17/Android-Kotlin-Dialog.html class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) mainBtn.setOnClickListener { val builder = AlertDialog.Builder(this) val dialogView = layoutInflater.inflate(R.layout.custom_di..

class MainActivity : AppCompatActivity() { lateinit var TR1:TableRow lateinit var TR2:TableRow lateinit var B1:Button lateinit var B2:Button override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); val TL1 = findViewById(R.id.myTableLayout) as TableLayout; TR1 = TableRow(this) TR2 = TableRow(this) B1 = Button(this) B2 = Butt..

class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); val TL1 = findViewById(R.id.myTableLayout) as TableLayout; val TR1 = TableRow(this); val B1 = Button(this); B1.setText("Dynamic Button1"); TR1.addView(B1); val B2 = Button(this); B2.setText("Dynamic Button2"); TR1.addView(B2);..

Error ocuured class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); val TL1 = findViewById(R.id.myTableLayout) as TableLayout; val TR1 = TableRow(this); var B1 = Button(this); B1.setText("Dynamic Button1"); TR1.addView(B1); B1.setText("Dynamic Button2"); TR1.addView(B1); TL1.addV..
- Total
- Today
- Yesterday
- 오블완
- 심심풀이치매방지기
- ServantClock
- 빌리언트
- Innovations&Hurdles
- 티스토리챌린지
- BSC
- 혁신
- badp
- Decorator
- arduino
- Video
- 아두이노
- 치매방지
- bilient
- 전압전류모니터링
- 전압
- image
- 허들
- 심심풀이
- Innovations
- 둎
- 치매
- 혁신과허들
- Hurdles
- 배프
- 전류
- Innovation&Hurdles
- 절연형
- DYOV
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |