Sending Email from an Android app is not difficult if you want to open up another Email App that handles sending the Email. We can just achi...

Send Email from Android App directly without Intent

Written By Unknown

Unknown

Sending Email from an Android app is not difficult if you want to open up another Email App that handles sending the Email. We can just achieve that by adding an ACTION_SEND intent and we can also set content...

OkHttp Android Initially Android had only two HTTP clients:  HttpURLConnection  and  Apache HTTP Client ; for sending and receiving data fro...

OkHttp Android Example Tutorials

Written By Unknown

Unknown

OkHttp AndroidInitially Android had only two HTTP clients: HttpURLConnection and Apache HTTP Client; for sending and receiving data from the web. Each of these clients required a lot of boilerplate code to be written inside the AsyncTask or the background thread methods....

In this tutorial, we will learn how to implement Draggable (drag and drop) layout using  RearrangeableLayout  library in Android Application...

Android Drag and Drop with Examples

Written By Unknown

Unknown

In this tutorial, we will learn how to implement Draggable (drag and drop) layout using RearrangeableLayout library in Android Application through simple example.Step 1Contents1 Introduction2 Create New Project3 Download Library4 Add RearrangeableLayout library5 Create Layout6 Initialize the RearrangeableLayout object7 Add Child View Position Listener8 Add PreDraw Listener9 Final code9.1 Get the best of...