1,572 reputation
520
bio website linuxguy.org
location Michigan
age 29
visits member for 2 years, 11 months
seen 3 hours ago
stats profile views 55

Just a geek with a camera and a bicycle.

I work for the wonderful TechSmith on the Coach's Eye Android team. Any views expressed are my own and are not necessarily those of TechSmith or my team. If you're looking for a highly productive place to write code and build amazing products, we're hiring.

Github: acj

Twitter: acjensen


Apr
2
awarded  Necromancer
Mar
29
comment Android - Custom ListView Adapter - Multi Selection remove - Indexoutofbounds - why?
@PeterTran Interesting. Calling clearChoices() and then ActionMode#finish() to exit multi-select mode has worked for me. (My work has been on 4.0+.) Please post again if you find a workaround.
Mar
20
comment Google Drive Unresolved Imports
@kirtiavaiya If you click an individual file link, you can then click "View raw file" to download it.
Mar
20
comment Google Drive Unresolved Imports
@kirtiavaiya Please check the first link ("Google Drive SDK") in my answer. The jars can be downloaded from there.
Mar
20
revised Google Drive Unresolved Imports
Added link to setup instructions for the Google Plugin for Eclipse
Mar
13
awarded  Self-Learner
Mar
4
awarded  Caucus
Mar
4
answered having trouble with json data and android
Feb
21
awarded  Civic Duty
Feb
21
revised Making a Java library “Groovy”
Removed salutation
Feb
21
reviewed Reviewed Making a Java library “Groovy”
Feb
21
suggested suggested edit on Making a Java library “Groovy”
Feb
21
reviewed Reviewed Within the Chaplin js framework, what do the events prefixed with ! mean?
Feb
21
comment Fragments won't display the layout
Using the @Override annotation on methods that you're overriding (such as onCreateView) is a good way to catch this type of error.
Feb
21
reviewed Reviewed Debian package bigger than the source files
Feb
21
comment Debian package bigger than the source files
Please consider posting this on ServerFault instead of SO.
Feb
21
reviewed Reviewed Android AChartEngine - Bar over Bar
Feb
21
reviewed Reviewed php: sql update query not working as expected
Feb
10
comment How to change Screen Lock sounds settings progammatically on android
Similar to stackoverflow.com/questions/7696934/…
Feb
3
revised javax.net.sslException no trusted server certificate for Andriod App getting error for android 2.3 version
Added note about using HttpsUrlConnection instead of HttpClient.