Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android版の都道府県リストからの検索機能の実装方法 #10

Open
h5y1m141 opened this issue Sep 1, 2013 · 1 comment

Comments

@h5y1m141
Copy link
Owner

h5y1m141 commented Sep 1, 2013

そもそもiPhoneとAndroidとでUIの考え方が違う部分に加えて、Androidの場合、アニメーション処理がiPhoneの感覚で実装すると思ったような動作しない事もありえそうなので、都道府県リストからの検索機能の実装方法は別に考える

  • パフォーマンス的な部分考慮してListViewを使う
  • 都道府県エリア名→各都道府県という情報をどうやって整理するか。(理想的なのはActionBarのドロップダウンメニューだが、Titanium3.1.xでは実装されてないようなのでこれは利用できず)
@h5y1m141
Copy link
Owner Author

h5y1m141 commented Sep 1, 2013

ドロップダウンメニューが難しいので、ComboBox的なUI を取り入れる方法も検討してみる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant