joshcalafell / WordSleuth-Android

An anagram and subword finder for Android
2 stars 0 forks source link

Remove unnecessary and unused code #11

Closed joshcalafell closed 9 years ago

joshcalafell commented 9 years ago

There are unnecessary classes and code.

joshcalafell commented 9 years ago

I removed MyQuery.java because it was not used, and some legacy code that was also unused.

joshcalafell commented 9 years ago

Reopened until I feel it's actually completed.

joshcalafell commented 9 years ago

Copy and paste all removed code below and give class name plz 😀

redragonx commented 9 years ago

This is legacy code. This is in searchactivity.java Please use fragment manager.

// Array to hold fragment states
public Fragment[] frags = new Fragment[] // [0x0,0x1,0x2]
        {new SearchInputFragment(),new SearchLoadingFragment(),new SearchResultsFragment()};
joshcalafell commented 9 years ago

There's no more unused code except Combo.java which we may or may not ever use