In this first episode, Rakesh and I delve into the MVP pattern and start explaining the Presenter part of this pattern. We implement a Presenter for the first activity …
Nguồn:https://u-os.org/
Xem thêm Bài Viết:
- Hướng dẫn cách lắp anten ngoài trời đúng kỹ thuật, thu sóng khỏe nhất
- Giải đáp bí ẩn Xamarin là gì? Ưu và nhược điểm khi sử dụng Xamarin
- Tuyệt chiêu sửa lỗi window photo viewer can’t open this picture because
- Bộ nhớ đệm là gì? Có nên xóa bộ nhớ đệm trên thiết bị không?
- Bật mí 3 cách chụp ảnh bằng máy tính win 7 dễ như ăn kẹo
Code of Episode 1 is present on Github (Refactoring-Android-App-Series-Overview Repository)
Episode 1:
https://github.com/shanraisshan/Refactoring-Android-App-Series-Overview/tree/master/Episode1
I watch many videos but i check never write code in presenter class. some writes in model or some create new extra class so can you tell me why not write login in presenter class?
zeroooo hahahaha
Really good video. Bro but try to quit smoking. Very bad for you. You smoked like 3 cigarettes within an hour.
So the question is, does Rakesh have his own channel where we can learn more from him ?
Great tutorial !
Thanks for this video. I really learn't a lot here. MVP and JUnit testing just became clearer to me. Thanks again.
Very helpful.. thank you man
Watch this video, i`ll hope it improve my skill, it`s great! l like it
I learned a lot from this video. Please do more videos like this 🙂
Man, Rakesh is a great tutor. Is there a way to get in contact with him to help me with refactoring my app? 😀 Some of my questions to him would be: In a login screen, where would I check the internet connection? In the presenter? And for the internet connection I would need a reference to the activity but he said that referencing the activity in the presenter is not MVP style. So how would I do it? Also, with the username and password my app is getting a key from the server to access all the data (to not save the user data) so in which class would I download that from? Also the presenter? Sorry for all the questions but he explained it so well, I want to hear it from him
This session very very nice!!! Thanks your very much for sharing this………….. While(true) { print(" But this code is meaningless 🙂 "); }
oh man cant believe this you just did an amazing job awesome stuff you just started from scratch and i understand everything Thanks a lot man
That was a cool episode! Nice teaching! I'll continue with the other in the series. Keep going like this!
Congrats guys you really rock teaching and following the TDD development, I'm just starting with Android and this is just a really nice tutorial and kind of fun at some point haha cheers
is it a teaching class??? it is a little slow~~~~, please be smart, it is easy to understand
It was awesome ! Please make more videos like this. Great Job !!!
Why did you cut at 1:05:00 ? Now an explanation is missing
This video is pure gold! 🙂 🙂
you guys are awesome !! :))
42:08 "This code is meaningless" lol
Very good walk through by the way
The learning approach is perfect and Rakesh is great intructor. I have one question "Why the view/activity need to be aware of repository? Though it is good since it is only using implementation of the repo. Can't we implement the case without passing repo to the presenter and let the presenter whole decide which repo to invoke or not?
cc: @odaymaleh @drycode
What is the hotkey used to make an instance of that class at 3 minutes 59 seconds? 3:59
Great stuff guys
Dagger 2 & Rx Java please. loved the way u teach
Thank you for sharing this video!! Good job bro!
Very good way to learn about MVP. I just watched 45 minutes of it and already started developing my new application using the MVP pattern 🙂 good stuff!!