Mini Projects

Android RecyclerView Row Slide in Animation on Scroll

Animations in your Android App have a huge impact on how the user perceive your app. Creating Animations have been constantly simplified with newer APIs that Google provides. Feel free to check out our tutorial on enabling default Animation of visibility changes. Now, on to the matter at hand: Animating the rows of RecyclerView when …

Android RecyclerView Row Slide in Animation on Scroll Read More »

Animate View on Visibility (Visible – Gone) Changes Android Example

Animations can separate your app from normal “Just Functional” app and give you app a more polished feel. There are a lot of options how you can show animations on Android, however there is a very easy way to animate layout changes that will make your app look and feel better and more natural.  Android …

Animate View on Visibility (Visible – Gone) Changes Android Example Read More »

Android Retrofit JSON API with POST-GET Params Tutorial | Example App

Welcome fellow Android Developer, in the Retrofit tutorial I will give you an Android example of how you can integrate Retrofit to handle JSON response from a REST API in your Android app.We will go over the following things in this Retrofit tutorial:Retrofit1. Retrofit and Gson Dependencies for Android2. Setting us Retrofit Client and Interface3. …

Android Retrofit JSON API with POST-GET Params Tutorial | Example App Read More »

How to use Crashlytics with Android Studio | Error Reporting Example

In any Android or iOS applications, it is highly likely that these will be a use case where your app will crash even if after the rigorous tests you’ve put your app through. Be it because of different API levels, memory issues, hardware incompability or any other problem, its of utmost importance that you recognize …

How to use Crashlytics with Android Studio | Error Reporting Example Read More »

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 »

Exit mobile version