How to create an android gallery app using RecyclerView - Part 2

preview_player
Показать описание
Part 2 of how to create an android gallery app using the RecyclerView.

This tutorial makes a slight change to the code that saves the camera images and instructs how to create a dedicated folder to be used by the android gallery application.

In this tutorial we will cover:
- The correct method of testing if a directory exists and how to created it.

Course Structure
- Introduction
- Code changes
- Running on device
- Debug

This tutorial series is intended for beginners to android who have had some programming experience ideally with an object orientated language such as java or C++ for you will be exposed to writing android java code syntax.

Android studio (1.2.2) is the editor of choice (IDE) for this tutorial series.

Android API's covered
- File API

This tutorial series is the start of what I expect to be many so I encourage comments and feedback to improve the quality and viewing experience.
Рекомендации по теме
Комментарии
Автор

Thank you so much you just solved a problem i had for weeks, let's just say you helped alot

candyraymondmdunge
Автор

Good morning,

thanks for your tutorial is very well explained, a question, I would like to show images from my gallery exist . ?

egrullard
Автор

getMenuInflater().inflate(R.menu.menu_camara_intent, menu); in this (R.menu)
menu is cannot resolve
how to correct it
android studio version 2.1.2

anuraggond
welcome to shbcf.ru