Skip to content
View technxtcodelabs's full-sized avatar
Block or Report

Block or report technxtcodelabs

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

Popular repositories

  1. SharedPreference SharedPreference Public

    Shared preferences is a light weight data storage option provided by Android. It allow us to store and retrieve small amounts of primitive data as key/value pairs in a file on the device. Shared p…

    Java 1

  2. AndroidAsyncTask AndroidAsyncTask Public

    AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads…

    Java 1

  3. AndroidTabLayoutExample AndroidTabLayoutExample Public

    In Android TabLayout is a very creative idea to implement a swipeable screen or tabs introduced in the Design Support library. Android TabLayout provides a horizontal layout to display tabs on the …

    Java 1

  4. SpashScreen SpashScreen Public

    A splash screen is the first screen which appears when we open an app on our mobile device. A splash screen is the user’s first experience or impression of the application. It is used to show scree…

    Java

  5. RelativeLayout RelativeLayout Public

    Relative Layout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements (such as to the left, right, above or bel…

    Java

  6. AndroidPicassoLibrary AndroidPicassoLibrary Public

    Android Picasso library is one of the most popular image downloading and caching library, developed and maintained by Sqaure Inc. It’s very simple to use and you need to write just a few lines of c…

    Java