Thursday, October 1, 2015
Sunday, September 20, 2015
Convert PNG, JPEG, TIFF to WebP
StandardSunday, August 30, 2015
Thursday, August 20, 2015
Tuesday, July 21, 2015
EventBus with Volley in Android Application
Standard
Hello:
Developing De-coupled applications always helps in maintainability of the project. In android application development we use listener pattern using interfaces to handle callback. Though it gets the work done but with bigger projects this may result into maintainability issues.
Developing De-coupled applications always helps in maintainability of the project. In android application development we use listener pattern using interfaces to handle callback. Though it gets the work done but with bigger projects this may result into maintainability issues.
Sunday, July 12, 2015
Seven must have libraries in any android application
Standard
Hello All:
Developing a stable and professional application requires discipline and better coding practices. Sometimes it turns out that re-inventing the wheel also leads to some issues which can be avoided by using external libraries.
Developing a stable and professional application requires discipline and better coding practices. Sometimes it turns out that re-inventing the wheel also leads to some issues which can be avoided by using external libraries.
Monday, June 29, 2015
Wednesday, June 17, 2015
Exception handling in Android Application
Standard
Hello All:
During application development for any platform there are chances of missing some corner cases which in turn leads to exceptions which can lead to crashes. In terms of android applications development this leads to crash of the application with a pop-up saying
During application development for any platform there are chances of missing some corner cases which in turn leads to exceptions which can lead to crashes. In terms of android applications development this leads to crash of the application with a pop-up saying
"XYZ has stopped working"
Sunday, May 31, 2015
Sunday, May 17, 2015
Handling adapter error while using RecyclerView in Android
Standard
Hello All:
RecyclerView is introduced with Android L and is also available with AppCompat library. RecyclerView provides better layout option and performance as compared to ListView. However, in this post I will share one of the possible solutions to a problem which occurs with RecyclerView.
RecyclerView is introduced with Android L and is also available with AppCompat library. RecyclerView provides better layout option and performance as compared to ListView. However, in this post I will share one of the possible solutions to a problem which occurs with RecyclerView.
Friday, May 8, 2015
Monday, April 27, 2015
HTML parsing using JSoup and Volley in Android Application
Standard
Hello All:
In application development, sometimes we want to parse HTML data to get relevant information. In this post I will show you how to parse HTML data using JSoup and Volley.
In application development, sometimes we want to parse HTML data to get relevant information. In this post I will show you how to parse HTML data using JSoup and Volley.
Friday, April 17, 2015
Change authorise email for Google Play services integration
StandardHello All:
In order to make games viral, one of the key component is integration of social platforms like Google+ or Facebook. Google play services is a good platform to get in touch with friends who play same game.
Monday, April 6, 2015
Sunday, March 29, 2015
Background worker using AlarmManager in Android
Standard
Hello All:
In our application, sometimes we need to do some operations repeatedly at a given time. Android provides different options to achieve this. One such option is use of AlarmManager.
In our application, sometimes we need to do some operations repeatedly at a given time. Android provides different options to achieve this. One such option is use of AlarmManager.
Tuesday, March 24, 2015
Thursday, March 12, 2015
Logs location on Windows Phone 8 and Windows 8-8.1 for Unity3d
Standard
Hello All:
During game development we need to see the logs to debug or understand the code flow. In this post I will share the locations where we can find the log files to help us in debugging.
During game development we need to see the logs to debug or understand the code flow. In this post I will share the locations where we can find the log files to help us in debugging.
Monday, March 2, 2015
Helper for FileOperations on Windows Phone and Windows 8 in Unity3d
Standard
Hello All:
Unity3d is supporting both Windows Phone and Windows 8-8.1. However there are some points which needs to be taken care of when porting our games to Windows Phone and Windows 8-8.1. One such point is support of File operations.
Unity3d is supporting both Windows Phone and Windows 8-8.1. However there are some points which needs to be taken care of when porting our games to Windows Phone and Windows 8-8.1. One such point is support of File operations.
Saturday, February 28, 2015
Professional screenshots for Android Applications and Games
Standard
Hello All:
While submitting our games and applications to Play Store we all want to upload screenshots which look professional (No WiFi, 3G, USB debugging symbols. In this post I will some PSD assets which I think can help in making professional screenshots.
While submitting our games and applications to Play Store we all want to upload screenshots which look professional (No WiFi, 3G, USB debugging symbols. In this post I will some PSD assets which I think can help in making professional screenshots.
Thursday, February 19, 2015
Export as JAR for Unity3d using Android Studio
Standard
Hello All:
In development of games, we often need to call native code. In case of Android games we need to make call to AndroidJNI. In this post I will share the script which can be used to create JAR files using Android Studio.
In development of games, we often need to call native code. In case of Android games we need to make call to AndroidJNI. In this post I will share the script which can be used to create JAR files using Android Studio.
Sunday, February 8, 2015
Monday, February 2, 2015
Dynamic Grid Layout in Unity3d 4.6 UI
Standard
Hello All:
Often in our games we need scrollable lists to show scores, inventory items, in-app purchase UI etc. In this post I will show how to make a dynamic scrollable list to achieve earlier mentioned UI screens.
Often in our games we need scrollable lists to show scores, inventory items, in-app purchase UI etc. In this post I will show how to make a dynamic scrollable list to achieve earlier mentioned UI screens.
Friday, January 23, 2015
Animate or Focus camera on a game object in Unity3d
Standard
Hello All:
Sometime in games we need to focus camera on an object for sometime and return to normal position. This is often called Camera Fly-By effect.. In this post, I will show how to achieve this effect in Unity3d.
Sometime in games we need to focus camera on an object for sometime and return to normal position. This is often called Camera Fly-By effect.. In this post, I will show how to achieve this effect in Unity3d.
Tuesday, January 13, 2015
Menu using Unity3d 4.6 UI system
Standard
Hello All:
For any game, the entry point is its Menu. In this post I will share how to create a menu system which can be extended to implement generic menus to be used in almost all scenarios like (game pause, game finished etc.)
For any game, the entry point is its Menu. In this post I will share how to create a menu system which can be extended to implement generic menus to be used in almost all scenarios like (game pause, game finished etc.)
Tuesday, January 6, 2015
Friday, January 2, 2015
Subscribe to:
Posts
(
Atom
)