The Rambling Android
  • Home
  • Tag
  • Author
Subscribe
Tagged

Android

A collection of 4 posts

Bridging the VM and View
Android

Bridging the VM and View

Since the Android Architecture components LiveData classes were released, I've been trying to integrate it into an MVVM architecture where the final hop between the ViewModel and View use LiveData for this communication. Why LiveData and not RxJava? The main reason is LiveData was architected specifically with the lifecycle of

  • Neal Sanche
Neal Sanche Mar 16, 2019 • 5 min read
Using Git to Version your APK
Android

Using Git to Version your APK

Use git to version your APK

  • Neal Sanche
Neal Sanche May 19, 2014 • 1 min read
Adding a Library Project to your app
Android

Adding a Library Project to your app

The Gradle build system for Android can definitely take some getting used to. I suspect as time goes on, more of this will become automated. For now, though, you may wonder how to add an android library project, perhaps from some Git repository in the world, to your project. If

  • Neal Sanche
Neal Sanche Jan 2, 2014 • 2 min read
Including native libraries in your APK
Android

Including native libraries in your APK

Include native libraries in Android Gradle.

  • Neal Sanche
Neal Sanche Jan 1, 2014 • 1 min read
The Rambling Android © 2022
Powered by Ghost