Monday, 25 April 2016

LinkedIn Integration - Andorid

Introduction LinkedIn is one of the most popular social networking platforms available today. LinkedIn users can share status updates, respond to topics of interest, read the latest updates from contacts and companies, and participate in group discussions about topics that interest them. The popularity of social networking platforms like Facebook, LinkedIn, and Twitter...

Tuesday, 10 November 2015

Facebook App Deep Linking - Andoid

One of the most interesting aspects of sharing to Facebook from your app is that when people engage with the feed stories posted from your app, those stories can send people to your app or your app's Google Play listing, driving traffic and app installs. You can implement this behavior using App Links.    App link Flow Facebook's Mobile Hosting API for...

Wednesday, 4 November 2015

Twitter- Deep Linking with Android

Twitter - Deep Linking for Mobile Developers The App Card provides the ability for users to download your app (if the user doesn’t already have it installed), or deep-link into your own app (if the app is already installed on the user’s mobile device). We can achieve this things with Twitter Card. https://dev.twitter.com/cards/mobile We need to make dynamic Web page and host this page on...

Sunday, 16 August 2015

Material design for Android

  Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. Android now includes support for material design apps. To use material design in your Android apps, follow the guidelines defined in the material design specification and use the new components and functionality available in Android 5.0 (API...

Friday, 17 October 2014

This blog useful when we have to update status on user's fan page/friend page instead of user's wall using Facebook sdk. This kind of functionality implemented in Instagram. After a lots of search I  have find some useful things which is useful to me. I would like to share this thing with you. This might be useful to u also. Parameter list Used in Request: name...

Thursday, 16 October 2014

This blog useful for display album list for image and video Some times we need to display album wise image and video in android application. I have made one sample example for this functionality. I would like to share this example.This might be useful too you. Below Android api used for display album wise images and videos. Image API: MediaStore.Images.Media.EXTERNAL_CONTENT_URI; Video...