Giter VIP home page Giter VIP logo

gourmetsearcher's Introduction

English README is here

アプリ名

GourmetSearcher

アプリ仕様

現在位置付近のレストランをキーワードで検索できるAndroidアプリです。

アプリのデモ動画

APIKeyについて

本アプリはホットペッパーのグルメサーチAPI を使用しています。 ご利用の際にはこちらにメールアドレスを登録していただく必要がございます。 登録していただくと、メールにてAPIKeyが送信されますので、そちらを以下のようにしていただくことで、ご利用可能になります。

  • APIKeyはプロジェクトのルートディレクトリにある local.properties ファイルに
API_KEY="YOUR_API_KEY"

の形式で、APIキーを設定して下さい。

不具合及び使用上の注意

  • 仮想端末を使用する際に、GPSが取得できないという不具合があります。
    (実機端末では、不具合なく動作します。)

動作対象端末・OS

動作対象OS

Android 14

開発環境

Android Studio Koala Feature Drop 2024.1.2 Canary 5

  • コンパイルSDKバージョン: 34
  • 最小SDKバージョン: 32
  • ターゲットSDKバージョン: 34
  • Java:VERSION_17
  • Gradle:8.8
  • Gradle Plugin 8.5.0

開発言語

  • Kotlin 2.0.0

実機端末環境

  • Redmi 12 (Android 14)

アプリケーション機能

機能一覧

  • レストラン検索:ホットペッパーグルメサーチAPIを使用して、現在地周辺の飲食店を検索する。
  • レストラン情報取得:ホットペッパーグルメサーチAPIを使用して、飲食店の詳細情報を取得する。
  • 地図アプリ連携:飲食店の所在地を地図アプリに表示する。
  • キーワード検索:キーワードを入力することで、ホットペッパーグルメサーチAPIの検索結果を絞る。

画面概要

  • キーワード入力画面 (InputSearchTermsFragment) : キーワードを入力し、半径が選択されると位置情報検索画面へ遷移する。
  • 位置情報検索画面 (LocationSearchFragment) : GPSの取得に成功すると店舗一覧画面へ遷移する。
  • レストラン検索結果画面 (RestaurantListViewFragment) : 検索結果の飲食店を一覧表示し、選択されると店舗詳細画面へ遷移する。
  • レストラン詳細画面 (RestaurantDetailFragment) : 店舗の詳細を表示し、Mapボタンを押された時にはマップアプリへ遷移 する。「Hot Pepperへ」ボタンを押されたときにWebページを表示する。

使用しているAPI, SDK, ライブラリなど

  • ホットペッパーグルメサーチAPI
  • androidx-core-ktx
  • androidx-datastore-preferences
  • coil
  • detekt-formatting
  • kotlinx-serialization-json
  • material
  • androidx-constraintlayout
  • androidx-appcompat

Navigation

  • androidx-navigation-fragment-ktx
  • androidx-navigation-ui-ktx
  • androidx-navigation-runtime-ktx

Dependency Injection

  • dagger-hilt-android-compiler
  • dagger-hilt-android

Networking

  • retrofit
  • retrofit-converter-moshi
  • moshi-kotlin

Location

  • play-services-location

Debug Tools

  • leakcanary

Unit Test

  • junit
  • dagger-hilt-android-testing
  • mockito-core
  • androidx-runner
  • kotlinx-coroutines-test
  • androidx-core-testing

Android Test

  • androidx-junit
  • androidx-espresso-core
  • androidx-rules
  • androidx-espresso-contrib
  • androidx-uiautomator-v18

Plugins

  • android-application
  • jetbrains-kotlin-android
  • androidx-navigation-safeargs
  • kotlin-kapt
  • dagger-hilt-android
  • kotlin-parcelize
  • secrets-gradle-plugin
  • detekt
  • serialization

gourmetsearcher's People

Contributors

github-actions[bot] avatar 0v0d avatar dependabot[bot] avatar

Watchers

 avatar  avatar

gourmetsearcher's Issues

strings.xmlの修正

使用するアクティビティ名、フラグメント名などをプレフィックスとしてつける

future-search-history

キーワードが入力されるまで、アプリ起動時からそれまでで入力されたキーワードを表示する
アプリ起動は何もないため表示されないようにする

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.