Another important thing introduced with Android Jetpack is WorkManager. In this Android WorkManager Tutorial we are going to learn how we can use the WorkManager API to schedule the tasks that we want to run in the background. I have already posted a tutorial about Android AlarmManager. But now we should use WorkManager as it […]
Android Custom Dialog Example – Making Custom AlertDialog
In this post we will see an Android Custom Dialog Example. I hope you know about creating Dialogs in Android, and then you might be thinking that what if I can customized the dialog completely as per my need. Then the answer is “YES” you can customized it as you want, you can put whatever […]
Android Splash Screen Example – Implementing Splash Screen
Hi everyone, welcome to another useful tutorial for beginners. So this post will show you an Android Splash Screen Example. An splash screen is a screen that shows up when we launch the app. Splash Screen is very common term and it is required for all the application. The idea behind this is, to show […]
Mailgun Android Example: Sending Emails with Mailgun
Have you tried creating an app that can send emails? I have posted a tutorial earlier explaining how to send emails using Javamail API. But the problem with Javamail API is an SMTP server is required and in the tutorial we were using Google SMTP. So in this Mailgun Android Example, we will learn sending […]
Android Paging Library Tutorial using Retrofit
Hi folks, after android Jetpack we have many new things to learn. So here is Android Paging Library Tutorial for you. Android Paging Library is an important component of Android Jetpack. Many app displays a large set of data to the users, for example consider the Amazon App, it shows you the list of products, […]
Turn on Flashlight Android – Building a Torch App
Hey everyone, this is a tutorial for the newbies, the people just started getting there hands dirty on android coding. I thought I would post some small apps tutorial for you all, so that you can enjoy the learning. Today, in this post we will learn how to Turn on Flashlight in Android using Code. […]
Android Room Database Example – Building a Todo App
Hi everyone, in this post we will learn about another architectural component of android which is Room Persistence Library. In this android room database example, we will learn how to use room for handling our SQLite database. What is Room? The Room persistence library provides an abstraction layer over SQLite to allow for more robust […]
- 1
- 2
- 3
- …
- 18
- Next Page »