How to implement an image gallery inside an Activity mimicking the Android's default gallery? -


i want implement activity inside android app show photos inside smartphone.

i searched everywhere how found tutorials suggesting use intent.action_pick . but want show inside activity in app , not calling other app in smartphone. suggestions or hint of how or how implement own gallery ?


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -