Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分のアプリで Android SQLite を使用しています。すべての静的クエリ (作成、削除、更新) を特定のファイルに入れたいです (SQL を Java コードとマージするのは嫌いです)。そのため、query.xml というファイルを作成し、それを string.xml として使用します。
context.getString(R.query.MY_STATIC_QUERY)
しかし、それは不可能だと思います。
それを行う方法はありますか?(またはそのようなもの?)