Android Studio Logcat regex expressions for efficient debugging
Logcat provides several default filter options (Verbose, Info, Debug etc) and a simple pattern ma...
23 search resultsShowing 1~20 results
You need to log-in
Logcat provides several default filter options (Verbose, Info, Debug etc) and a simple pattern ma...
When using multiple flavors in a single Android project, a wrapper such as below is a useful util...
In Android Studio, we prepare an App for public release by creating a signed .aab bundle file. Th...
The following subclass of View.OnClickListener can be set as a listener to any View. When the use...
The native Android Toast has only two options for message duration (SHORT or LONG). Here we defin...
It is convenient to use a logging function that automatically prints the object from which the lo...
There is a useful Google API available to developers who register with the Google Console and obt...
It is convenient to use a static logging function which automatically prints both the values of t...
We demonstrate here how to add a splash screen to your android application. The splash screen con...
It is possible that duplicate view controllers may be accidently instantiated by the user. This i...
We show a method by which native View behavior can be overridden and a property changed in a cycl...
Read from bundle or local storage Get url of Bundle let url = Bundle.main.url(forResource: filena...
When the user clicks on a marker, an info window is expected. Here, we demonstrate how to add a c...
When the user clicks on a map annotation, a callout window is expected to appear. Here, we demons...
Convert any time period to a formatted string, which is useful for e.g. journey time displays Suf...
It is common to use a notification badge to alert the user to unread or new features, accessible ...
Instead of fitting a layout object to contain a text label of fixed size, it is sometimes require...
Conditions Assume the following, common requirements: A UITextView with text appears at center of...
In a complex layout in Android, we need the size of multiple fragments/views. However, in a dynam...
In iOS 11+, it is possible to provide custom UIBarButtonItems to the Toolbar. The custom CustomTo...
23 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.