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 […]