Saturday, 4 August 2012
Subscribe to:
Posts (Atom)
Things after Kotlin Android Extensions
Things after Kotlin Android Extensions(KTX) I remembered in MVVM when I have to declare ViewModel, I initialize View Model like this. p...
-
Android ADB Commands & Tricks Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator...
-
To compile Curl library for android, follow this post Here is the simple Android Example using Curl Library. Source Code: https://githu...
-
1. Download the source code of curl library http://curl.haxx.se/download.html 2.Create a file build_andorid.sh and copy below content...