I’ve created a set of custom widgets for Android. What would be the easiest to share them with developers ? Using jar files ? How ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
for creating library >>
You have to create Android Library Project. Create android project in Eclipse,
enter Project Properties -> Android and check isLibrary property. Now you can add this library to you Application project by adding it to list on the same property page.
http://developer.android.com/guide/developing/projects/projects-eclipse.html
for creating jar file>>
In Eclipse, you can use the “export” option on the project to create a jar file. This will open the JAR creation wizard.