Paypal Parallel Payment on Android

  In this post I shall be going around to explain how to integrate paypal parallel payment on Android. Before we move on to integration, let me explain what parallel payment is, in very short. Parallel payment allows you to pay to multiple merchants in just a single transaction. For example. I am running a […]

Android Lollipop Calendar listener not called.

Hi Guys, This is my yet another post. Recently in one of my projects I faced an issue specific to Android 5.0 lollipop. The Date Picker View, OnDateChangedListener was never getting called. While selecting the date, the change was being reflected on the view, but no call to the listener was made, and some other […]

Strange fragment overlapping issue in Android Lolipop

Recently I faced a strange issue with Android 5.0.  One of my apps Plan Shaadi is using lots of fragments. On Android 5.0 suddenly fragments with white colour background were overlapping. The weird thing was that this was happening with only certain colours, when I tried black it was working good. As a workaround to […]

Auto Tweeter : Will it work ?

Hello guys, I am writing this post today thinking if we have a service that auto tweets the content, then will it work ? Now most people will put this in the category of spam, and will advice not to do this. But think it like this, I don’t get enough time to tweet and […]

Baby Phone Mobile

Baby Phone Mobile is a type of child monitoring app, wherein one part of the app installed on a device works as a receiver while the other works as a transmitter. The transmitter part is held near the child, and the receiver can be carried along with you. Receiver mentioned here is just another instance […]

101+ Charming Date Ideas

Date Ideas is an Android app that provides you with dating tips. It provides you with some Random date tips, some tips for a classic date, some romantic dates and many more. Since there is not much to mention, being a small app, so I am finishing with this much info only. You can have […]

Planshaadi Version 1.3

After months of effort we have finally launched the next version of PlanShaadi Android app. This new version has many new features within it. Lets talk about few of them below. Wedding Ideas This section provides you with updated content that will help you and your bride during wedding. It contains articles related to all […]

Mockup for an Android app.

I recently got an opportunity to mockup an android app for a college campus. The task was for wire-framing, but also I tried some of my beginner design skills in it. Thought I would be good to share it out here.  

Android : Slide a view from Right

Today I will be writing about a very short post post on how to animate a view to slide in from Right side of the screen. In order to achieve this we will be using the Object Animator class of Android. We will be using translate property on X axis so that it translates from […]

Android Vimeo , Get user videos

Hello everyone, in today post I shall be showing how to get the Vimeo videos of user using the api. For various operations Vimeo provides methods, and it is this method that we pass as parameter to the api, for various features that we want to integrate. Consider the URL below: http://vimeo.com/api/rest/v2?format=json&method=vimeo.videos.getAll&user_id=brellow The above URL […]