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:9146505
Last active August 29, 2015 13:56
CollectionViews iOS
http://skeuo.com/uicollectionview-custom-layout-tutorial
http://www.raizlabs.com/2013/10/animating_items_uicollectionview/
recomendado
http://www.raywenderlich.com/es/46652/comenzando-con-uicollectionview-en-ios6-primera-parte
@riosc
riosc / gist:9050643
Created February 17, 2014 13:40
jenkins
https://www.digitalocean.com/community/articles/how-to-build-android-apps-with-jenkins
@riosc
riosc / gist:9034327
Last active August 29, 2015 13:56
button + images ios
http://stackoverflow.com/questions/4912315/uibutton-rounded-corners-in-highlight-state
http://stackoverflow.com/questions/14523348/how-to-change-the-background-color-of-a-uibutton-while-its-highlighted
http://stackoverflow.com/questions/17018617/how-to-resize-an-image-in-ios
https://coffeeshopped.com/2010/09/iphone-how-to-dynamically-color-a-uiimage
http://blog.ioscodesnippet.com/post/9247898208/creating-a-placeholder-uiimage-dynamically-with-color
@riosc
riosc / gist:8845829
Last active August 29, 2015 13:56
library projects android
http://developer.android.com/tools/projects/index.html
http://developer.android.com/samples/input.html
http://www.sitepoint.com/getting-started-with-android-library-projects-part-1/
http://stackoverflow.com/questions/5580575/could-not-find-the-xxx-apk-message-in-console-while-starting-application-with
http://stackoverflow.com/questions/9682074/using-android-library-in-eclipse-and-jumping-to-class-files-instead-of-source-fi
http://stackoverflow.com/questions/9108136/is-it-possible-to-create-multiple-targets-for-android-project-like-xcode-target
@riosc
riosc / gist:8752025
Last active August 29, 2015 13:55
android rest clients
http://stackoverflow.com/questions/6930584/proper-android-rest-client
https://github.com/PCreations/RESTDroid
https://github.com/octo-online/robospice/wiki/Starter-Guide
https://github.com/octo-online/RoboSpice-samples
CONFIGURING TO INSTALL NEEDED LIBRARIES
http://stackoverflow.com/questions/10969753/android-command-not-found
@riosc
riosc / gist:8752015
Created February 1, 2014 12:52
polilyne utility
https://developers.google.com/maps/documentation/utilities/polylineutility
https://developers.google.com/live/shows/240588492-4001
@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
@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: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:7939737
Created December 13, 2013 04:24
custom fonts ios
http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/#includefonts