Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about mvp

Read more about mvp

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - mvp

How to filter list from data class

I have JSON response: { "response" : [ { "f_name" : "иВан", "l_name" : "ИваноВ", "birthday...
test-img

user459666

android

kotlin

filter

mvp

Votes: 0

Answers: 1

Latest Answer

the logic in this method should work: fun filterBySpecialty(employees: List<Response>, specialtyId: Int): List<Response> = employees.filter { employee -> employee.specialty...
test-img

johannfazakas

How to observe activity presenter variables from fragment presenter?

I am creating a weather application, the structure of which is as follows: a single activity (host) and two fragments. I need to implement it with the MVP architecture and using RxJava. When the app s...
test-img

yaromchikV

android

rx-java

mvp

presenter

Votes: 0

Answers: 0

Questions about ModelViewPreseneter pattern

Lately I've been studying mvp design pattern and have some questions about it: I've read that it's recommended to not use this design in simple applications. So I'd like to know when an application c...
test-img

Olafvolafka

design-patterns

architecture

mvp

Votes: 0

Answers: 1

Latest Answer

MVC is a standard pattern used in most technologies out the box, in .net as an example it would be hard to get away from using MVC. In my opinion all applications should be built with some framework ...
test-img

Mark Redman

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved