Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make ServiceLifeCycle in android

In the below example code I have created android Service program. In activity_main.xml layout, first I have created a LinearLayout then in LinearLayout added two Button. Now See in coding part Here I have created a new MyService class and then MyServ

Dynamic DataBinding In Android

This Blog simply illustrate how to use dynamic data binding in android Tired of writing same code again and again for finding views and setting data into it ? here is a simple solution which will now reduce the developer's effort for doing same

How to use Chronometer in Android?

Below example code will helps you to create Chronometer. For this firstly, In activity_main.xml layout I have added buttons and Chronometer layout. Now See MainActivity, here I have used start(), stop(), SystemClock.elapsedRealtime()), setFormat() me

Horizontal RecylerView Android

This blog is about how to create Horizontal Recycler view in Android. Recyler View is advanced version of ListView.  Here we start how to convert Recyler View scrolling to Horizontal scroll. 1. Create Project. 2. Create Activity. 3. Open Gra

Fingerprint scanner

Hello guys wellcome to the tutorial of fingerprint scanner,   This is a simple tutorial through which you could implement one touch login to your application. Following are the steps to implement it.   Step 1. Add permission to the

Activity state transition when going from Activity A to B.

Hi we know that life cycle methods of a activity are onCreate() - onStart() - onResume() - onPause() - onStop() - onDestroy(). but what will be the transition of these life cycle methods when going from Activity A to B, below is the example to expla

How to Add items Dynamically in RecyclerView?

RecyclerView is works just like listview but more well organised, felexible to customize and optimize to work and in rendering the view of large data set. So in this tutorial we will see how to add items Dynamically in RecyclerView.    

How to Implement RecyclerView Using DataBinding in Android Application

DataBinding is the process to establish a connection between UI elements and the Activity class. This will synchronize your user interface with your application model and logic. DataBinding will also minimize your code and utilize your layout file fo

Optimize your sqlite database with ORMLite

ohh, I have a **large set of database** with many columns and many queries to access that data but sometimes *its getting slow* and really fed me up to *manage lots of queries* with sqlite. Thanks to **ORMLite** that manages your database very effici

How to create the media player in android?

If you are looking to create a music layer in android , here is the simple code snippet that can help you for this :- Step 1:- Create an xml file for music player say"music_player.xml" <RelativeLayout xmlns:android="http://schemas.android.com/

1 26 30
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: