Pinned Repositories
BaseStructure
Android volley is a networking library was introduced to make networking calls much easier, faster without writing tons of code. By default all the volley network calls works asynchronously, so we don’t have to worry about using asynctask anymore.
Broadcast-Receiver
Android BroadcastReceiver that is a very important component of Android Framework. Android BroadcastReceiver is a dormant component of android that listens to system-wide broadcast events or intents.
Chronometer
In Android, Chronometer is a class that implements a simple timer. Chronometer is a subclass of TextView. This class helps us to add a timer in our app.
CurrencyConversion
Google-Login
Android Login with Google is a really useful feature for both the app developer and the user
Horizontal-Recyclerview
Learn how to create a custom horizontal recyclerview with images and text in Android studio
JobIntentService
LinkedIn-Login
To integrate LinkedIn with your mobile application
RecyclerView
Android RecyclerView is more advanced version of ListView with improved performance and other benefits. Using RecyclerView and CardView together, both lists and grids can be created very easily. Here is the complete information about RecyclerView and other examples. In this tutorial we are going to learn how to render a simple RecyclerView with a custom layout. We’ll also learn writing a adapter class, adding list divider and row click listener. The recycler view we are going to design contains list of image, school name, status, mobile
Recyclerview-with-Gridview
Android GridLayoutManager is the RecyclerView.LayoutManager implementation to lay out items in a grid. In this tutorial, we’ll create an application that displays CardViews inside a RecyclerView in the form of a GridLayout.
sambhaji213's Repositories
sambhaji213/JobIntentService
sambhaji213/CurrencyConversion
sambhaji213/Horizontal-Recyclerview
Learn how to create a custom horizontal recyclerview with images and text in Android studio
sambhaji213/Google-Login
Android Login with Google is a really useful feature for both the app developer and the user
sambhaji213/Chronometer
In Android, Chronometer is a class that implements a simple timer. Chronometer is a subclass of TextView. This class helps us to add a timer in our app.
sambhaji213/Recyclerview-with-Gridview
Android GridLayoutManager is the RecyclerView.LayoutManager implementation to lay out items in a grid. In this tutorial, we’ll create an application that displays CardViews inside a RecyclerView in the form of a GridLayout.
sambhaji213/LinkedIn-Login
To integrate LinkedIn with your mobile application
sambhaji213/RecyclerView
Android RecyclerView is more advanced version of ListView with improved performance and other benefits. Using RecyclerView and CardView together, both lists and grids can be created very easily. Here is the complete information about RecyclerView and other examples. In this tutorial we are going to learn how to render a simple RecyclerView with a custom layout. We’ll also learn writing a adapter class, adding list divider and row click listener. The recycler view we are going to design contains list of image, school name, status, mobile
sambhaji213/Broadcast-Receiver
Android BroadcastReceiver that is a very important component of Android Framework. Android BroadcastReceiver is a dormant component of android that listens to system-wide broadcast events or intents.
sambhaji213/BaseStructure
Android volley is a networking library was introduced to make networking calls much easier, faster without writing tons of code. By default all the volley network calls works asynchronously, so we don’t have to worry about using asynctask anymore.
sambhaji213/TextView
A TextView displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing.
sambhaji213/Android-LifeCycle
Understanding the Android lifecycle. This tutorial describes how the Android application and activity life cycle works.
sambhaji213/Apps-Pages
sambhaji213/CashRich-Task
CashRich Task
sambhaji213/Checkbox
In This example creating checkbox and listener to listen checkbox click and show selected checkbox value. Checkboxes allow the user to select one or more options from a set.
sambhaji213/CustomListView
The display of elements in a list is a very common pattern in mobile applications. The user sees a list of items and can scroll through them. Such an activity is depicted in the following picture.
sambhaji213/Document-Printing
sambhaji213/DynamicTablayout
sambhaji213/Enable-GPS-Programmatically
As we know Turing on GPS in older Android was very easy but in 4.4 or in higher version we can't turn on GPS directly due to security reasons ,but we can turn on indirectly.
sambhaji213/Hello-Word
This article will guide you to create your first Android application. This application called "Hello World"
sambhaji213/Kotlin-Hello-Word
A "Hello, World!" is a simple program that outputs Hello, World! on the screen. Since it's a very simple program, it's often used to introduce a new programming language.
sambhaji213/Kotlin-RecyclerView
Lets learn building a RecyclerView using Kotlin in this Kotlin RecyclerView Example. Learning the small things will help you to migrate to Kotlin. And yes Kotlin will be surely easy and fun once you’ll get used to it.
sambhaji213/MetOffice-Weather
Weather App
sambhaji213/RadioButton
Radio buttons are normally used together in a RadioGroup. When several radio buttons live inside a radio group, checking one radio button unchecks all the others. we will use “android.widget.RadioButton” class to render radio button, and those radio buttons are usually grouped by android.widget.RadioGroup. If RadioButtons are in group, when one RadioButton within a group is selected, all others are automatically deselected.
sambhaji213/RBAssignment
sambhaji213/RecyclerView-MultipleViewType
RecyclerView with heterogeneous layouts is commonly used in to display section headers and details(Both require different layouts, hence different view type).
sambhaji213/SpannableString
The SpannableString in android is an excellent way to style strings in a TextView. Put simply, it allows a TextView to provide different styles to different areas of text.
sambhaji213/Splash-Screen
Many popular Android Apps such as Skype, Facebook, Adobe Reader, 500px, Dropbox etc., uses splash screen to display their logo. Most Android Apps uses Android Splash Screen before launching application Activity. Android splash screen is used to display a logo or brand for an app. In this article we are going to discuss about implementing an Android Splash Screen in a simple manner.
sambhaji213/Test
sambhaji213/Workex-Tinder
Social media app