1

How Spring MVC architecture can be used in android?

nila
  • 3,223
  • 4
  • 18
  • 15

2 Answers2

2

A better question would be how to use Android to contact a Spring backend using Spring MVC. You may want to look into other design patterns/frameworks in Android.

android model view presenter/controller examples

Community
  • 1
  • 1
Justin Thomas
  • 5,680
  • 3
  • 38
  • 63
0

Refer Spring Android,
Spring Android is an extension of the Spring Framework that aims to simplify the development of native Android applications.

Labeeb Panampullan
  • 34,521
  • 28
  • 94
  • 112