Android Studio Live Templates Usage Examples
Android Studio, IDE offered by JetBrain, helps your day if you know how to use it more and more. Continuing from live template introduction, I introduce some ex...
Android Studio, IDE offered by JetBrain, helps your day if you know how to use it more and more. Continuing from live template introduction, I introduce some ex...
In the Appendix of this Tutorial, I will introduce useful Android common library/function. These are usually applicable not only for Android TV, but also for An...
Refactoring I have explained Android TV specific UI implementations (sample source code referenced from Android TV sample application) through this tutoria...
I’ll introduce more functionality of Android NDK continuing from Android NDK set up introduction. Android NDK is not only a tool to build up .so library to...
Android NDK Develop environment set up summary Usually Android application is developed by Java, but you can use C/C++ source code together with Android ND...
How to write link reference in javadoc See previous post for general javadoc explanation. Basic rule To show “label” which refers to other field class...
Javadoc – Java document comment Javadoc is used in Java language to write comment with the format stats from “/**” (2 asterisk needed) and ends with “*/”  ...
How to use Live Templates Go to [File] → [Setting] → [Live Templates], already registered live templates are shown. We can check the Abbreviation, Description a...
Software keyboard cannot be launched and I cannot type from TV When I was using SONY’s TV SideView application, I faced a problem after pairing with TV SideView...
Search function implementation The usage of SearchFragment of Leanback support library and UI related implementation are explained in previous chapter. In ...