Skip to content
View rahulsutradhar's full-sized avatar

Block or report rahulsutradhar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. covid-19-android covid-19-android Public

    Covid-19 India dashboard

    Java

  2. autofacedetection autofacedetection Public

    Camera Detects face then auto zoom-in and zoom-out to reach 25-35% face area on the camera preview

    Java 1

  3. Hippo Hippo Public

    Photo and Video Sharing app.

    Java

  4. weatherApp weatherApp Public

    Weather App using Yahoo weather API

    Java

  5. UrbanPiperDemo UrbanPiperDemo Public

    Hacker News Api implementation with Firebase Authentication

    Java

  6. Recyclerview Adapter with Header and... Recyclerview Adapter with Header and Footer Support
    1
    
                  
    2
    public abstract class BaseRecyclerAdapter extends RecyclerView.Adapter {
    3
        public static final int RECYCLER_ADAPTER_ITEM = 200;
    4
        public static final int RECYCLER_ADAPTER_HEADER = 201;
    5
        public static final int RECYCLER_ADAPTER_FOOTER = 202;