All Stories

Android - no_image

Parcelable

In tutorial, no_image, android, Jan 23, 2025

Android - lint_tool

LintAndroid Studio provides a code scanning tool called lint that can help you to identify and correct problems with the structural quality of your code without your having to execute...

In tutorial, lint_tool, android, Jan 23, 2025

Android - no_image

IntentAn Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there ...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Intent FilterAn intent filter is an expression in an app’s manifest file that specifies the type of intents that the component would like to receive. For instance, by declaring an int...

In tutorial, no_image, android, Jan 23, 2025

Android - handler_looper_message

Handler, MessageQueue, Looper

In tutorial, handler_looper_message, android, Jan 23, 2025

Android - no_image

Foreground Services

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

FileProviderFileProvider is a special subclass of ContentProvider that facilitates secure sharing of files associated with an app by creating a content:// Uri for a file instead of a ...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

DiffUtil

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Converters in RoomSometimes, you need your app to store a custom data type in a single database column. You support custom types by providing type converters, which are methods that t...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Chrome custom tabsApp developers face a choice when a user taps a URL to either launch a browser, or build their own in-app browser using WebViews.

In tutorial, no_image, android, Jan 23, 2025