Rating bar is used to get the rating from the user. A user can simply touch and drag on the Rating bar to set rating value. Here you will see a simple example of Android RatingBar.
Continue reading “Android RatingBar Example”Category: Android Tutorial
How To Create Options Menu in Android
The Android menu provides some actions for the user. Such as settings, search, help etc. In this example you will learn how to create simple options menu in Android.
Continue reading “How To Create Options Menu in Android”Simple RecyclerView with Click Listener Example
Android RecyclerView is an improved version of ListView and GridView. It has the ability to display data horizontally, vertically as well as expandable. RecyclerView provides lots of features that gridview and listview do not have. In this section you will learn how to create a simple RecyclerView with custom adapter.
Continue reading “Simple RecyclerView with Click Listener Example”How to Display Full Screen Loading Dialog
Hello Android Developer!
Sometimes you need to show full screen loading dialog to prevent the user from input. In this part you will see a way to Display Full Screen Loading Dialog.
Continue reading “How to Display Full Screen Loading Dialog”Handling Images In Android with Glide
Glide image loader library is used to download and handle images. In this tutorial you will learn integration and usage of Glide Library.
Continue reading “Handling Images In Android with Glide”Touch and Drag to Erase Photo In Android
Photo editing is a popular tool in Android apps. After learning this lesson, you will be able to create a simple photo erasing tool for your app.
Continue reading “Touch and Drag to Erase Photo In Android”How to Get URI of Captured Photo
Hello Developer! In this section you will learn how to get URI of captured photo.
Continue reading “How to Get URI of Captured Photo”