Android Parse.com ListView Images and Texts Tutorial
i find another superb example for android parse.com fresher , i hope it will be helpful to you, http://www.androidbegin.com/tutorial/android-parse-com-listview-images-and-texts-tutorial/#more-1993
View ArticleAndroid Delete Multiple Selected Items in ListView Tutorial
In this tutorial, you will learn how to delete multiple selected items in your listview using a contextual action bar (CAB). A contextual action bar appears at the top of the screen to present actions...
View ArticleAndroid Increase Brightness of screen using Seekbar
Today we will discuss about how to increase screen brightness. used following demo to increase screen brightness. in your whatever xml file : <SeekBar android:id="@+id/seekBar1"...
View ArticleSave Image into SD Card in Android
For Beginner, today we learn how to save image on sdcard, n this tutorial, you will learn how to save an image into your internal device SD Card. By default, images are usually stored to an internal...
View ArticleAndroid custom image gallery with checkbox in grid to select multiple and Get...
Some times we may require to select multiple images from gallery. So using the following method you will be able to select multiple images. Additionally it will also remove gallery app dependency. It...
View ArticleDetecting New SMS message Android application
Today we learn how to detect new message arrive,and show that body and number through broadcast receiver. import android.content.BroadcastReceiver; import android.content.Context; import...
View ArticleCalling Web Services in Android
Hello friends in today toturial we learn about one common things that required in all our android application- that is web services. We have to learn about how to call api and fetch data and set to the...
View ArticleCalling Web Services in Android Part – 2
In this Calling Web Services in Android-Part-2 We learn How to get and set data from the form encoded Post API. Call as simple and pass parameter user_id and name and it give appropriate response. we...
View ArticleUniversal Image Loader
UIL aims to provide a powerful, flexible and highly customizable instrument for image loading, caching and displaying. It provides a lot of configuration options and good control over the image loading...
View Article