Skip to content Skip to sidebar Skip to footer
Showing posts with the label External

Android - Adding External Library To Project

I am having a lot of trouble adding the WEKA library to a project I am working on. I have followed … Read more Android - Adding External Library To Project

Android - Delete Files On Sd Card On Uninstall

My app downloads some multi-media files from a server when it's installed. I do this to save sp… Read more Android - Delete Files On Sd Card On Uninstall

Android: How To Use Classes In A Different File

I'm trying to make a handler class for many of my reusable methods. I'm having problems in… Read more Android: How To Use Classes In A Different File