Tinklalapis: www.andro.lt
Tinklalapio pavadinimas: Andro.LT
Tinklalapio RSS srautas:
Learning resources
From time to time some new Android developer is asking me how and where to learn Android programming. This looks like a good resource to start Android development. Check it out!http://graphics-geek.blogspot.com/2015/01/android-development-lotsa-links.html?m=1 …
Screen size and density app
Just updated Screen Size and Density app: https://play.google.com/store/apps/details?id=lt.andro.screensizeScreenSize application allows you to see screen size, resolution, density, current font scale and other device information. Also you will see heights of status bar, action bar or …
Logging in Android
For logging in Android one would have to write a lot of code. To reduce amount of boilerplate code, here are two handy libraries:https://github.com/JakeWharton/hugo – uses method annotation @DebugLog to log when method is called, what were parameters and how long it took to return from the …
How to make screenshots and GIF animations from Android device
You wish to capture many screenshots from Android device?Use command line tool for that:adb shell screencap -p | perl -pe ‘s/x0Dx0A/x0A/g’ > adb-screenshot-$(date +%Y%m%d-%H%M%S).pngThen you can make a GIF animation from those screenshots:convert *.png screens-animation.gifSee this post answer …
Aprašymas: A blog about development of Android applications. You'll find here tips, examples, links you might need for apps development.