I have an issue. We have a website, where person can login and make its own lists of news. Now we trying to develop an Android application, where person could login and do the same in phone. I cannot understand best preactises of implementing such things. It have to be same accounts, with same preserved data as stored online on website.
Could anyone tell me how to synchronize web and android?
You can use backend scripts to get the same data from database of website in android. You need to call a script(in any language like php) to get the data from database. and show this in listview in android or compare it with the user id password entered.