Raj

Raj

@RajashekarRaju

I'm not sure about Mars, but I'm definitely down to Earth.

@ResearchForYouNow India
146
Followers
7
Following
23
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 19 owned repositories

1.6M Total LOC
Kotlin
1,566,678 lines
97.3%
N/A
Java
36,219 lines
2.2%
N/A
HTML
3,842 lines
0.2%
N/A
Shell
2,079 lines
0.1%
N/A
Dockerfile
804 lines
0.0%
N/A
Other
454 lines
0.0%
N/A
I

I-Shaped Developer

I-shaped

Specialist — deep expertise in Kotlin

Kotlin
Java
HTML
Shell
Dockerfile

Collaboration Network

Global Impact visualization

LIVE
Raj
0 active collaborators

Repos

42

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

2 days
1,025
Contributions
193
Commits
34
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

compose-actors

:robot: Android app built with jetpack :rocket: compose follows new revamped guide to app architecture. Implemented with State, Coroutines :curly_loop:, ViewModels, Repository pattern, Light/Dark theme :rainbow: MD3, Animations, Draw on canvas, Custom layouts, UI state handling, :cyclone: Image loading with coil, Palette :art: usage and dynamic theming etc.

298 35
Kotlin
jetpack-compose-samples

This repository contains samples on jetpack compose for building different components like layouts, animations, transitions, saving states and more. Most of examples are demonstrated in blog posts.

86 10
Kotlin
hangman-compose

🎮 Kotlin Multiplatform Hangman (Android, Desktop, Web, iOS) built with Compose Multiplatform. Modular architecture with shared game engine, dynamic word catalog (DSL), responsive layouts, custom creepy-themed UI + animations, cross-platform audio, hints/timer/difficulty modes, persistent settings/history, automated CI/CD deployed to GitHub pages.

38 8
Kotlin
Filter-Search-RecyclerView

Repository for android application which shows how to filter search in RecyclerView with user entered query , also voice search enabled with modern layout interface. These implementations are demonstrated in my blog, link is posted below.

21 5
Kotlin
android-navigation-with-compose

Build navigation flow with list and detail screen with jetpack compose in android. This app contains an overview screen that displays a list of cats, and a detail screen showing each cat's details.

10 3
Kotlin
RecyclerViewToViewPager

ViewPager2 comes with major improvements from ViewPager which enables swipe views with RecyclerView, vertical swipe, orientation, right-to-left support, Modifiable fragment collection, PageTransformations, swipe between fragments with TabLayout, DiffUtils etc. Let's understand with an example implementation.

10 5
Kotlin
ArchitectureComponentsJava

This project demonstrates how to build a simple app with Navigation components part of Android Jetpack Components. Check the blog from given link.

6 5
Java
BottomNavigationView-NavigationComponent

Source code for bottom navigation view. setting up with navigation controller

5 2
Kotlin
SharedElementTransitionExample

Implement SharedElementTransition in android application with NavigationComponent. This project walkthrough will be clearly explained in my blog. Check the link for the blog on this example.

5 6
Kotlin
NavigationComponent-with-simple-example

This project demonstrated how to implement navigation in our android application with a simple example.

3 2
Java