An app has to display multiple screens depending upon the user’s needs. A user needs to back and forth from the multiple screens to the… Read More
Tag Archives: android
WebSockets are used to connect with the server just like the http package. It supports two-way communication with a server without polling. In this article… Read More
There are some situations when one needs to display rich formatted text in the app, like for a blog app or an app like Quora… Read More
In order to earn money from the Android app or game, there are many ways such as in-App Purchases, Sponsorship, Advertisements, and many more. But… Read More
Asynchronous programming is very important and it’s now a common part of modern application. It increases the amount of work that your app can perform… Read More
This article is about sending a text SMS over the phone using the SMSManager class in an Android application. For this, a basic knowledge of… Read More
In order to earn money from the Android app or game, there are many ways such as in-App Purchases, Sponsorship, Advertisements, and many more. But… Read More
Morse code is a way in which one can encode characters and text using dots and dashes. The international Morse codes contain 26 letters of… Read More
In order to earn money from the Android app or game, there are many ways such as in-App Purchases, Sponsorship, Advertisements, and many more. But… Read More
In order to earn money from the Android app or game, there are many ways such as in-App Purchases, Sponsorship, Advertisements, and many more. But… Read More
Notification is a type of message that is generated by any application present inside the mobile phone, suggesting to check the application and this could… Read More
Notification is a type of message that is generated by any application present inside the mobile phone, suggesting to check the application and this could… Read More
Material Design Components (MDC Android) offers designers and developers a way to implement Material Design in their Android application. Developed by a core team of… Read More
There are many android applications that require an activity to appear only once when the user opens the app for the first time. Here, let’s… Read More
The ‘Back‘ button has many different uses in many different android apps. While some app developers use it to close their apps, some use it… Read More