Android SearchView widget with Google Places API using ActionBarSherlock library
In this article, we will develop an Android application that can search Google Places API using SearchView widget and show the results in Google Maps Android API V2. In this application the searchview...
View ArticleAndroid – Setting up ActionBarCompat support library in Eclipse
This week, a new version of Android support library ( Revision 18 ) is released with a new library called appcompat under the package android.support.v7. This new library is available at...
View ArticleImplementing Action Bar using ActionBarCompat support library in Android
We know that, action bar is implemented in Android 3.0 ( Honeycomb or API Level 11) on wards. But we can implement action bar in pre Honycomb versions upto API Level 7 using ActionBarCompat library...
View ArticleAction bar menus and SplitActionBar using ActionBarCompat library in Android
In the article titled “Adding Action items and Overflow menu items to Action Bar in Android“, we have seen how to add action items and split action bar items to action bar in Android. Since action bar...
View ArticleAndroid using custom ttf fonts in WebView
In this article, we will see how to use custom fonts in WebView of Android application.The same strategy can be used to display local language contents in WebView. This application renders the text in...
View ArticleAndroid SearchView Widget with ActionBarCompat library
In this article we will develop an Android application that demonstrates how to create a searchview widget in action bar using ActionBarCompat library. This application facilitates users to search...
View ArticleSwipable Navigation Tabs using ActionBarCompat library
In this article, we will see how to develop an Android application containing swipable navigation tabs.In order to enable swiping between tabs, we are making use ViewPager in this application.This...
View ArticleAndroid Sending and Receiving data from remote server using IntentService
In this article, we will see how to develop an Android application that sends and receives data from a web server using IntentService. IntentService provides a simple mechanism to execute long lasting...
View ArticleAndroid Sidebar Navigation Drawer with Icons
In this article, we will see how to develop an Android application containing sidebar navigation drawer menu with icons and counter. Here count specifies, how many times the drawer menu item is...
View ArticleStoring Google Maps Android API V2 marker locations in MySQL
In this article, we will develop an Android application that stores user touched locations of Google Maps in a remote MySQL server. Since this application is developed using SupportMapFragment, it can...
View Article