Name: !JPiWx/f8aY 2013-11-21 21:57
I'm developing an Android app which basically displays user's uploaded photos and their description. Quite a newbie in Android development here.
What I wanted to do now is to implement a comment and rate system for those photos and the uploader will get the notification via inbox. I already have the user management system which handles user registration and login. So, I guess it is now easier to know which user comments/likes which photo.
Is there any possible solution to solve this problem? So far, I have found Socialize but it already provides user profile. But in my case, I have setup my own user profile management. Do I have to remove my setup and use Socialize instead?
For the server side, I use PHP (HTTP Request) and MySQL db to communicate between server and the android device. Json encode for data exchange.
If anything please let me know. I'm truly stuck her.
Or maybe having comments that only exist in the app? I mean it does not have to be shared through social networks like Socialize did.