Animate all the things. Transitions in Android – Medium:
'via Blog this'
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
Friday, December 16, 2016
Wednesday, December 14, 2016
Sunday, November 27, 2016
Query NodeChef MongoDB
Query NodeChef DB
Get the connection string from chef
E.g.
mongodb://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxx-xx
Download mongo client
E.g. for windows
Install it
In the connection copy the url to this windows in the application
Save your changes.
Click connect to this url after.
Edit the settings in case you need to - e.g. for max fetch size the default is 3 M - i changed it to 10M.
Save your changes.
In the left pane double click on the installation table.
A list of query type.
E.g. find --- to find rows
Count - to get the total.
To use query , you need to use special syntax - you can read on the syntax here
E.g to get count of codeVersion greater than 253
Selector = {codeVersion:{$gt:253}}
More option could be found here https://docs.mongodb.com/v3.2/tutorial/query-documents/
Wednesday, November 9, 2016
Sunday, October 9, 2016
Simple tool to export android strings resourses to excel and import them to project after translating
GitHub - hamsterksu/AndroidLangTool: Simple tool to export android strings resourses to excel and import them to project after translating: "LangTool"
this is better
https://github.com/TomasKypta/android-lang-tool also taking care with array.
this is better
https://github.com/TomasKypta/android-lang-tool also taking care with array.
Saturday, October 8, 2016
Subscribe to:
Posts (Atom)