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.
データベースの管理に greenDao を使用していますが、最後に作成されたエントリを取得する必要があります。どうすればいいですか?最後に入力した ID を照会する方法や、後で使用するために保存する方法はありますか?
これは私のために働く:
daoSession.getMyDao().queryBuilder().limit(1).orderDesc(MyDao.Properties.Id).list()