Android Integrating PayPal using PHP, MySQL – Part 1
When you are building an eCommerce app, integrating the payment gateway is one of the most important building blocks of an app. Today we are going to learn how to integrate most popular payment gateway...
View ArticleAndroid Integrating PayPal using PHP, MySQL – Part 2
In the previous part Android Integrating PayPal using PHP, MySQL – Part 1, we have covered building the PayPal server side part i.e creating mysql database and writing the PHP services those interacts...
View ArticleAndroid Hosting PHP, MySQL RESTful services to DigitalOcean
Few months back I wrote an article about developing RESTful services using PHP, Slim and MySQL. But the services are not accessible to public as they are limited to localhost. In this article we are...
View ArticleMoboMarket Shrinks Android Smartphone Management into a Few Clicks
Despite the increasing screen size of Android Smartphones, PC screen is always the best when you want to manage a number of various aspects of the Smartphone. It is the same reason why there was a...
View ArticleAndroid Getting Started with Material Design
You might have heard of android Material Design which was introduced in Android Lollipop version. In Material Design lot of new things were introduced like Material Theme, new widgets, custom shadows,...
View ArticleAndroid Swipe Down to Refresh ListView Tutorial
You might have noticed that lot of android apps like Twitter, Google+ provides an option to swipe / pull down to refresh it’s content. Whenever user swipes down from top, a loader will be shown and...
View ArticleAndroid Push Notifications using Parse.com
We use GCM in our apps to receive push notifications which is little tricky to implement. You can do the same using the free push service provided by Parse.com also. Compared to GCM, using parse is...
View ArticleAndroid adding SMS Verification Like WhatsApp – Part 1
My previous tutorial explains how to implement the user login / registration by collecting user name, email and password. But what if you want to sign up an user using their mobile number like...
View ArticleAndroid adding SMS Verification Like WhatsApp – Part 2
In the 1st part of this article we have learned how to create the required REST API for this app. In this part we are going to see how to build the android app that interact with the API to receive the...
View ArticleAndroid Integrating Google Analytics V4
Have you ever wondered how to track your android user activity in real time? If yes, well here is the solution you are looking for. User activity tracking can be done using any good analytics tool....
View ArticleApple Has Come Second to this App In Introducing Speaking Pictures: VoxWeb...
Voxweb, an Android / iOS app can help you send talking pictures to your friends, family and loved ones. Taking a lead over usual selfie and pic with caption, VoxWeb allows users to add up to 11-second...
View ArticleAndroid Material Design working with Tabs
Android Design Support Library made our day easier by providing backward compatibility to number of material design components all the way back to Android 2.1. In Design support Library the components...
View ArticleAndroid Material Design Floating Labels for EditText
Android floating labels were introduced in android design support library to display a floating label over EditText. Initially it acts as hint in EditText when the field is empty. When user start...
View ArticleAndroid Material Design Snackbar Example
Another interesting component introduced in Material Design is the Snackbar. Snackbars are just like Toast messages except they provide action to interact with. Snackbar will be displayed at the bottom...
View ArticleLive a Better Life with Air Smart Home Automation Kit
How often do you leave your home without switching the fans and lights off and only find it out when you return? Wouldn’t it be awesome if you are able to control your home appliances using your...
View ArticleAndroid Building Realtime Chat App using GCM, PHP & MySQL – Part 1
Google Cloud Messaging allows you send lightweight messages from the backend server to all the devices whenever there is new data available. This saves lot of user’s battery by avoiding poll request to...
View ArticleAndroid Building Realtime Chat App using GCM, PHP & MySQL – Part 2
The 1st Part covers the server side implementation of the app i.e building the REST API and the server app. In this part we’ll integrate the GCM in your new / existing android app. In the 3rd part the...
View ArticleAndroid Building Realtime Chat App using GCM, PHP & MySQL – Part 3
In the 1st & 2nd parts of this article, we have built the server app including the REST API and admin panel. We also covered the initializing a project with gcm integrated with few primary tests....
View ArticleAndroid How to Integrate Google AdMob in your App
AdMob is a multi platform mobile ad network that allows you to monetize your android app. By integrating AdMob you can start earning right away. It is very useful particularly when you are publishing a...
View ArticleAndroid Glide Image Library – Building Image Gallery App
Loading an image from internet is pretty easier using Volley library. But here is a much better solution than volley i.e Glide image library. When compared to volley, Glide wins in lot of scenarios in...
View Article