android-recipes icon indicating copy to clipboard operation
android-recipes copied to clipboard

Sample code for Android platform

android-recipes

Sample code for Android platform

FileProvider

This post shows usage of FileProvider in Android App to retrieve the image file for Camera intent usage.

LauncherScreen

This post shows to integrate a launcher screen in an Android App.

NavDrawerDynamicMenu

Quick code recipe to demonstrate the dynamic addition of menu items in Navigation Drawer.

Requesting runtime permission for Audio recorder app

This recipe demonstrates how to request run-time permissions to enable audio recording.

Android Model-View-Presenter (MVP) Design Pattern

This recipe shows how to select image from gallery and copy it to app's data directory using MVP design pattern.

Android Flavors

This recipe shows how to configure an android app for multiple flavors.

Android Fonts

This recipe shows how to use custom thirdparty fonts in your android app.

Implementing Search in RecyclerView

This recipe shows how to implement Search widget in a RecyclerView widget.

Select multiple images and display them inRecyclerView

This recipe shows how to implement image picker to select multiple images and display them in RecyclerView.