java - Creating android app for existing project -


i have project made using spring mvc + angularjs.

so. consequently, have back-end api done , working in spring mvc + spring security.

i want make android/iphone apps project (first - android). i'm new apps development.

the questions are:

  1. can use existing api, user authentication done in spring security?
  2. what right tools ? android sdk + gradle + make views?
  3. any suggestion, maybe can simple app template have simple login function + few api calls.

  1. you can directly use apis in android projects, don't know ios.but think possible use same apis in ios app. 2.you can use eclipse or android studio writing android programs. can download sdk @ time of installation of setup file or else can give sdk path @ time of installation. 3.and coming third question have server side code in angular.js, through can interact android app. build demo project login details , use asynctask interact server. .

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -