Home
Iced Tea Labs
Cancel

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...

Property Animation in Android

A - Property Animation in Android Overview Property animation in Android is very powerful, allows you to animate almost anything! Basically, the property animation changes object’s properties valu...

File Storage in Android

In a very old post (Save Data To File), I wrote about writing data to and reading data from internal file storage. And that is a very very simple post about working with File Storage in Android. I...

Couchbase Lite

A - Introduction Couchbase Lite is a non-relational database, data is stored in documents instead of table rows. A document is a JSON object that contains a number of key-value pairs. Entities, an...

Floating View like Facebook Chatheads

In this post, I’ll show you how to create a floating view like Facebook chatheads - the view that was drawn on top of other applications. So, the very first question is: How can we do that? An act...