Ghedeon
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
-
-
Ghedeon created a post, [Android] How to get XML file behind the corresponding resource ID?
How would you get the XML resource file linked to something like R.layout.activity_main in your kotlin/java code? I believe I can search for "activity_main" using the FilenameIndex.getFilesByName b... -
Ghedeon created a post, AnsweredUsing GUI designer with Kotlin
Is it possible to bind IntelliJ Form to a kotlin class? I created a simple dialog in GUI Designer and converted the generated java file to kotlin. Fields are not being initialized anymore. -
-
-
Ghedeon created a post, GeneralCommandLine: Quotes
Hi, For some reason, behavior of this class confuses me all the time. Let say I'd like to get host mashine's IP on WiFi interface. The following command is used (with quotes escaped): cmd /c "for /... -
Ghedeon commented, -
Ghedeon created a post, AnsweredGeneralCommandLine piping?
Is it possible to pipe commands by using GeneralCommandLine class? Right now, when I'm trying new GeneralCommandLine("cmd1", "|", "cmd2") it results into 'cmd "|" cmd2', meaning that pipe sign is ... -
Ghedeon created a post, AnsweredAny kind of NetworkUtils?
Is there by any chance a network utility in Open API that allows me to check which network interface is being used, machine's IP address on that interface, etc? The plugin is going to run a websock...