What are you trying to ultimately achieve? If you are looking for some way to link them, then a foreign key or similar should be used. You will _not_ be able to insert both records at precisely the same time, there will always be a difference. You could add a field which holds an arbitrary time value but this could cause issues and seems illogical, as mentioned the best way is to give both records a unique foreign key to link them together _or_ combine them into one record, which is what you are attempting to achieve.
Yes, relate by an id, I guess that this will achieve what you are attempting to do and is a more conventional approach to what I think you are attempting to achieve, which is link a thumbnail to an image stored..?
I worked MangoJack, thank you. I really greatful ,thank you so much mangojack and eps for answering and useful information.
By the way, I have splash screen first ,Activity 2 is like my main menu, I click ADD button or EDIT , I go to Edit mode or ADD mode which is my Edit Activity.
I had a problem and the problem was
I add person Information and I go to galery for taking photo. After I took photo ,all data lose which is entered before.
How can I save entered data?
But I handle it.And I woudl want to share it with others my solution, because I couldn't see the any issue HERE THE LINK
Opss I had another problem now. I 'll check it again