Android postfix plugin for AndroidStudio
Available templates:
Postfix Expression Description Example .toast Create and show Toast. Toast.makeText(context, expr, Toast.LENGTH_SHORT).show() .log Logging. If there is constant variable "TAG", it use "TAG" . Else it use class name. Log.d(TAG, expr) .logd Logging. If BuildConfig.DEBUG is true, Log message. if (BuildConfig.DEBUG) Log.d(TAG, expr) .find Typed FindView (ViewType) findViewById(expr) .isemp Check empty. TextUtils.isEmpty(expr) .vg Divide view visible or gone. (expr) ? View.VISIBLE : View.GONE .vsbThis project is released under the Apache License, Version 2.0.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4