How To Show GUI components in OnGUI method and change Font, Size and Color in Unity

Unity provides a very helpful method, OnGui that can be used to create UI components easily and you can easily remove them my just a simple condition checking, you have probably done that and just want want the title describes but I can’t resist from showing how simple it is to just show/hide window components …

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity Read More »

StaggeredGridLayoutManager with RecyclerView in Android – Tutorial | Pinterest like UI

We have previously seen how we can create Grids in RecyclerView using GridLayoutManager. You can check out that tutorial/example here: GridLayoutManager with RecyclerView.In this tutorial we will learn how we can use the StaggeredGridLayoutManager with RecyclerView in Android to create Grids of unequal size. Staggered Grid Layout in Pinterest We are trying to achieve a …

StaggeredGridLayoutManager with RecyclerView in Android – Tutorial | Pinterest like UI Read More »

Firebase Cloud Messaging Notifications in Android App Example – Tutorial

Firebase is a valuable tool for developers that helps you to integrate many services like cloud messaging, authentication, realtime database, storage, crash reporting and much more . You might have already used some services from the vast pool of services that Firebase provides, and in this post we will discuss how we can add our …

Firebase Cloud Messaging Notifications in Android App Example – Tutorial Read More »

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 »

Exit mobile version