Hi, i'm trying to write an android class file that i can compile and then other developers can download it and include it in their applications to give them additional functionalities. for example, a small program that would monitor how long a user actively uses an app for my pinging a server every 30 seconds that the app is active for. i would like to write the method for this program, compile the file and then some one else could add the file to their project and just initialize the method to run the main method in the file, can anyone tell me how i could just compile the class file using eclipse. Thank you.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

