Open
Conversation
Contributor
Author
Screen.Recording.2023-06-27.at.9.33.38.PM.mov |
Contributor
|
@KrishnaTech6 You can show a minimum of two options to the user and the user can add more options by clicking add option button and you can combine both create doubt or create poll by showing a switch button to switch b/w create post and create doubt |
* fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user
…wers (doubtless46#68) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * fix merge conflict --------- Co-authored-by: pratthamarora <pratthamarora@urbancompany.com>
* fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user
…ss46#70) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * automatically close keyboard after search query is submitted * fix merge conflict --------- Co-authored-by: pratthamarora <pratthamarora@urbancompany.com>
* Implemented Filter Tags in the Main Home Screen * File Rename * Fixes * Addressed code review feedback * Review Changes * Removed onSearchClicked() function from fragments * Removed Unused code * fix fatal NPE for ViewDoubtViewModel (doubtless46#73) * fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user * Added icon animations to upvote and downvote icons for Doubts and Answers (doubtless46#68) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * fix merge conflict --------- Co-authored-by: pratthamarora <pratthamarora@urbancompany.com> * automatically close keyboard after search query is submitted (doubtless46#70) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * automatically close keyboard after search query is submitted * fix merge conflict --------- Co-authored-by: pratthamarora <pratthamarora@urbancompany.com> * bottom nav icons changes * removed voting usecase from onBind * on pressing back on bottom nav redirects to home frag * in app notif implemented * Added Analytics in Filter Tags * Implemented Filter Tags in the Main Home Screen * File Rename * Fixes * Addressed code review feedback * Review Changes * Removed onSearchClicked() function from fragments * Removed Unused code * Added Analytics in Filter Tags * Fixed Merge Conflicts * fixed merge conflicts --------- Co-authored-by: Prattham Arora <55047418+PratthamArora@users.noreply.github.com> Co-authored-by: pratthamarora <pratthamarora@urbancompany.com> Co-authored-by: sidsharma2002 <rooter@rooters-MacBook-Pro.local> Co-authored-by: Siddharth sharma <siddharthsharma24.7.360@gmail.com>
* added margin * home screen item repeating fix --------- Co-authored-by: sidsharma2002 <rooter@rooters-MacBook-Pro.local>
Co-authored-by: sidsharma2002 <rooter@rooters-MacBook-Pro.local>
* Added Badge Feature * Added xpCount in the answer * Fixed Badges Problem * Code Reviews
* changed doubt + answer layout a but * profile ui impl wip * ui changes * ui finalised --------- Co-authored-by: sidsharma2002 <rooter@rooters-MacBook-Pro.local>
sidsharma2002
requested changes
Jul 18, 2023
| } | ||
| const val TYPE_SEARCH_RESULT = 2 | ||
| const val TYPE_USER_PROFILE = 3 | ||
| const val TYPE_BUTTONS = 4 |
Collaborator
There was a problem hiding this comment.
what's this type buttons?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-created ui for the poll view and poll create