compile ‘android:best:1.1.1’After reading lots of blogs, watching conferences/videos and from my own developing career I quickly came up…
Google Maps API Android por onde começar?Muito acham que usar o Google Maps API Android é muito complicado porem é relativamente simples para quem já uma certa intimidade com o Android.Bom mas por onde começar? Primeiramente acessar o link https://console.developers…
Infinite Recycler ViewA custom recycler view and adapter which allows you to have an infinite scrolling list.
Implementing ImageView transition between activities for pre-Lollipop devices.In Android 5.0 Google introduced very fancy stuff called “Shared elements transition”. Using it we can do a very cool animation that makes it look like our UI elements are moving from one…
Model View Presenter (MVP) in Android,Part 1Architecture Pattern is a fundamental part of computer science. It’s the only way to maintain a project clean, expansible and testable. The patterns are recognized solutions that has been developed over the years and are considered industry standards…