Let’s create a simple java web app by IntelliJ IDEA community edition, Jetty. There is opportunity to debug the app even by IDEA CE.
Continue reading IDEA community edition, jetty, war, debug, maven
Let’s create a simple java web app by IntelliJ IDEA community edition, Jetty. There is opportunity to debug the app even by IDEA CE.
Continue reading IDEA community edition, jetty, war, debug, maven
AppBarLayout on developer.android.com
Layout Lessons! Better Android Layouts: coordinator layout, constraint layout, percent relative layout. (https://withintent.uncorkedstudios.com/layout-lessons-better-android-layouts-b00f52b0643a)
Hello Toolbar, Goodbye ActionBar
Collapsing Toolbar Layout on antonioleiva.com
Coordinator Layout on habr pdf
CollapsingToolbarLayout with darker imageview (pdf)
Scrolling down triggers refresh instead of revealing the toolbar on stackoverflow.com
Handling Scrolls with CoordinatorLayout
Rambler about CoordinatorLayout
https://medium.com/@zoha131/coordinatorlayout-basic-8040c74cf426
[code language=”java”]
Process pr = new Process();
pr.StartInfo.FileName = "";
pr.StartInfo.Arguments = "-r";
pr.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
pr.Start();
pr.WaitForExit();
[/code]
[code language=”java”]
x & (x-1) == 0
[/code]