Mittwoch, 17. Januar 2018

Unknown failure (at android.os.Binder.execTransact(Binder.java:565)) Error while Installing APKs

Have you ever had:

Unknown failure (at android.os.Binder.execTransact(Binder.java:565))
Error while Installing APKs


while installing an APK on an emulator from Android Studio?

Try that:

Step 1: Go to “Setting” → find “Developer options” in System, and click.
Step 2: TURN ON “Verify apps over USB” in Debbuging section.
Step 3: Try “Run app” in Android Studio again!

Starting a native Android app in 2018? What technologies you should consider...

If you start developing a new native Android app from scratch in 2018, you should consider the following technologies / libraries:

MUSTs

  • Dagger 2
  • Glide by Bum Technologies
  • Gson by GOogle
  • OkHttp by Square
  • Retrofit by Square
  • Support AppCompat & Support Design by AOSP
  • Support RecyclerView
  • Support

 Recommended

  • Glide Transformations by Daichi Furiya
  • RxAndroid by ReactiveX
  • RxJava by ReactiveX

Nice to have

  • AdapterDelegates by Hannes Dorfmann
  • FastAdapter by Mike Penz
  • flexbox by FlexboxLayout
  • greenDAO3 by greenrobot
  • Mosby by Hannes Dormann
  • RecylerviewAnimations by Daichi Furiya
  • Recyclerview FastScroller by Tim Malseed