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)
How to filter list from data class
I have JSON response:
{
"response" : [
{
"f_name" : "иВан",
"l_name" : "ИваноВ",
"birthday...
user459666
Votes: 0
Answers: 1
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...
yaromchikV
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...

Olafvolafka
Votes: 0
Answers: 1