Skip to content

Instantly share code, notes, and snippets.

View riosc's full-sized avatar

Carlos David Rios Vertel riosc

  • Santiago, Chile.
View GitHub Profile
@riosc
riosc / gist:7478850
Last active December 28, 2015 09:29
map operation android
http://stackoverflow.com/questions/1066589/java-iterate-through-hashmap
http://stackoverflow.com/questions/507602/how-to-initialise-a-static-map-in-java
http://stackoverflow.com/questions/46898/how-do-i-iterate-over-each-entry-in-a-map
@riosc
riosc / gist:7499421
Created November 16, 2013 12:03
vim commands unix
http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html
@riosc
riosc / gist:7520680
Last active December 28, 2015 15:19
cell lines disapear on scroll
http://stackoverflow.com/questions/1539681/uitableview-separator-lines-disappear-between-cells-on-scroll
http://stackoverflow.com/questions/13166744/uitableviews-cell-separator-disappears-after-scrolling
@riosc
riosc / gist:7552108
Created November 19, 2013 20:36
remove tracked file git
http://stackoverflow.com/questions/936249/removing-a-file-from-git-source-control-but-not-from-the-source
@riosc
riosc / gist:7601829
Last active December 29, 2015 02:39
pass data betwen activity android
http://stackoverflow.com/questions/2736389/how-to-pass-object-from-one-activity-to-another-in-android
http://stackoverflow.com/questions/2091465/how-do-i-pass-data-between-activities-in-android
http://stackoverflow.com/questions/3913592/start-an-activity-with-a-parameter
@riosc
riosc / gist:7675715
Created November 27, 2013 13:31
view customization android
BACKGROUND COLOR VIEW
=========================
http://stackoverflow.com/questions/2173936/how-to-set-background-color-of-a-view
@riosc
riosc / gist:7939737
Created December 13, 2013 04:24
custom fonts ios
http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/#includefonts
@riosc
riosc / gist:8321099
Last active January 2, 2016 15:09
add view to activity android inflating
// LinearLayout linear = (LinearLayout)resources.getLayout(R.layout.row_passenger);
// passengerRequestLayout.addView(linear);
http://stackoverflow.com/questions/10493729/custom-view-not-inflating
http://stackoverflow.com/questions/10425101/insert-layouts-dynamically-into-an-activity-at-runtime
@riosc
riosc / gist:8533091
Created January 21, 2014 01:58
detailed description core data error
http://makingmyapp.blogspot.com/2009/12/debug-logging-and-what-is-this-core.html
@riosc
riosc / gist:8731490
Last active August 29, 2015 13:55
ant apache android projects
http://stackoverflow.com/questions/10969753/android-command-not-found
Carloss-MacBook-Air:sdk carlosrios$ cd /Users/carlosrios/Documents/adt-bundle-mac-x86_64-20130729/sdk
Carloss-MacBook-Air:sdk carlosrios$ export ANDROID_HOME=/Users/carlosrios/Documents/adt-bundle-mac-x86_64-20130729/sdk
Carloss-MacBook-Air:sdk carlosrios$ export PATH=$ANDROID_HOME/tools:$PATH
Carloss-MacBook-Air:sdk carlosrios$ export PATH=$ANDROID_HOME/platform-tools:$PATH