java - use rest api written for angular js in android app -


i need know if write rest api in java using spring framework , using in angular js front end, possible use same api's andriod app later. use same api's both web , app, have no idea android development, please help.

if api restful, , mean @ least stateless , resource based. yeah, doesn't matter program you're requesting data from.

if able process response front end (reading format, etc). it'll fine. make sure api's endpoints work correctly , configured handle request programs using communicate api (most of times these http requests)


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -