I was wondering if you can point out a good Android Utility class containing static methods for various, commonly used Android and/or Java functions (ex. checking network availability)?
Share
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.
not exactly you required but can found few here …….
https://github.com/kaeppler/droid-fu/tree/master/src/main/java/com/github/droidfu/support
http://droid4me.googlecode.com/svn/trunk/droid4me/src/com/smartnsoft/droid4me/
Android helper/utility class library
you will get utility like writeToFile, isNullOrEmpty and other AnimationUtils AppUtils LayoutUtils ……
http://developerlife.com/tutorials/?page_id=217