Advertisement
jamilchan

MDJ - Daily Progress - 2023-08-23

Aug 23rd, 2023 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. 1. Generate a new android project
  2. 2. Dependencies:
  3. - Retrofit
  4. - Moshi
  5. - Navigation
  6. - Lifecycle
  7. - Room
  8. - Coil
  9. 3. Endpoints:
  10. - https://kitsu.io/api/edge/manga
  11. - https://kitsu.io/api/edge/trending/manga
  12. - https://kitsu.io/api/edge/manga?filter[text]=naruto
  13. - https://kitsu.io/api/edge/manga/35
  14. - https://kitsu.io/api/edge/trending/manga?limit=5
  15. - https://kitsu.io/api/edge/categories
  16. 4. Project Structures
  17. - data
  18. - database
  19. - domain
  20. - network
  21. - repository
  22. - ui
  23. - mangalist
  24. - mangadetail
  25. - mangasearch
  26. - mangatrending
  27. - utils
  28. 5. Views
  29. - Splash
  30. - Drawer
  31. - Home
  32. - AppBar
  33. - Icon Search (Manga Search)
  34. - Show Carousel Trending Manga
  35. - Show the first 10 trending manga in carousel
  36. - Category section
  37. - Show the first 5 category
  38. - It has see all categories button on the edge
  39. - Show Manga List
  40. - Show Manga List Item
  41. - Trending
  42. - Endless scroll manga list
  43. - Categories
  44. - Endless scroll list of categories
  45. - Show manga list based on selected category
  46. - Favorites
  47. - Show List of favorite Manga
  48. - Manga Item has Delete from favorite action
  49. - Snackbar will appear right after delete triggered, it has Undo button
  50. - About
  51. - Manga Detail
  52. - AppBar
  53. - Icon Favorites Manga (Tap to save as favorite)
  54. - Manga Search
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement