Skip to content
TrackPodcasts
educationNov 20, 201512:28pending

022: Effective Java for Android developers : Item 5

About this episode

In this mini Fragment, we introduce Joshua's fifth Item: Avoid creating unnecessary objects.

Stay tuned for more items from our "Effective Java for Android developers" Fragment series.

Show Notes

Avoid creating unnecessary objects

Snippet to demonstrate AutoBoxing problems

// sum of all positive values
Long sum = 0L;
for (long i=0; i Integer.MAX_VALUE; i++) {
  sum+=i;
}

Contact:

Get every episode summarized

Each time Fragmented - AI Developer Podcast publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Hosts & guests

No transcript yet

This episode has not been transcribed. Request it and it moves to the front of the queue.

022: Effective Java for Android developers : Item 5

Fragmented - AI Developer Podcast

0:00
12:28

More episodes

More from Fragmented - AI Developer Podcast

View all episodes →