Sambhaji Karad (@sambhaji213)
  • Stars
    star
    60
  • Global Rank 299,480 (Top 11 %)
  • Followers 11
  • Following 48
  • Registered almost 11 years ago
  • Most used languages
    Java
    92.3 %
    Kotlin
    7.7 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 9,876
  • Country Ranking
    Kotlin
    846
    Java
    923

Top repositories

1

JobIntentService

Java
13
star
2

CurrencyConversion

Kotlin
11
star
3

Horizontal-Recyclerview

Learn how to create a custom horizontal recyclerview with images and text in Android studio
Java
9
star
4

Google-Login

Android Login with Google is a really useful feature for both the app developer and the user
Java
8
star
5

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.
Java
4
star
6

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.
Java
4
star
7

LinkedIn-Login

To integrate LinkedIn with your mobile application
Java
3
star
8

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
Java
3
star
9

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.
Java
2
star
10

AndroidIntent

An Android Intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and startService(Intent) or bindService(Intent, ServiceConnection, int) to communicate with a background Service.
Java
1
star
11

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.
Java
1
star
12

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.
Java
1
star
13

Custom-SwitchButton

This project provides you a convenient way to use and customise a SwitchButton widget in Android. With just resources changed and attrs set, you can create a lifelike SwitchButton of Android 5.0+, iOS, MIUI, or Flyme and so on.
Java
1
star