mirror of
https://github.com/bspeice/itcs4180
synced 2025-04-20 23:01:34 -04: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);
|
super.onCreate(savedInstanceState);
|
||||||
setContentView(R.layout.activity_main);
|
setContentView(R.layout.activity_main);
|
||||||
dm = new DataManager(this);
|
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
|
// Set up all the news feeds
|
||||||
ListView feeds = (ListView)findViewById(R.id.listNewsFeeds);
|
ListView feeds = (ListView)findViewById(R.id.listNewsFeeds);
|
||||||
|
Loading…
Reference in New Issue
Block a user