-
Using Framer.js on Windows, Framer Studio windows alternative
A question that regularly pops up in the Framer community is how to use Framer if you’re using a PC. Currently, Framer Studio is only available on a Mac but the Framer.js framework, that powers Framer Studio, is free and open source. That means if you’re using Windows, Linux or on a Mac but still…
-
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.
You must be logged in to post a comment.