We’ve just released 1.5 Preview 1 to the canary channel!The memory profiler has a new “analysis” feature where it can analyze a heap dump to look for known problems, such as leaked activities. To use this feature, open a heap dump and look for the Analyzer Tasks window on the right:Analyzer Tasks window Android Studio 1.5 Preview 1 Availa...
Wednesday, October 14, 2015
Thursday, October 8, 2015
Android app architectures Standard Android MVP and MVVM

ArchiThis repository showcases and compares different architectural patterns that can be used to build Android apps. The exact same sample app is built three times using the following approaches:Standard Android: traditional approach with layouts, Activities/Fragments and Model.MVP: Model View Presenter.MVVM: Model View ViewModel with data binding.The AppThe sample app displays a list of GitHub public repositories for a given username. Tapping on...
Monday, October 5, 2015
Convert Java String to Binary
Convert Java String to Binarypublic class CodeSnippets public static StringBuilder getBinary(String...
Friday, October 2, 2015
Android Studio 1.4
Today we are releasing the 1.4 update to the Android Studio stable release channel. Most of the work...
Subscribe to:
Posts (Atom)