{
Some place for my head
}
Home
Rss feed
Follow me
No posts with label
YOUR-FAVICON-URL
.
Show all posts
No posts with label
YOUR-FAVICON-URL
.
Show all posts
Home
Subscribe to:
Posts (Atom)
Search
Categories
AFNetworking
(2)
Android
(11)
CoreData
(1)
iOS
(8)
iOS5
(1)
iOS6
(3)
Objective-C
(1)
Tech
(2)
ViewPager
(1)
Archives
▼
2014
(2)
▼
May
(2)
How to force the View Pager to wrap its content.
Dimming the background behind the dialogs
►
2013
(7)
►
September
(1)
►
August
(3)
►
April
(1)
►
January
(2)
►
2012
(13)
►
December
(1)
►
November
(1)
►
April
(4)
►
March
(5)
►
February
(2)
Popular Posts
Android: Play HTML5 Youtube videos inside a WebView !!!
Hi, I've never imagined that playing a HTML5 Youtube video inside a WebView would be such a tedious task. I even didn't...
Android: Enable/Disable 3G programmatically
Here we go again, Hint: this post will be just a wrap up to what you can find here . Unfortunately, the data-connection enable/disabl...
Re-sign a .IPA file
The problem: To re-sign a .ipa file with a different distribution provisioning profile. To change the bundle identifier. Required f...
How to force the View Pager to wrap its content.
The problem is that the "wrap_content" doesn't seem to be working with the View pager. Here is the solution: import android...
Dimming the background behind the dialogs
I'm just reblogging what you can find here . WindowManager.LayoutParams lp = dialog.getWindow().getAttributes(); lp.dimAmount=0.78f; ...
Android: Create an image Viewer using ViewPager.
Hi, This post is for those guys digging the Internet trying to find out how to create an image viewer. And I managed to do that usi...
Android: Create a simple horizontal image list.
Hi, In this post we'll create our horizontal image List using HorizontalScrollView . First, create the layout. main.xml <...
Android: Push notifications using Urban-Airship's push library
This Post Is Deprecated ... Hi, Once upon a time I was developing an application for platforms starting from 2.1 ( API level 7 ) and it...
How does Google's WiFi location based services work??
Hi, I was wondering how Google can find my location when I'm using WiFi, and I kept digging the Internet to find an answer. To col...
Check if a Facebook page is liked using AFNetworking.
AFHTTPClient *httpClient = [[AFHTTPClient alloc] initWithBaseURL:[NSURL URLWithString:@"https://graph.facebook.com/"]]; ...
Translate
Followers
Subscribe To
Posts
Atom
Posts
All Comments
Atom
All Comments
Powered by
Blogger
.