AsyncTask usage summary
Overview AsyncTask is useful when you are working on UI (main) thread, and want to do some (maybe long) background process, and want to get callback a...
Overview AsyncTask is useful when you are working on UI (main) thread, and want to do some (maybe long) background process, and want to get callback a...
In-app Search on Android TV application One of the biggest difference between Android phone & Android TV is their input method. Since TV does not support to...
Is the license of the Android Open Source Project Creative Commons Attribution 2.5 or Apache 2.0? Brief answer Written in Content License page. AOSP h...
Drawable to Bitmap It is easy to convert between Drawable and Bitmap in Android. Above works for jpg, png type drawables, but it does work for xml type of drawa...
Recently I updated Android studio to version 1.3, and then it fails gradle sync. Error message is something like, It seems that https proxy server was...
Recommendation Android TV’s home, LeanbackLauncher has a recommendation row at first row. Any application can suggest recommended contents for users. ...
Now Android TV is working on Android platform. Some may be interested in CPU, memory, harddisk information about your TV. We can check these CPU, memory, sensor...
CPU performance can be tested by using AnTuTu Benchmark application. By using Technic of Install Android phone’s application to Android TV, I tested AnTuTu...
GuidedStepFragment to show Settings display Leanback support library offers a Fragment. Especially, it is useful to use in settings display. Official doc&n...
Install Spotify Android phone app on Android TV At the time of writing, official spotify app for Android TV is not released yet. But I tested installing Spotify...