Code Monkey home page Code Monkey logo

hospitalsearch's Introduction

Hospital Search

深夜、家族を緊急で病院に連れて行く用があったが、既存の病院検索アプリでスムーズに探す事ができなかった。そこで、緊急時に、少ないタップ数で、空いている病院を確実に検索できるアプリを目指して開発をする。

サンプル以上のAndroidアプリ開発はこれがはじめてなので、Androidアプリ開発の練習もかねる。

ここまでできていること

  • サンプルデータを使って病院一覧の表示
  • 病院詳細情報と地図の表示
  • アプリ内にデータベース梱包(ネットワークがなくても検索したいのでデータを配布する)

これからやること

  • UIの見た目、使い勝手を良くする
    • 起動アイコンのデザイン
    • アプリ全体のデザイン
  • データの整備
    • 国が公開している病院データのカバレッジが高いのでそれを使いたい
    • しかし、PDFで公開しているためデータを奇麗に取得できない
    • ウェブで公開しているところを探してクロールする方が早い
  • ソースコード
    • データベース周りの処理がべた書きなので、MVCの構造に分離する
      • ウェブ開発では、SQLを直接書くとセキュリティホールができてしまうが、Androidの場合にどういう注意が必要か理解する
      • エラーハンドリングができていない。Androidアプリの作法を取入れる。
    • Android全体の動きやクラス構成を理解する
      • メモリ管理、描画スピードを考えてコードを書けていない
      • アプリの品質としてクラッシュ率等も大切な指標になっているため、理解しておいた方がよい

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.