I am trying to manage my (native) android application code.For that reason i have been working and create modular approach in which i have already done with my library projects of db , json parser and data models. But when i am trying to do it with view adapters there is the involvment of R file for getting views id. So, is there any other way so that i can manage my android listview adapter. or there is the way to pass the R file complete.
Thanks in advance.