Skip to content
View parthdave93's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report parthdave93

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. AccessibilityServiceExample Public

    Demo for getting key events outside the application

    Java 39 17

  2. AndroidTestingTutorial Public

    Getting started with Espresso Unit Testing

    Java 18 2

  3. Single TextView Multi Clickable Span...
    1
    @BindingAdapter(value = {"bind:textContentClickable", "bind:textContentClick"}, requireAll = true)
    2
    public static void onContentClick(TextView textView, String[] content, final View.OnClickListener clickListener) {
    3
        String originalText = textView.getText().toString();
    4
        SpannableString ss = new SpannableString(originalText);
    5
        for (int index = 0; index < content.length; index++) {
  4. RecyclerView-States-Databinding Public

    RecyclerView States & Databinding

    Java 5 3

  5. OfflineMapAndroidDemo Public

    Offline map on Android with best routes search using graphhopper and mapforge

    Java 2 6

  6. FlutterUIDesigns Public

    Just a implementation of best designs out there. no designs are mine they are with their rightful owners.

    Dart 1