Skip to content

Commit 3022bae

Browse files
committed
readme links
1 parent 46bcbb0 commit 3022bae

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to Clear User Data in your Android Application programmatically](http://www.hrupin.com/2011/11/how-to-clear-user-data-in-your-android-application-programmatically)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to finish all activities in your Android application through simple call](http://www.hrupin.com/2011/10/how-to-finish-all-activities-in-your-android-application-through-simple-call)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to use custom Truetype font in Android UI or playing with TypeFaces](http://www.hrupin.com/2012/08/how-to-use-custom-truetype-font-in-android-ui-or-playing-with-typefaces)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to create custom groupIndicator for ExpandableListView group](http://www.hrupin.com/2012/08/how-to-create-custom-groupindicator-for-expandablelistview-group)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to create custom Vertical or Horizontal Scrollbar for ListView, ScrollView, etc. in Android](http://www.hrupin.com/2012/08/how-to-create-custom-vertical-or-horizontal-scrollbar-for-listview-scrollview-etc-in-android)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to include Facebook Android SDK in project as maven module](http://www.hrupin.com/2011/11/how-to-include-facebook-android-sdk-in-project-as-maven-module)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to create filter for ListView items in Android.](http://www.hrupin.com/2012/11/how-to-create-filter-for-listview-items-in-android)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to create filter for ListView items in Android. Part-2. List with custom adapter.](http://www.hrupin.com/2012/12/how-to-create-filter-for-listview-items-in-android-part-2-list-with-custom-adapter)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to centering google map on Balloon center in Android](http://www.hrupin.com/2011/11/how-to-centering-google-map-on-balloon-center-in-android)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to display route between two points (geopoints) on Google Maps in Android](http://www.hrupin.com/2012/02/how-to-display-route-between-two-points-geopoints-on-google-maps-in-android)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to remove specific OverlayItem from MapView ItemizedOverlay in Android.](http://www.hrupin.com/2012/12/how-to-remove-specific-overlayitem-from-mapview-itemizedoverlay-in-android)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to implement lazy loading for markers on Google Maps in Android.](http://www.hrupin.com/2011/10/how-to-implement-lazy-loading-for-markers-on-google-maps-in-android)

android/Popup_Animation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to implement slow popup showing in Android. Or simple Animation sample.](http://www.hrupin.com/2011/10/how-to-implement-slow-popup-showing-in-android-or-simple-animation-sample)

android/SMS_Detector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to detect when mobile phone received the SMS Message on Android.](http://www.hrupin.com/2012/08/how-to-detect-when-mobile-phone-received-the-sms-message-on-android)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to open activity by Android WebView hyperlink click or How to handle hyperlink click in Android WebView](http://www.hrupin.com/2012/08/how-to-open-activity-by-android-webview-hyperlink-click-or-how-to-handle-hyperlink-click-in-android-webview)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to scroll ListView to top or other position](http://www.hrupin.com/2011/10/how-to-scroll-listview-to-top-or-other-position)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to get sound effect when button clicked in Android or playing with SoundPool](http://www.hrupin.com/2012/08/how-to-get-sound-effect-when-button-clicked-in-android-or-playing-with-soundpool)

android/TabActivity_Sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to set the different screen orientations for TabActivity children activities](http://www.hrupin.com/2011/10/how-to-set-the-different-screen-orientations-for-tabactivity-children-activities)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Sample code for my blog post.**
22
You can read the full article here
33

4-
Blog post: [NAME](LINK)
4+
Blog post: [How to turn on / turn off WiFi connection programmatically in Android](http://www.hrupin.com/2012/06/how-to-turn-on-turn-off-wifi-connection-programmatically-in-android)

0 commit comments

Comments
 (0)