023: Android Dev Summit Recap

Donn and Kaushik cover the happenings of Google’s very first Android Developer conference – “Android Dev Summit”. Together, they attended the conference both virtually and physically! Listen on for the highlights.

Download

Sessions

Sample projects

Contact us:

022: Effective Java for Android developers : Item 5

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.

Download

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

021: Diving Deep with Dagger

Download

Show Notes

In other news

Dagger

Jesse Wilson Cameo

Other references

Awesome picks:

Donn’s picks:

KG’s picks:

Contact us: