A curated list of awesome android things tutorials, libraries and much more at one place - amitshekhariitbhu/awesome-android-things
implementation("com.github.amitshekhariitbhu:PRDownloader:1.0.1") Do not forget to add internet permission in manifest if already not present <uses-permissionandroid:name="android.permission.INTERNET"/> Then initialize it in onCreate() Method of application class : ...
Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. My Personal Blog - amitshekhar.me - High-quality content to learn Android concepts. All these features work without rooting your device -> No need of rooted device Us...
IIT (BHU) Varanasi cutoff 1010 858 IIT Guwahati cutoff 601 589 IIT Indore cutoff 1320 1144 IIT Bhubaneswar cutoff 2806 2486 IIT Gandhinagar cutoff 1534 1352 IIT Mandi cutoff 2710 2773 IIT Jodhpur cutoff 2270 2378 IIT Goa cutoff 3498 3729 IIT Patna cutoff 2612 2500 IIT (ISM) Dhanbad cutoff ...
FlatBuffer : Android Sample Application. Contribute to amitshekhariitbhu/FlatBuffer development by creating an account on GitHub.
download(URL, dirPath, fileName) .build() .getDownloadObservable(); } private Observer<String> getObserver() { return new Observer<String>() { @Override public void onCompleted() { Log.d(TAG, "onCompleted"); } @Override public void onError(Throwable e) { Log.d(TAG, "onEr...
android-common Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on https://github.com/Trinea/android-common LiteCommon Android Common Utils or Helper. Such as Log, Averager, Base64, Check, FlashLight, KeyguardLock, LogReader, Network, SilentInsta...
implementation 'com.github.amitshekhariitbhu:PRDownloader:1.0.1'If you are using build.gradle.kts, add the following:implementation("com.github.amitshekhariitbhu:PRDownloader:1.0.1")Do not forget to add internet permission in manifest if already not present...