Where can I find sample code for communicating with SharePoint from android device using rest apis?
If you are using office 365, SharePoint online, it should be possible to access and use the apis from your app.
I have written an article Office 365 Authentication using Visual Studio MVC application which accesses the api from an MVC application. You should be able to use similar approach for android app as well.