Skip to content

namanh11611/AndroidInterview

Repository files navigation

Android Interview

Service (See more)

  • These are the three different types of services:
    • Foreground: performs some operation that is noticeable to the user. For example, playing an audio track.
    • Background: performs an operation that isn't directly noticed by the user. For example, compacting app's storage.
    • Bound: when an application component binds to it by calling bindService(), offers a client-server interface that allows components to interact with the service, send requests, receive results.

Data and File Storage (See more)

  • App-specific storage:
    • From internal storage, getFilesDir() or getCacheDir()
    • From external storage, getExternalFilesDir() or getExternalCacheDir()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages