Skip to content

Instantly share code, notes, and snippets.

View bowyer-app's full-sized avatar

bowyer-app bowyer-app

View GitHub Profile
@bowyer-app
bowyer-app / BriteDatabase.java
Created May 15, 2016 02:20
Androidアプリで検索機能実装にExpandableLayoutを使ったらとても使いやすくなった ref: http://qiita.com/bowyer-app/items/6db6daceeccb38a3a1eb
public QueryObservable createQuery(@NonNull final String table, @NonNull String sql,
@NonNull String... args) {