This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.digitalocean.com/community/articles/how-to-build-android-apps-with-jenkins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://developers.google.com/maps/documentation/utilities/polylineutility | |
https://developers.google.com/live/shows/240588492-4001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://makingmyapp.blogspot.com/2009/12/debug-logging-and-what-is-this-core.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/#includefonts |