Questions tagged [android-mvp]

On Android, MVP is a way to separate background tasks from activities/views/fragments to make them independent of most lifecycle-related events. This way an application becomes simpler and code maintainability becomes better. Use this tag if your question is specifically about using MVP in Android.

On Android, MVP is a way to separate background tasks from activities/views/fragments to make them independent of most lifecycle-related events. This way an application becomes simpler and code maintainability becomes better. Use this tag if your question is specifically about using MVP in Android.

The tag should be used along with

278 questions
-1
votes
1 answer

Login MVP with retrofit

Hi I'm trying to create a simple app where use the retrofit library to make a call to the api to make the login and I'd like to use the MVP pattern, could anyone of you guide to how to do it, since I've searched a lot and I found lot different…
StuartDTO
  • 783
  • 7
  • 26
  • 72
-1
votes
1 answer

MVP design pattern practical observations

I am trying to understand MVP design pattern practically and went through this link and few other links and made some observation. I want to know that all the below observations are correct for implementing MVP design pattern practically? Activity,…
varmashrivastava
  • 432
  • 2
  • 6
  • 21
-1
votes
2 answers

MVP architecture - some thoughts

I'm trying to implement the MVP pattern in my app. However There are some tasks I'm not sure how to do the right way. Most of the examples only cover base and simple tasks where every interactor does only one task (e.g. fetch user list) - But, how…
dor506
  • 5,246
  • 9
  • 44
  • 79
-1
votes
2 answers

Android app architecture design pattern

I'm looking to create a basic architecture of Android app boilerplate with (Login, SignUp, Other features that every app has). After lot of research I found that going with MVP is going to be best choice. However I'm not getting the right way to…
Aspiring Developer
  • 303
  • 1
  • 5
  • 18
-3
votes
1 answer

Android studio - MVP Pattern

I'm using MVP design pattern in an android studio app. I have login and signup activities which both have some functions which are the same. Is there a way no to copy paste the same functions from one view to the other one?
-3
votes
1 answer

How to use MVP with Viewpager?

I am new to applying MVP to android use. i want to create a Activity that holds Viewpager. the Adapter of viewpager contains fragments with data . i have made the view presenter for my activity. my question is : is it important to make view…
Peter
  • 1,069
  • 2
  • 13
  • 24
-3
votes
1 answer

What is the correct standard to implement MVP Design pattern

What is the correct standard to implement MVP Design pattern in android application development. with proper example.
-5
votes
1 answer

Not able to understand dagger dependency injection concepts - Dagger 2 on android

I am trying to understand dagger2 and implement in my app. I have read a lot about its benefits. Unless and until I understand it completely, I cannot get the benefits of it in my app. I have understood @Module and @Inject. The one that confuses me…
1 2 3
18
19