Giter VIP home page Giter VIP logo

heatisland-app1's Introduction

โœ… mobile programming - ์—ด์„ฌํ˜„์ƒ ์ปค๋ฎค๋‹ˆํ‹ฐ ์–ดํ”Œ ์ œ์ž‘

๋„์‹œ์—ด์„ฌ์ง€๋„, ๊ณต์œ ์šฐ์‚ฐ์ง€๋„, ๋ฌด๋”์œ„์‰ผํ„ฐ์ง€๋„, ์‚ฌ์šฉ์ž ์ปค๋ฎค๋‹ˆํ‹ฐ ๋ฐ ํˆฌํ‘œ์„œ๋น„์Šค๊ฐ€ ์ œ๊ณต๋˜๋Š” ๋„์‹œ์—ด์„ฌ ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์ž…๋‹ˆ๋‹ค.

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2023-12-20 แ„‹แ…ฉแ„Œแ…ฅแ†ซ 11 23 01

โฐ Develop Period


  • November 2023 ~ December 2023

๐Ÿ› ๏ธ Development Environment


  • lang: Java 17
  • IDE: Android Studio
  • Android compileSdk 34
  • Android tartgetSdk 34
  • emulator: Pixel 7 Pro API 34
  • external library : VectorChildFinder
  • database: MySQL, SQLlite

๐ŸŒณ Structure Tree


โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ __MACOSX
โ”‚ย ย  โ””โ”€โ”€ final
โ”œโ”€โ”€ app
โ”‚ย ย  โ”œโ”€โ”€ build
โ”‚ย ย  โ”œโ”€โ”€ build.gradle
โ”‚ย ย  โ”œโ”€โ”€ proguard-rules.pro
โ”‚ย ย  โ””โ”€โ”€ src
โ”œโ”€โ”€ build.gradle
โ”œโ”€โ”€ gradle
โ”‚ย ย  โ””โ”€โ”€ wrapper
โ”œโ”€โ”€ gradle.properties
โ”œโ”€โ”€ gradlew
โ”œโ”€โ”€ gradlew.bat
โ”œโ”€โ”€ local.properties
โ”œโ”€โ”€ settings.gradle
โ””โ”€โ”€ vectorchildfinder
    โ”œโ”€โ”€ build
    โ”œโ”€โ”€ build.gradle
    โ”œโ”€โ”€ proguard-rules.pro
    โ””โ”€โ”€ src

๐Ÿงญ Setting


  • ํ•ด๋‹น ํ”„๋กœ์ ํŠธ ํŒŒ์ผ์„ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  API ํ‚ค๋ฅผ ์„ค์ •ํ•˜๋Š” ๋‹จ๊ณ„๋ฅผ ๊ฑฐ์ณ์•ผ ์‹คํ–‰ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.
  • ๋งต(์ง€๋„)๋ฅผ ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์— ๋„์šฐ๊ธฐ ์œ„ํ•ด google cloud console ์—์„œ ํ”„๋กœ์ ํŠธ ๋ฐ API ํ‚ค๋ฅผ ๋ฐœ๊ธ‰ ๋ฐ›์Šต๋‹ˆ๋‹ค.
  • ์„œ์šธ์‹œ ์—ด๋ฆฐ ๋ฐ์ดํ„ฐ ๊ด‘์žฅ์—์„œ openAPI๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํ•„์š”ํ•œ ๋ฐ์ดํ„ฐ๋ฅผ ๋ฐ›์•„์˜ค๊ธฐ ์œ„ํ•ด API ํ‚ค๋ฅผ ๋ฐœ๊ธ‰ ๋ฐ›์Šต๋‹ˆ๋‹ค.
  • AndroidManifest.xml ํŒŒ์ผ์— ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์ฝ”๋“œ๋ฅผ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <application>
        <!-- ... -->
        <meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value="MY_API_KEY_HERE" />
    </application> 
  • HeatShelterAPI.java ํด๋ž˜์Šค์— key ๋ณ€์ˆ˜๋กœ ์„œ์šธ์‹œ apiํ‚ค๋ฅผ ์ ์–ด ๋„ฃ์Šต๋‹ˆ๋‹ค.

๐Ÿ“Œ Main Function


๋„์‹œ์—ด์„ฌ์ง€๋„

แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2023-12-20 แ„‹แ…ฉแ„’แ…ฎ 3 35 36

  • SVG(Scalable Vector Graphics): ๊ฐ ์„œ์šธ์‹œ ํ–‰์Ÿ๊ตฌ path ์ง€์ •
  • Spinner ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ โ€œ์˜จ๋„", โ€œ์Šต๋„", โ€œ์—ด์„ฌ" ์ง€๋„ ํ‘œํ˜„
  • 08.14 ~ 08.20 ์ผ ๋ฐ์ดํ„ฐ CSV ๋ฐ์ดํ„ฐ ์‚ฌ์šฉ!
  • ์—ด์„ฌ ์ •์˜ ๊ธฐ์ค€์€ ํ‰๊ท  ์˜จ๋„/์Šต๋„ + ๊ฐ ์ž์น˜๊ตฌ ์œ ๋™์ธ๊ตฌ ๊ณ ๋ ค
  • S-Dot ์œ ๋™์ธ๊ตฌ & ๋„์‹œ๋ฐ์ดํ„ฐ CSV ์‚ฌ์šฉ

