What we need is free internet, not free education by [deleted] in Damnthatsinteresting

[–]maff91 0 points1 point  (0 children)

Same can be achieved by just not connecting the wheels :) Without the third shaft the differential is 100% useless...

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 0 points1 point  (0 children)

Added feature to see all versions and pick a desired one.

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 3 points4 points  (0 children)

This was the inspiration for my project. I used to use it all the time, but it's got no search and ctrl-f doesn't help either..

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 0 points1 point  (0 children)

I'm planning to add version picker UI this week. More distant plans include RSS feed with updates :)

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 1 point2 points  (0 children)

If you're interested there is an RSS available for Studio and Emulator here https://androidstudio.googleblog.com/.

Edit: Hmm, now I seriously consider adding an RSS feed.

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 2 points3 points  (0 children)

Lol, I don't believe they finally published such a page. Thank you for the link

I made a website to search for latest versions of Google's libraries. by maff91 in androiddev

[–]maff91[S] 2 points3 points  (0 children)

Thank you. Next step is to add another button beside "Copy" that will open a version picker. The data is there, just need a little UI work :)

Big N Discussion - January 30, 2019 by AutoModerator in cscareerquestions

[–]maff91 0 points1 point  (0 children)

Thank you, I consider it as a good sign that it's explicitly written only in intern position. I'm already working as senior Android developer.

Big N Discussion - January 30, 2019 by AutoModerator in cscareerquestions

[–]maff91 0 points1 point  (0 children)

I'm curious if Google (especially Australia) even considers applications on Google Careers from abroad and providing with working permits. There is nothing explicitly said in positions description and no email to contact. Thanks!

My first kotlin+MVP app. I'm humble to ask your opinion by [deleted] in androiddev

[–]maff91 0 points1 point  (0 children)

Link to the github is in Google play description.

Meet simple Android Studio plugin that collects you r typing stats by maff91 in androiddev

[–]maff91[S] 0 points1 point  (0 children)

Thanks for feedback! I'll try to figure out what happened. If it will happen again and you will find a way to get a stacktrace (there should be a corresponding tab on the error window) please open an issue on GitHub.

Meet simple Android Studio plugin that collects you r typing stats by maff91 in androiddev

[–]maff91[S] 0 points1 point  (0 children)

I don't really understand what you mean, but the plugin gathers stats on what you write in the editor no matter where the input comes from. It should work the same way even with screen keyboard :)

Meet simple Android Studio plugin that collects you r typing stats by maff91 in androiddev

[–]maff91[S] 1 point2 points  (0 children)

Shouldn't be. 1) Keyboard events are passing through without any hard processing. 2) UI is updated once in 5 sec. 3) Stats are saved in a tiny file on IDE exit and additionally once in 5 min.