Android

Android development related all issues.

Toasty

Implementing Toasty in Android project. Ref Page : https://reposhub.com/android/tip/GrenderG-Toasty.html Add : implementation ‘com.github.GrenderG:Toasty:1.4.2’ in build.gradle(app) and then use as Toasty.info(this, “mesage to deliver”, Toast.LENGTH_SHORT, true).show();

RecyclerView

Reference: https://guides.codepath.com/android/using-the-recyclerviewRecyclerView is supposed to be successor of ListView and GridView. RecyclerView โ†’ LayoutManager โ†’ Adapter โ†’ DataSet

Android Permission

Permissions has to be declared in android manifest file.Following is the list of the available permissions.https://gist.github.com/Arinerron/1bcaadc7b1cbeae77de0263f4e15156f