๋ฌด๋”์œ„์‰ผํ„ฐ์ง€๋„

image

  • ์—ด์„ฌํ”ผํ•ด๋ฅผ ๋ง‰๊ธฐ ์œ„ํ•ด ๋ฌด๋”์œ„ ์‰ผํ„ฐ๋ฅผ ์‚ฌ์šฉ์ž์—๊ฒŒ ์ •๋ณด ์ œ๊ณต
  • ํ˜„์žฌ ์‚ฌ์šฉ์ž ์œ„์น˜ ๊ธฐ์ค€ ๋ฌด๋”์œ„ ์‰ผํ„ฐ๋ฅผ Google Maps ์— ํ‘œ์‹œ(๊ฐ€์žฅ ๊ฐ€๊นŒ์šด ์‰ผํ„ฐ 5๊ณณ์„ ์ดˆ๋ก์ƒ‰์œผ๋กœ ํ‘œ์‹œ)
  • ์‰ผํ„ฐ ์•„์ด์ฝ˜ ํ„ฐ์น˜์‹œ ์ƒ์„ธ ์ฃผ์†Œ ๋ฐ ์ƒํ™ฉ ์ œ๊ณต
  • ๊ตฌ ๋ณ„ ๋ฌด๋”์œ„์‰ผํ„ฐ ๊ฒ€์ƒ‰ ๊ธฐ๋Šฅ ์ œ๊ณต
  • ์„œ์šธ์‹œ ๋ฌด๋”์œ„ ์‰ผํ„ฐ open API ์‚ฌ์šฉ ๋ฐ ๋ฐ์ดํ„ฐ parse ํ•จ์ˆ˜๋ฅผ ์ด์šฉํ•˜์—ฌ ์ „์ฒ˜๋ฆฌ

๊ณต์œ ์šฐ์‚ฐ์ง€๋„

image

  • ์—ด์„ฌ์œผ๋กœ ์ธํ•œ ๋ถˆ๊ทœ์น™์ ์ธ ๋‚ ์”จ, ๋œจ๊ฑฐ์šด ํ–‡๋น›์œผ๋กœ๋ถ€ํ„ฐ ํ”ผํ•ด์˜ˆ๋ฐฉ
  • ์‚ฌ์šฉ์ž ์œ„์น˜ ๊ธฐ์ค€ ์šฐ์‚ฐํ†ต ๋ฐฐ์น˜ ๋ฐ ์šฐ์‚ฐ ๊ฐœ์ˆ˜ ์ˆ˜์ • ๊ฐ€๋Šฅ
  • ์„œ๋น„์Šค ์‚ฌ์šฉ์ž๋Š” ์•„์ด์ฝ˜์„ ํ†ตํ•˜์—ฌ ์†์‰ฝ๊ฒŒ ๊ณต์œ  ์šฐ์‚ฐ ์กฐํšŒ ๊ฐ€๋Šฅ

์ปค๋ฎค๋‹ˆํ‹ฐ

image image

  • ํ•ด๋‹น ์ง€์—ญ๊ตฌ์˜ ์นดํ…Œ๊ณ ๋ฆฌ๋ณ„๋กœ ๊ฒŒ์‹œ๋ฌผ ์ž‘์„ฑ ๊ฐ€๋Šฅ, ๊ฒŒ์‹œ๋ฌผ ์‚ญ์ œ ๊ฐ€๋Šฅ
  • ์นดํ…Œ๊ณ ๋ฆฌ ๋ฐ ์ง€์—ญ๊ตฌ๋ณ„ ๊ฒ€์ƒ‰ ๊ฐ€๋Šฅ
  • ๋Œ“๊ธ€ ๊ธฐ๋Šฅ ๊ตฌํ˜„
  • DB์—ฐ๋™, SQL ์‚ฌ์šฉ

์‚ด์ˆ˜์ฐจํˆฌํ‘œ

image

  • ํ•ด๋‹น ์ง€์—ญ๊ตฌ ์‚ฌ๋žŒ๋“ค์˜ ํˆฌํ‘œ๋กœ ์‚ด์ˆ˜์ฐจ ๋ฐฐ์น˜ ๊ณ ๋ ค
  • ๋ฉ”์ธ ํ™”๋ฉด์„ ํ†ตํ•˜์—ฌ ํˆฌํ‘œ๋œ ์ง€์—ญ๊ตฌ ์กฐํšŒ ๊ฐ€๋Šฅ
  • DB ์—ฐ๋™, SQL ์‚ฌ์šฉ

heatisland-app1's People

Contributors

ffe4el avatar

Stargazers

๊ฐ€์žฌ์—† avatar  avatar

Watchers

 avatar

Forkers

gajaeup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.