Android Toolbar Add SearchView Tutorial
Search feature is a useful tool for the user to search out what they want to see. SearchView is providing...
Search feature is a useful tool for the user to search out what they want to see. SearchView is providing...
Android provide SQLite database for local database in the android application. SQLite is hard to setting up because it require a...
Android provide official way to make a http request by using Apache HttpClient or HttpUrlConnection bundle. The HttpClient is depreciated...
Paypal provides the official Paypal Android SDK to let the android developer easy to make payment by using PayPal in...
To make your mobile application able to download from http url is majorly use for download mp3 music , images...
Table Layout is a ViewGroup same as Linear Layout and Relative Layout, it is good for displaying a table in...
Google Map v1 has been deprecated and its time migrate to the Google Map v2. Google Map API allow the...
Mostly all mobile app have their own settings to let user control their application so it can provide more user...
Android have many way to control playback of audio and video in the mobile application. In the Android SDK are...
Most of the time login with password maybe not convenience to the user in the mobile application. Therefore, facebook provide...