Company
Home
About Us
Client Testimonials
Career
Portfolio
Contact Us
Gaming
Game Development
3D Game Development
Android Game Development
iOS Game Development
Blog
Game Design
Unity
Android
iOS
Graphics
Web
Contact Us
3DS Max
Android
Blog
Graphics
iOS
Maya
Unity
Web
Game Design
Learn RecyclerView With an Example in Android
Jump To:
Introduction
What is RecyclerView
Why RecyclerView
When you should user RecyclerView?
RecyclerView v/s ListView
Create Layout Files
Customize RecyclerView.Adapter by making CustomRecyclerViewAdapter
Why CustomRecyclerViewAdapter
Create an adapter for each supported LayoutManager
LayoutManager in RecyclerView
StaggeredGridLayoutManager
GridLayoutManager
LinearLayoutManager
MainActivity.java file for selecting different layout managers
Call specific LayoutManager
Set layout for StaggeredGridLayoutManager
Set Layout for GridLayoutManager
Set Layout for LinearLayoutManager
Objective
The main objective of this blog post is to explain fundamentals of
RecyclerView
and giving you brief introduction about
RecyclerView
continue reading...
Nikunj Popat
2018-05-07 20:38:38
Create New Project in Android Studio
Jump To
Create New Project in Android Studio
Configure Your New Project
Target Android Devices
Add activity
Customize the Activity
Finish
Objective
The main objective of this tutorial is how to create a new project in Android Studio. And this tutorial is for those who are new to Android Studio.
continue reading...
Nikunj Popat
2018-05-07 20:43:57
Animate Your Sprite by using AnimationCurve into co-routine
Jump To:
What is AnimationCurve ?
Why we need it ?
Implementation
Objective
Main Objective of this blog post is to give you an idea about Evaluate AnimationCurve into the Co-routine.
continue reading...
Nikunj Popat
2015-12-16 00:15:58
How To Animate Specific Body Parts Using Avatar Mask
Jump To:
Introduction
Different body part
Create and use Avatar mask
Objective
Main objective of this blog post is to give you an idea about how to Animate Specific Body Parts Using Avatar Mask in unity.
continue reading...
Nikunj Popat
2016-02-10 03:04:46
Memory Management in Unity
Jump To:
Introduction
Reference and Value Types
Memory allocation and garbage collection
Memory optimization
Example
Updated example 1
Updated example 2
Quick and frequent garbage collection (with Small Heap
Reuse of Object Pools
Objective
Main objective of this blog post is to explain how to
Manage Memory in Unity Project.
continue reading...
Nikunj Popat
2015-10-29 00:42:34