Vysh

Take screenshot and share to facebook using Unity for Android

In this post we will share the screenshot that we took using Unity’s Application.CaptureScreenshot() Method 1. If you haven’t check it out here’s the post: Take Screenshot and Display using Unity. In part 1 we took the screenshot using Unity and saved it in the local storage of the device. Now we will get that …

Take screenshot and share to facebook using Unity for Android Read More »

Responsive Column using Bootstrap Grid system and Multiple Column types.

Responsiveness is a must quality for any website these days. And all the beginner web developers know that what a chaotic process it is to obtain a desired result.Bootstrap has been the savior for a long time for developers like us. The most important aspect of Bootstrap is its 12-column mobile first grid system. This …

Responsive Column using Bootstrap Grid system and Multiple Column types. Read More »

RecyclerView with GridLayoutManager Android Tutorial with Example

Today we will be making a Grid View like list using a RecyclerView with GridLayoutManager as shown in the Video below, but let’s first talk a little bit about recyclerView; as you might already know a RecyclerView is more advanced, flexible and efficient version of a ListView. If you have large datasets, you should work …

RecyclerView with GridLayoutManager Android Tutorial with Example Read More »

Set custom Font in all the Activities for entire Application Android Tutorial

Everyone love a little text styling once in a while; there are various ways you can change the typeface/font of textView in your Android app, however the most simplest one is changing the typeface programmatically by applying a font to a specific textView. Although this method is simple, it requires applying the font to each …

Set custom Font in all the Activities for entire Application Android Tutorial Read More »