Hi I am new to android development and planning to develop a spreadsheet application, which should allow the user to
1) Create and edit a spreadsheet file in local device
2) Have file level control to allow/disallow syncing with google drive. Google credentials could be asked only if the user is interested in syncing.
My questions are:
1) Does google Drive/ Google spreadsheet provide any APIs for user interfaces? What will be the best way to implement the user interface?
2) Is selective syncing possible using google drive / google spreadsheet API?