Click here to Skip to main content
15,917,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make a andriod app - ( press the button ? and it saves like a time stamp of the time of the button click event , i have no idea on how to do it, do i need a database where all the data gets stored in ?
Posted

1 solution

If you have no idea, then it is time to read some introductory material on android development, see, for instance "Getting Started"[^].

Quote:
do i need a database where all the data gets stored in ?
You need persistent storage, hence, yes a database would fit (you know Android provides SQLite, see "Android - SQLite Database Tutorial"[^]. You could as well use a file as persistent storage.
 
Share this answer
 
Comments
BillWoodruff 19-Oct-15 4:27am    
+5 a very kind and useful solution for an off-topic post
CPallini 19-Oct-15 5:26am    
Thank you.
jamesmc1535 20-Oct-15 6:25am    
thanks , im going to look into those now :)
another small question , do i have to use xamarin? or what andriod sdk would u prefer?
CPallini 20-Oct-15 6:42am    
You don't need to use Xamarin for developing Android Apps. You do need to use Xamarin if you want to develop Android Apps with the C# programming language (instead of Java).
jamesmc1535 20-Oct-15 6:54am    
alright :) do u use the xamarin studio , or can u also just use the xamarin plugin for visual studios?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900