简体   繁体   中英

Creating android app for existing project

I have a project which is made using the Spring MVC + AngularJS.

So. consequently, i have a back-end API done and working in Spring MVC + Spring Security.

I want to make Android/iPhone apps for project (first - Android). I'm completely new to apps development.

The questions are:

  1. Can i use the existing API, especially the user authentication which is done in Spring Security?
  2. What is the right tools ? just Android SDK + gradle + make views?
  3. Any suggestion, maybe i can get the simple app template which have a simple login function + any few API calls.
  1. you can directly use those APIs in android projects, i don't know about iOS.But i think it is possible to use same APIs in iOS app. 2.You can use Eclipse or Android Studio for writing android programs. you can download sdk at the time of installation of setup file or else you can give sdk path at the time of installation. 3.And coming to your third question you have server side code which is in angular.js, through which you can interact with android app. just build demo project with LOGIN details and use AsyncTask to interact with server. Thanks .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM