📄️ Social Feed Screen
The LMFeedSocialFeedFragment serves as a core fragment in the LikeMinds Feed Android module, responsible for displaying and managing the social feed interface. It enables users to interact with various posts, including viewing, liking, commenting, sharing, and more.
📄️ Activity Feed Screen
The LMFeedActivityFeedFragment is a core component of the LikeMinds feed system, responsible for displaying activity feeds within the app. It enables users to view and interact with activity feed items while supporting customization and interaction handling.
📄️ Admin Delete Dialog
The LMFeedAdminDeleteDialogFragment handles the administrative delete dialog in the LikeMinds feed system. It enables administrators to confirm or cancel delete operations within the feed, providing a flexible and customizable user experience.
📄️ Self Delete Dialog
The LMFeedSelfDeleteDialogFragment is a dialog fragment that provides users with options to confirm or cancel the deletion of their own posts. It displays a customizable alert dialog with positive and negative actions.
📄️ Likes Screen
LMFeedLikesFragment is responsible for displaying the list of users who have liked a specific post or content within the LikeMinds feed system. It provides options for viewing user profiles and interacting with the list of likes.
📄️ Create Poll Screen
LMFeedCreatePollFragment allows users to create polls within the LikeMinds feed system. It provides an interface for adding poll questions, options, and configuring advanced settings like expiration time and anonymous voting.
📄️ Poll Result Screen
LMFeedPollResultsFragment displays the results of a poll within the LikeMinds feed system. It allows users to view detailed results, including poll options, votes, and participant information.
📄️ Create Post Screen
LMFeedCreatePostFragment provides the interface for creating new posts in the LikeMinds feed system. It supports various post types, including text, images, videos, documents, and polls, allowing users to compose rich content with advanced customization options.
📄️ Post Detail Screen
The LMFeedPostDetailFragment provides a detailed view of a post. It includes the post's content, comments, likes, and interaction options, enabling users to interact with posts in various ways.
📄️ Post Edit Screen
LMFeedEditPostFragment provides an interface for editing existing posts in the LikeMinds feed system. It supports modifying text, images, videos, documents, and polls within a post.
📄️ Post Menu Bottom Sheet
LMFeedPostMenuBottomSheetFragment provides a bottom sheet menu for performing various actions on a post. It enables users to access functionalities like editing, deleting, sharing, and reporting posts.
📄️ QnA Feed Screen
The LMFeedQnAFeedFragment displays a Q&A feed within the LikeMinds feed system. It allows users to interact with posts, view top responses, and participate in discussions. Key features include creating new posts, filtering topics, and exploring detailed post content.
📄️ Report Screen
The LMFeedReportFragment provides an interface for reporting inappropriate content within the LikeMinds feed system. Users can select or input a reason for reporting and submit it for review.
📄️ Search Screen
The LMFeedSearchFragment provides an interface for searching posts within the LikeMinds feed system. It enables users to search for specific content and interact with the search results, such as liking, saving, or sharing posts.
📄️ Topic Selection Screen
The LMFeedTopicSelectionFragment allows users to select topics of interest. It features a customizable header, a list of topics, and a search bar to filter topics. Users can submit their selected topics using a floating action button (FAB).
📄️ Video Feed Screen
The LMFeedVideoFeedFragment is a component responsible for managing and displaying video feeds in the LikeMinds feed. It handles the user interface and interactions associated with video content.