Hello , I used ALfreso android sdk and was able to retrieve details like activities,sites,my tasks,favorites,search.. Now i want to implement and get results of Shared Files, My Files and Synced Content. How can I retrieve it using android sdk. Guide me.
Thankyou Sir. Your solution was very helpful. How can I retrieve all folders and files in repository. For now I can only retrieve Company_home as folder. I used below code : RepositorySession session = RepositorySession.connect(url,username, password); if (session != null) { session.getRootFolder().getName() }