Next version of MM – Coming soon!

I’ve spent a while now working on little bits and pieces of code that I will need to eventually incorporate into Mobile Metagenomics. I’ve finally reached a point where I feel ready to move on to the next stage and start to synthesize all of these little ideas into something meaningful for MM. My goals for the next version essentially involve taking it out of a proof-of-concept stage and into a stage where it more or less ‘works’. I will probably leave the file browser and more friendly results view out, but most of the other goals from my talk should be included. I will at least establish a framework to later slot in all of the ideas that we discussed.

Goals
1. Download all 'file chunks' and display them.
2. Do this asynchronously, allowing the user to view results while work happens.
3. Split the program into a 'Search' Activity and a 'Results View' Activity.
4. Make the physical phone buttons work!
5. Eventually, code the rest of the event methods such that MM can be interrupted by a gTalk or gmail
notification and restart itself without loss of progress.

I had also been working on an app for myself after work, when I realized I was actually learning a lot of valuable things about more complex Android User Interface design. I may keep this around as a side project to work on for a few minutes here and there, when I need a quick break from MM. I think that learning some of the intricacies of Android UI will come in very handy in the future, and it will definitely help if I have a fun project as my learning platform!