very good article about adding analytics for android mobile app
Analytics for Android Apps | Android Developers Blog:
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Sunday, September 29, 2013
Friday, September 6, 2013
Android change time zone - programmatically
i use the next code to change OS time zone ... seems to be working
AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
alarm.setTimeZone("Europe/Athens");
add the next permisiion :
android.permission.SET_TIME_ZONE
AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
alarm.setTimeZone("Europe/Athens");
add the next permisiion :
android.permission.SET_TIME_ZONE
Sunday, September 1, 2013
SVN - for dummies
Create TAG , is good idea when you have like a big delivery to client.
TAG is like base line.
while Brunch is like a Stream.
Trunk is the main development stream , Usually you will have Tags on the trunk.
you can Merge stuff from brunch to trunk - with the merge options.
Subscribe to:
Posts (Atom)