Skip to content
View amirraza's full-sized avatar

Block or report amirraza

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. Cryptography - An object class for c... Cryptography - An object class for cryptography that encrypt/decrypt using AndroidKeyStore for Android 18+
    1
    package com.example.securitypractice
    2
    
                  
    3
    import android.annotation.TargetApi
    4
    import android.content.Context
    5
    import android.content.SharedPreferences
  2. Proto-Datastore-With-Coroutine-Hilt-MVVM Proto-Datastore-With-Coroutine-Hilt-MVVM Public

    This sample project contains the usage of Jetpack Proto DataStore as Multiple files for datastore and multiple objects in the same file

    Kotlin 4 1

  3. Multiple-Datastore-Preference-with-Coroutine-Hilt-MVVM Multiple-Datastore-Preference-with-Coroutine-Hilt-MVVM Public

    This is a sample project to demonstrate that how can be shared-preferences used as modularized/separate manner for different features using Dagger Hilt and Coroutines followed MVVM Architecture.

    3 1

  4. Design-Patterns Design-Patterns Public

    A sample project to describe all possible design patterns with multiple examples

    Kotlin

  5. Composite Design Pattern to generate... Composite Design Pattern to generate html code
    1
    class HtmlParentElement(
    2
        var mStartTag: String,
    3
        var mEndTag: String,
    4
        var mText: String = "",
    5
        var mSpace: String = "  ",
  6. Map-Sample Map-Sample Public

    Kotlin