https://tutorialforlinux.com/2016/07/02/google-drive-client-quickstart-for-linux-mint-18-sarah-lts/ Google Drive Client Quick-Start for Linux Mint 18 Sarah LTS Hello Mint User! This Easy & Step-by-step Tutorial Shows You How-to Getting-Started to Sync / Access Google Drive Cloud Files on Linux Mint 18 Sarah LTS 32/64bit GNU/Linux Mate/Cinnamon/KDE/Xfce Desktops. READ MORE
Month: October 2017
Memory leaks in Android — identify, treat and avoid
https://medium.com/freenet-engineering/memory-leaks-in-android-identify-treat-and-avoid-d0b1233acc8 https://android.jlelse.eu/memory-leak-patterns-in-android-4741a7fcb570 https://android-developers.googleblog.com/2009/01/avoiding-memory-leaks.html https://github.com/square/leakcanary What is a memory leak? Every app needs memory as a resource to do its work. To make sure each app in Android has enough memory, Android system needs to manage memory allocation efficiently. Android READ MORE
Mastering Android Studio 3
Mastering Android Studio 3 https://www.kobo.com/us/en/ebook/mastering-android-studio-3 by Kyle Mew, 255.99 10727.99, 154.99 Synopsis Expand/Collapse Synopsis Unleash the power of Android Studio 3 to develop mobile applications faster and efficiently. About This Book Use Android Studio not just as an IDE but as a complete READ MORE
Android 8.0 Update: When Will You Get It?
TEHRAN (FNA)- The Android 8.0 Oreo update brings the next major version of Android to our devices, starting with Google’s own Pixel and Nexus devices. As always we can expect it to take anywhere from a couple of months to READ MORE
This is the most diabolical Android ransomware we’ve ever seen
[ad_1] Consider this yet another PSA on why you should never ever download Adobe Flash Player, or anything resembling it if you’re using an Android phone. Security researchers at ESET have discovered a new kind of ransomware infecting Android phones READ MORE
Android Architecture Blueprints
https://github.com/googlesamples/android-architecture todo‑mvp Demonstrates a basic Model‑View‑Presenter (MVP) architecture and provides a foundation on which the other samples are built. This sample also acts as a reference point for comparing and contrasting the other samples in this project. Model–view–presenter From Wikipedia, the free READ MORE
Learning Kotlin for Android Development
https://github.com/antoniolg/Kotlin-for-Android-Developers https://github.com/MindorksOpenSource/from-java-to-kotlin http://kotlinlang.org/docs/tutorials/koans.html https://github.com/Kotlin/kotlin-koans Let’s become multilingual Android Developer Site Awesome Kotlin Using Project Kotlin for Android Kotlin for Android Developers Kotlin 1.0 Released: Pragmatic Language for JVM and Android Try Kotlin Online Join kotlinlang on Slack. Kotlin-docs Configuring READ MORE
Difference between add(), replace(), and addToBackStack()
https://stackoverflow.com/questions/18634207/difference-between-add-replace-and-addtobackstack 1) fragmentTransaction.addToBackStack(str); Description – Add this transaction to the back stack. This means that the transaction will be remembered after it is committed, and will reverse its operation when later popped off the stack. 2) fragmentTransaction.replace(int containerViewId, Fragment fragment, String tag) Description – READ MORE
android.media.MediaPlayer.native_finalize timed out after 10 seconds
MediaPlayer.java android.media.MediaPlayer.native_finalize Heads Up! .finalize() timed out after 10 seconds Details: This is an Android system-level crash that happened because JVM garbage collection took too long. It was likely caused by an incorrect clean-up of native resources, or because garbage READ MORE
xiaomi enable usb debagging
http://c.mi.com/thread-171377-1-0.html Here is the error which developer faced. So what is the fix for this problem? So let’s start, 1 : Just goto the about device and tap kernal version 5 time to enable Developer READ MORE