Android Sending SMS || Tutorial on how to send text message within app

  Send Sms Intent : Send Sms Intent, Android has several inbuilt functionalities like sending message, calling, music player and many more we can use these inbuilt functionality right from our app also without closing our app. i.e, using intents we can use these functionality and can send SMS from our app. Android device provides … Read more

Android tutorial on Picasso library || Load image using Picasso

  Now a days every app has to load some sort of images, from servers so this has become a crucial for every app developer to be careful in handling these situations, which are covered in this tutorial on Android tutorial on Picasso library. Load image using Picasso is quite easier and also flexible when compared … Read more

Android Tutorial on Retrofit Library || Retrofit Android Example

  Android Tutorial on Retrofit Library, Fetching data from server is a most common functionality almost in every app, and for which there are several parameters like time taken for fetching data or uploading, connectivity, speed, security and many more. In this blog we will be looking over a library which will help you fetch … Read more

Android Fresco Image Library – Load Images Using Fresco

  Fresco Image Library : Loading images sometimes turn up to be a difficult task if there are more to be loaded the new fresco image library makes your work much simpler.Using this library you can load images from server as well as local resources.It also uses a cache to avoid unnecessary wastage of CPU … Read more

Show Buttons
Hide Buttons