Deleted member 651465
Deleted member 651465
You guys are adorable, you really are.
So your argument is: people are stupid for buying anything Apple because there are cheaper alternatives that do the same tasks?
You guys are adorable, you really are.
I'm so glad the thread has once again devolved into mud slinging.![]()
It's an Apple thread. I think we've been on the internet long enough to know how these end. Locked.
>implying cost is the be all and end all of purchasing decisions.
ATTENTION EVERYONE! CAPTAIN PLANET HAS SOLVED THE WORLDS FINANCIAL CRISIS! EVERYONE IS TO BUY A NOKIA 6300! DISSENTERS WILL BE SHOT!
You really are full if it
The way you write makes me believe you're lying about being a developer.
Oh, let me guess you're just choosing to write like that, but when you code, it's immaculate, right?
private static final String TAG = "TabActivity";
private TabHost mTabHost;
private String[] tabNames;
private boolean p2p;
private Intent mIntent;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.tabs_layout);
mIntent = getIntent();
intialiseTabs();
}
public void switchTab(int tab) {
mTabHost.setCurrentTab(tab);
mTabHost.setSelected(true);
mTabHost.invalidate();
}
/**
* Creates the activity intent and puts it into the tab host.
*
* @param tabName Tab name to display.
* @param className Class to load in the tab.
* @param icon Tab icon to display.
*/
@SuppressWarnings("rawtypes")
private void addTab(final String tabName, Class activity, int icon) {
Intent activityIntent = new Intent(this, activity);
if (activity.equals(CardsTabGroupActivity.class)) {
activityIntent.putExtra(INTENT_EXTRA_P2P, p2p);
} else if (activity.equals(SettingsTabGroupActivity.class)) {
activityIntent.putExtra(INTENT_EXTRA_SCREEN, mIntent.getIntExtra(INTENT_EXTRA_SCREEN, 0));
}
TabHost.TabSpec spec = mTabHost.newTabSpec(tabName);
spec.setIndicator(getTabView(tabName, icon));
spec.setContent(activityIntent);
mTabHost.addTab(spec);
}
im a coder. i write **** like this:
Continue to be in deniel why i continue to code away during my day job earning decent salary![]()
For an 8 year old, that's pretty impressive. Well done.
Thanks. were looking for new developers so if you can a better job then me, send me your CV and your hired!
Stop typing. It hurts my brain![]()
You wouldn't be able to pay me enough, and I'm not a developer (just like you).
Perhaps learning English before any other languages would have been a good suggestion.![]()