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のドキュメントを検索しましたが、何も見つかりませんでした....
列を持つ要素の数を知る方法はありますか? ない場合、どうすれば入手できますか?
それを試してみてください:
DatabaseUtils.queryNumEntries(mDb,DATABASE_YOUR_TABLE);
queryNumEntries