Wednesday, October 14, 2015

Android Studio 1.5 Preview 1 Available

0 comments
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...
Read more...

Thursday, October 8, 2015

Android app architectures Standard Android MVP and MVVM

0 comments
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...
Read more...

Monday, October 5, 2015

Convert Java String to Binary

0 comments
Convert Java String to Binarypublic class CodeSnippets public static StringBuilder getBinary(String...
Read more...

Friday, October 2, 2015

Android Studio 1.4

0 comments
Today we are releasing the 1.4 update to the Android Studio stable release channel. Most of the work...
Read more...