1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-11-13 19:08:20 -05:00

Commented out test code.

This commit is contained in:
tokugawa 2014-04-14 00:43:34 -04:00
parent 4e4abc99e2
commit 3b567ff0d4

View File

@ -48,7 +48,7 @@ public class MainActivity extends Activity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
dm = new DataManager(this);
dm.saveTweet(new SavedTweet(0, "apple", "Stuff about an apple", "00:00:12", ""));
//dm.saveTweet(new SavedTweet(0, "apple", "Stuff about an apple", "00:00:12", ""));
// Set up all the news feeds
ListView feeds = (ListView)findViewById(R.id.listNewsFeeds);