Implementing Notification Bubbles for Android like Facebook Messenger

notification bubbles for android

Hi there, today I came up with an easy solution to use the notification bubbles for android app as they are in used in facebook messenger. You would learn how to add those notification bubbles for android as per your need. You will also define onClicks and other stuffs in the notification bubbles created.Without wasting any …

Read moreImplementing Notification Bubbles for Android like Facebook Messenger

Android SpeedoMeter Tutorial using Google Location Service

android speedometer tutorial

Hi there, in this Android SpeedoMeter Tutorial you will learn how to fetch your live speed, distance and duration on your android app as you move around with your phone. This Android SpeedoMeter app makes use of the Google’s Location Service to calculate the speed of your mobile. It’s quite simple the way it functions. You …

Read moreAndroid SpeedoMeter Tutorial using Google Location Service

Android Spinner with Search using XML Example

android spinner with search

Hi there, in this Android Spinner with Search Example  you will learn how to use xml spinner with a search option. As soon as the spinner’s down arrow would be tapped, a searchbar followed by a  list  of  options would pop up. The list will eventually get filtered as you type something into the search …

Read moreAndroid Spinner with Search using XML Example

Filter JSON Data in Android Application using PHP and MySQL

filter json android example

Hi there, here I bring you this filter JSON lesson in which you can learn how to fetch data from the server database and then either sort it or filter it through JSON which would be displayed in the form of ListView. In this filter JSON project as an example, we’ll be creating a database …

Read moreFilter JSON Data in Android Application using PHP and MySQL

Intro Screen Slider Android Tutorial – Make Introduction Slider for Your App

screen slider android

Hi there, In this tutorial, I am gonna teach you how you can  create an introductory slide show for your android application. The point to ponder about this task is that the slide show must run just for once after the installation. From the second time, the app must open with  some home screen. So …

Read moreIntro Screen Slider Android Tutorial – Make Introduction Slider for Your App