๋ฐ์ํ ๐ฑMobile/๐ฅAndroid2 [Android] altbeacon ์๋๋ก์ด๋ ๋น์ฝ ์ฐ๋ํ๊ธฐ ์๋๋ก์ด๋ ๋น์ฝ(์ํธ๋น์ฝ) ๊ฐ๋จํ๊ฒ ์ฌ์ฉํด๋ณด๊ธฐ ์๋ฎฌ๋ ์ดํฐ๋ก๋ ์๋ํ์ง ์์ผ๋ ๊ผญ ์๋๋ก์ด๋ ๊ธฐ๊ธฐ๋ฅผ ์ฌ์ฉ ์๋๋ก์ด๋ ์คํ๋์ค ์ ์ผ ์ข์๋จ์ ํจํค์ง์ต์คํ๋ก๋ฌ๋ฅผ Project๋ก ๋ณ๊ฒฝ {๋์ project}/app/src/main/AndroidMainfest.xmlํผ๋ฏธ์ ์์ฑ ์ฑ ์ด์ฉ์ ์ด์ฉ์์๊ฒ ACCESS-FINE_LOCATION ๊ถํ ํ๋ฝ์์ด์ผํจ android-beacon-library-2.16.2.arr ํ์ผ ๋ค์ด๋ก๋altbeacon arr ํ์ผ https://altbeacon.github.io/android-beacon-library/download.htmlAndroid Beacon Libraryaltbeacon.github.io {๋์ project}/app/libs < android-beacon-l.. 2020. 6. 14. [Android] SQLite, SQL (SQLiteOpenHelper) SQLiteOpenHelper ์ ์ด์ฉํ์ฌ ๋ง์์ง๋ ๋ฐ์ดํฐ๋ค์ ์ ์ฅํ๋ค. ๋ฐ์ดํฐ๋ฅผ ์ ์ฅํ์ฌ ์ ์งํ๊ธฐ๋๋ฌธ์ ์ฑ์ ๊บผ๋ ๋ฐ์ดํฐ๊ฐ ์ง์์ง์ง์๋๋ค. (์ฑ ์ญ์ ์๋ ์ง์์ง๋ค.) package kr.co.hanbit.myapplication2; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import androidx.annotation.Nullable; import java.util.ArrayList; public class SQLiteHelper { private static.. 2020. 1. 4. ์ด์ 1 ๋ค์ ๋ฐ์ํ