sudo apt-add-repository ppa:jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader-installer
Month: September 2017
WebRTC with Java
WebRTC with Java from amithap07
Android Development with WebRTC
WebRTC Native APIs https://webrtc.org/native-code/native-apis/ Using Java API
Auto restart an Android Application after a Crash ????
https://medium.com/@ssaurel/how-to-auto-restart-an-android-application-after-a-crash-or-a-force-close-error-1a361677c0ce
TapTargetView library in Android Studio
https://github.com/KeepSafe/TapTargetView An implementation of tap targets from Google’s Material Design guidelines on feature discovery. https://github.com/KeepSafe/TapTargetView Simple usage TapTargetView.showFor(this, // `this` is an Activity TapTarget.forView(findViewById(R.id.target), “This is a target”, “We have the best targets, believe me”) // All READ MORE