| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 로컬 llm
- 바이브코딩
- GPT-5.6
- 앤트로픽
- AI 코딩
- 카드 없이
- OpenAI
- Gemini
- 무료 ai
- 홍드로이드
- ai 뉴스
- qwen
- claude code
- 안드로이드
- Android
- Claude
- 오픈웨이트
- codex
- 무료 LLM
- 오픈모델
- AI 에이전트
- MCP
- LLM
- 실무
- Anthropic
- cursor
- 개발자
- ChatGPT
- 안드로이드 스튜디오
- Android Studio
- Today
- Total
목록전체 글 (343)
홍드로이드의 야매코딩
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..
1234567891011121314151617181920212223 Colored by Color Scriptercs 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071package com.example.musicplayerexample; import android.media.MediaPlayer;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import an..
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..
무료음악 샘플 골라서 다운 합니다 : https://www.youtube.com/audiolibrary/music 12345678910111213141516171819202122 Colored by Color Scriptercs -안드로이드 스튜디오 좌측 Project 디렉토리 목록에서 res 폴더 우클릭 -> new -> Android Resource Directory 클릭 -> 팝업창에서 Resource type: 을 raw로 변경 -> OK 클릭하여 raw 디렉토리 생성 -> 무료음악 샘플 파일을 raw폴더에 드래그하여 삽입 12345678910111213141516171819202122232425262728293031323334353637package com.example.serviceexampl..
123456789101112131415161718192021222324 Colored by Color Scriptercs 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960package com.example.dialogexample; import android.content.DialogInterface;import android.support.v7.app.AlertDialog;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;impor..
123456789101112131415161718192021222324 Colored by Color Scriptercs 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566package com.example.threadexam; import android.os.Handler;import android.os.Message;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widget.But..
1234567891011121314151617181920212223242526272829package com.example.debugexample; import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.util.Log; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); /* String hong = "홍드로이드"..
