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/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 |
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://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.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
http://stackoverflow.com/questions/1539681/uitableview-separator-lines-disappear-between-cells-on-scroll | |
http://stackoverflow.com/questions/13166744/uitableviews-cell-separator-disappears-after-scrolling |
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/936249/removing-a-file-from-git-source-control-but-not-from-the-source |
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/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 |
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
BACKGROUND COLOR VIEW | |
========================= | |
http://stackoverflow.com/questions/2173936/how-to-set-background-color-of-a-view |
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 |
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://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
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 |