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:
parent
4e4abc99e2
commit
3b567ff0d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user