| bio | website | luisdelarosa.com |
|---|---|---|
| location | Washington DC Area | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 5 hours ago | |
| stats | profile views | 192 |
I make Android, iOS and Mac apps. I'm the lead organizer for iOSDevCamp DC. I'm a contributor to TouchJSON.
In the past, I've created web services in Sinatra and Rails, enterprise-level Eclipse plug-ins using Java and SWT (previously using Swing and a custom application framework), and clients and servers in Smalltalk.
App.net: @louielouie
Twitter: @louielouie
Google+: +Luis de la Rosa
LinkedIn: Luis de la Rosa
Blog: Luis de la Rosa
|
5h |
comment |
readelf-like tool for Mac OS X? If you use Homebrew, then you can install this via "brew install binutils". |
|
May 2 |
comment |
How do disable paging by swiping with finger in ViewPager but still be able to swipe programmatically? @liorry and CoatedMoose, thanks for spotting that. I updated the NonSwipeableViewPager code to add an override for onTouchEvent. |
|
May 2 |
revised |
How do disable paging by swiping with finger in ViewPager but still be able to swipe programmatically? Added override of onTouchEvent to code example. |
|
Mar 26 |
comment |
Setting an external startpage with Cordova 1.6 on iOS I like this. It is more concise than the accepted answer. |
|
Mar 8 |
comment |
BadParcelableException in google maps code I reported this in the Google Maps issue tracker at: code.google.com/p/gmaps-api-issues/issues/detail?id=5083 |
|
Mar 1 |
awarded | Nice Answer |
|
Feb 21 |
awarded | Excavator |
|
Feb 21 |
revised |
is the output of the PHP Facebook API JSON parsable? Updated the link to the Graph API Explorer tool |
|
Jan 27 |
awarded | Yearling |
|
Dec 25 |
awarded | Nice Answer |
|
Dec 11 |
awarded | android |
|
Nov 17 |
answered | Cannot install eclipse adt plugin |
|
Nov 9 |
awarded | Custodian |
|
Nov 9 |
reviewed | Approve suggested edit on how to remove an NSMutableArray object by key? |
|
Nov 4 |
awarded | Citizen Patrol |
|
Nov 3 |
answered | What happens when you call exit on Android? |
|
Nov 2 |
comment |
How to know screen uses 320-hdpi or 320-mdpi in Android What do you mean by 320-hdpi and 320-mdpi resources? What does the 320 refer to? |
|
Nov 2 |
answered | Simulator and device give different results |
|
Nov 1 |
comment |
Facebook Slide menu-slide to right in android? I added screenshots of this in action. Once you clone the github.com/SimonVT/android-menudrawer project, take a look at the RightMenuSample.java file which will give you the working code that you need. |
|
Nov 1 |
revised |
Facebook Slide menu-slide to right in android? Added screenshots of the example APK in action with descriptions. |