
You want feedback about your app so you know what is working and what is not. You may also want…
Android Application Development
You want feedback about your app so you know what is working and what is not. You may also want…
A Toolbar widget is a generalization of action bar so it allows us to customize the way we want and then place…
You want to add a badge to your cart icon to show the number of items. In this article, we…
In this article, we will see an example of TabLayout. A TablLayout is part of the support design library to provide…
In this article, we will see how to customize a button style to replace the button’s background image with a…
In this article, we will see how to create a Draw 9-patch bitmap to ensure that the image fit buttons…
In this article, we will look into the setup details for integrating integrating Google+ into your Android app. Before you…
In this article, we will show you how to switch between different languages within an app using androids multi-language support.…
Your application might need to do some kind of configuration tasks in the background as you launch it and this…
In this article, we will see an example of SQLite Insert Example. We will work on database list application to demonstrate the…
In this article, we will add search functionality to the database list application we developed in our previous article. You…
We want to query a database table and display the rows in the form of a ListView. In my previous…
In this article “android change theme programmatically” we will see how to change the theme dynamically. We want to provide…