سؤال

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