I am very new to java and trying to develop an Android app called TACApp. I want to include a calandar (select dates and write them in the textbox) in my TACApp project for which I have separate calendar project in my workspace. I made a jar file out of the calendar project. I added the jar file in my TACApp library. I know it might be a basic question but can someone help me as to how I can get the contents of the jar file in my application? I don’t want to use any class from the jar file i just need to show the Calender in my TACApp application. Is there any other way to do this. I have been researching for quite a while and thought this would be a good place to ask.. Thanks in Advance
Share
You should make the calendar project as a library project.
Android Library Project creation
Reference this in the TACApp project. You can then launch your custom calendar activity with method startActivityForResult() using an Intent