일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 플러터
- IOS
- 안드로이드
- 안드로이드 네비게이션 메뉴
- 안드로이드 튜토리얼
- 안드로이드 앱 만들기
- 안드로이드 코딩 기초
- 안드로이드 기초
- Android
- android tutorial
- 개발강의
- 앱 만드는 법
- 코딩
- 안드로이드 예제
- 홍드로이드
- 개발자
- 안드로이드 서비스
- flutter
- Android Java
- 홍드로이드 강의
- hongdroid
- Android Studio
- 앱 만들기
- android studio 앱 만드는 법
- 코틀린
- android example
- java
- 자바
- 안드로이드 스튜디오
- 자바 튜토리얼
- Today
- Total
목록홍드로이드 (33)
홍드로이드의 야매코딩
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 Colored by Color Scriptercs
123456789101112131415161718192021222324252627282930313233343536373839404142434445 Colored by Color Scriptercs
123456789101112131415161718192021222324252627282930313233343536373839404142434445 Colored by Color Scriptercs 12345678910111213141516 Colored by Color Scriptercs 12345678910 Colored by Color Scriptercs
12345678910111213141516171819202122 Colored by Color Scriptercs 1234567891011121314151617181920212223 Colored by Color Scriptercs 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455package com.example.comebackexample; import android.content.Intent;import android.support.annotation.Nu..
123456789101112131415161718192021222324252627282930313233apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.googlemapexample" minSdkVersion 15 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled fal..
12345678910111213141516171819202122232425262728293031323334package com.example.backbuttonexample; import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.widget.Toast; public class MainActivity extends AppCompatActivity { private long backBtnTime = 0; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceS..
123456789101112131415161718192021222324252627282930apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "com.example.loadinganimationexample" minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDe..
res폴더 - > values 폴더 -> array.xml을 만드시고 코딩해주세요 ! 12345678 홍드 귀요미 존잘 cs 12345678910111213141516171819202122 Colored by Color Scriptercs 12345678910111213141516171819202122232425262728293031323334353637package com.example.spinnerexample; import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widget.AdapterView;import android.widget.Spinner;i..
12345678910111213141516171819202122232425262728// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.google.gms:google-services:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individu..
123456789101112131415161718192021222324252627282930apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "com.example.videorecordexample" minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefault..