mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
コメント追加
This commit is contained in:
parent
7ca947615b
commit
efceb0dac7
|
@ -103,6 +103,7 @@ public class LibraryTopFragment extends Fragment {
|
|||
|
||||
try {
|
||||
LacertaLibrary lacertaLibrary = new LacertaLibraryImpl();
|
||||
// Dagger Hiltを使用して依存性を注入
|
||||
// ドキュメントのメタデータを取得
|
||||
LibraryItemPage libraryItemPage = lacertaLibrary.getLibraryPage(100);
|
||||
|
||||
|
@ -123,6 +124,7 @@ public class LibraryTopFragment extends Fragment {
|
|||
// トーストメッセージでドキュメントの数を表示
|
||||
Toast.makeText(getActivity(), "ドキュメント数: " + Integer.toString(metas.size()), Toast.LENGTH_LONG).show();
|
||||
|
||||
// RecyclerViewのレイアウトマネージャーを設定
|
||||
LinearLayoutManager layoutManager = new LinearLayoutManager(getContext());
|
||||
documentRecyclerView.setLayoutManager(layoutManager);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user