문제

I have to integrate a python based (server based) HR system with an android application . Please help with some suggestions on how to do it . I have to allow employees to mark attendance from the application.

도움이 되었습니까?

해결책

I think the best way is to expose a rest api and interact with that from android.

For the server side you can check django piston while for the client side I recommend robospice library

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top