Home
Iced Tea Labs
Cancel

Clean Architecture for Android

Clean Architecture for Android What is Clean Architecture? Clean Architecture is a software design philosophy that separates the software into many ring levels: Each of the circle represents d...

How to deal with ANRs?

1. What is ANR? ANR stands for Application Not Responding, which is the state that your application cannot process user input events or even draw. The root cause of ANR is when the application’s ...

Pixelated Quiz Privacy Policy

Privacy Policy Iced Tea Labs built the Pixelated Quiz app as an Ad Supported app. This SERVICE is provided by Iced Tea Labs at no cost and is intended for use as is. This page is used to inform ...

Wizarding School Quiz Privacy Policy

Privacy Policy Iced Tea Labs built the Wizarding School Quiz app as an Ad Supported app. This SERVICE is provided by Iced Tea Labs at no cost and is intended for use as is. This page is used to ...

Moon Privacy Policy

Privacy Policy Iced Tea Labs built the Moon app as an Ad Supported app. This SERVICE is provided by Iced Tea Labs at no cost and is intended for use as is. This page is used to inform website vis...

RxJava Introduction

What is RxJava? Quoted from RxJava home page: RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable seque...

Personality Test Privacy Policy

1.Introduction We, Iced Tea Labs Corporation (“Iced Tea Labs,” “we,” “us,” or “our”), believe your privacy is important. To fulfill our commitment to respecting and protecting your privacy, we w...

Buckist Privacy Policy

1.Introduction We, Iced Tea Labs Corporation (“Iced Tea Labs,” “we,” “us,” or “our”), believe your privacy is important. To fulfill our commitment to respecting and protecting your privacy, we w...

Android Dependency Injection using Dagger2

1 - What is Dependency Injection? Dependency Injection is a design pattern which help us to reduce the coupling between modules (classes). Hence, that makes our modules reusable, interchangeable an...

Android Instrumentation Test Using Espresso

1. Introduction 1.1. What is instrumentation test? To me, instrumentation test is simply integration test. Instrumentation test run on Android device or emulator and can access to Instrumentation i...