Sambhaji Karad (sambhaji213)

sambhaji213

Geek Repo

Location:Pune

Github PK Tool:Github PK Tool

Sambhaji Karad's repositories

Language:JavaStargazers:13Issues:0Issues:0

Horizontal-Recyclerview

Learn how to create a custom horizontal recyclerview with images and text in Android studio

Language:JavaStargazers:9Issues:1Issues:0

Google-Login

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

Language:JavaStargazers:8Issues:1Issues:0

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.

Language:JavaStargazers:4Issues:1Issues:0

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.

Language:JavaStargazers:4Issues:1Issues:0

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

Language:JavaStargazers:3Issues:1Issues:0

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.

Language:JavaStargazers:2Issues:2Issues:0

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.

Language:JavaStargazers:1Issues:0Issues:0

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.

Language:JavaStargazers:1Issues:1Issues:0

Android-LifeCycle

Understanding the Android lifecycle. This tutorial describes how the Android application and activity life cycle works.

Language:JavaStargazers:0Issues:2Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

CashRich-Task

CashRich Task

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

Hello-Word

This article will guide you to create your first Android application. This application called "Hello World"

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:KotlinStargazers:0Issues:1Issues:0

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.

Language:KotlinStargazers:0Issues:1Issues:0
Language:KotlinStargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0
Language:KotlinStargazers:0Issues:1Issues:0

RecyclerView-MultipleViewType

RecyclerView with heterogeneous layouts is commonly used in to display section headers and details(Both require different layouts, hence different view type).

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Workex-Tinder

Social media app

Language:JavaStargazers:0Issues:0Issues:0