-
How to install/extract android ndk on Mac OS X
1. When you to open “android-ndk-r10c-darwin-x86_64.bin” with “Archive Utility.app” or other app. 2. Then you’ve got “android-ndk-r10c-darwin-x86_64.bin.cpgz”, OH! Crap it’s not extract but archive .bin to .cpgz extension. Warning!! extracted file take more disk space up to 3.55 GB on disk [Solution 1] recommended!! 1. open Terminal then type “chmod +x [path]/android-ndk-r10c-darwin-x86_64.bin” and press “Enter”, after…
-
Cards Layout in Xamarin.Forms – Never have Xamarin Forms looked so cool!
All credits to the original author for doing this. Although I’m trying to extend it in the coming days, but props to Adam for finding this one out! Go to https://www.syntaxismyui.com/xamarin-forms-in-anger-cards/ and follow his other tutorial as well. The #1 request I get for the Xamarin.Forms in Anger is for a Google or Facebook like card view.…
-
Android Split Linear Layout in to two columns i.e. vertically
If you want to split a Single Linear layout into a Two Columns(Like newspaper Columns). Here’s the layout for it. Use recursively as per your requirement:
-
Android split the layout into two parts, horizontally
If anyone wants to split the android layout into two parts horizontally then use the below snippet. You can recursively use this layout as per your requirement.
-
Some more football API for epl or rather any sports API
Browse the world’s largest API repository http://www.programmableweb.com/category/sports/apis?category=20016 I was skimming through all the api’s and found one which actually works! https://market.mashape.com/heisenbug/premier-league-live-scores#match-events-live Now go code!
You must be logged in to post a comment.