Problem I have a WinForms project that uses the Passive View MVP pattern. In the Presenter of one of my […]
Tag: mvp
Does this method contain multiple implementations?
Problem My teammate and I have a small discussion about the responsibility of a method. He thinks next method has […]
Implementing both poor-man’s MVP and MVPVM framework
Problem I’m actually building some kind of framework to promote code reuse without over-reusing it. Besides, sometimes as it occurs […]
Reflecting changes in the DataGridView back on the List and then updating database
Problem I have a DataGridView on the UI (a win form) and objects in the List <Earnings> are shown in […]
Honey I shrunk the view
Problem Going down the rabbit hole, I wanted to be able to change the size of a form, and not […]
About handling data from an API call through RX and Retrofit
Problem I started using Retrofit and RxJava recently and I love it. I am working on an Android project and […]
Honey I shrunk the view
Problem Going down the rabbit hole, I wanted to be able to change the size of a form, and not […]
Implementing both poor-man’s MVP and MVPVM framework
Problem I’m actually building some kind of framework to promote code reuse without over-reusing it. Besides, sometimes as it occurs […]
Calculate balance wages
Problem In the following code I’m trying to calculate Net Wage of employees and classes Earning, Deduction and WageBalance has […]
About handling data from an API call through RX and Retrofit
Problem I started using Retrofit and RxJava recently and I love it. I am working on an Android project and […]
- 1
- 2