ramsicandra

↗ HN profile [ 26.3 ms ] full profile
Karma
0
Created
()
Submissions
-49,522,711
  1. Hi everyone, I’m trying to build a scrollable selection UI similar to the time picker in iOS/Android clock apps, but for the web (HTML). I think it’s a great interaction pattern for touch devices. I’ve looked at <input…

  2. I'm relatively new to Java. I often notice a pattern where there is a list of constant which value are equal to the name. class Constant { public static final String ALBUM = "album"; public static final String NAME =…