일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- html video
- html youtube
- mac terminal command
- #3차원배열
- html multimedia
- html object
- #binary
- docker example
- html charset
- #CallByAddress
- #android activity
- git flow
- 토큰경제
- #C++ 연산자함수오버로딩
- #bubbleSort
- #다차원포인터
- html plug-in
- html code
- relative path
- #2차원배열
- hyperledger transaction
- html id
- html5 new tag
- 하이퍼레저패브릭
- #JAVASCRIPT
- #C++ has~a
- #성적관리프로그램
- border-box
- #자바상속#자바이즈어#is~a
- #1차원배열
Archives
- Today
- Total
목록#android intent (1)
A sentimental robot
Activity transition/intent
// activity_main.xml // MainActivity.java package com.example.i310_54.myapplication01; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.database.DataSetObserver; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.u..
Android Studio
2018. 1. 30. 10:39