
Search In
Hi,
In this Android Video Tutorial we learn Handler in Android with Threads. This tutorial will provide you clear idea about "How Handler Communicate Between the UI and Background Thread in Android App".
As we speak, there are more than two million apps in the Google Play Store and Apple App store collectively, not even considering Amazon and other app stores. Every day, thousands of mobile developers are launching ideas and creating apps that just e
SharedPreferences are used to store primitive data types in Android such as int, long, float, string. SharedPreferences have an added advantage over storing data in singleton class as Singleton class can store data and available throughout the app bu
An award-winning android application is a result of hard work and coordination of skilled developers with clients. The path which leads them to that stage includes mistakes, stand up again and moving on.
After 9 years in Android a
If we are required to have a custom module and wanted to save some data in magento cache, we will use cache in our custom modules.
To save the data in cache lets see,
$data = array(1,2,3,4);
$id = 'my_mod_id';
$tags = array('collection');
$
In this tutorial, we will learn about how to handle exceptions manually in android using UncaughtExceptionHandler and how to restart app after exceptions. Some of the cases App gets crashed or situations like force close. Thread.setDefaultUncaughtExc
Hello Readers,
Cordova badge plugin notify users to that there is something for them when app is in background. For example: Unread messages, Notifications in apps, etc.
This plugin works on Android, iOS, Windows, Wp8, Wp8.1 platforms and allows y
In the below example I have created Toolbar text animation function. Here In activity_main.xml layout first I have created Toolbar and added a TextView, then In MainActivity I have used ObjectAnimator class. You can see below program it will clearly
Session storage is used when the user wants the same data to be used for a session, that also can be used in multiple windows, without affecting the working of website or mobile app. The data stored in sessions can only be maintained until the user c
React Native, a framework for developing cross-platform apps is in the news for the right reasons. It helps businesses and organizations develop cross-platform apps with great speed and execution, But how will you identify if it is a correct choice o