-
Technxt Code Labs
- Kolkata
- http://technxt.net/
Popular repositories Loading
-
SharedPreference
SharedPreference PublicShared 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
-
AndroidAsyncTask
AndroidAsyncTask PublicAsyncTask 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
-
AndroidTabLayoutExample
AndroidTabLayoutExample PublicIn 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
-
SpashScreen
SpashScreen PublicA 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
-
RelativeLayout
RelativeLayout PublicRelative 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
-
AndroidPicassoLibrary
AndroidPicassoLibrary PublicAndroid 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
If the problem persists, check the GitHub status page or contact support.