我想像 facebook android 应用程序一样一次从相机中捕获多张图像,并在 gridview 中显示所有捕获的图像。即说用户连续点击5张照片并在gridview中显示这5张图像。请帮我完成这个任务。
问问题
1474 次
1 回答
0
A) Definitely after you take the Picture you need to ask your user
Do you want to take more images Yes/ No
B) If Yes
start the camera activity
again. Do remember you need to have a counter
C) Once he says No
, start an acitivity
which will have a grid layout
. And populate that grid by the counter
from the camera activity
, programmatically
Things to remember you need an array to store the name of the images taken by the user.
于 2013-05-24T09:12:28.337 回答