Raj (@RajashekarRaju)
  • Stars
    star
    427
  • Global Rank 64,983 (Top 3 %)
  • Followers 131
  • Following 10
  • Registered over 7 years ago
  • Most used languages
    Kotlin
    62.5 %
    Java
    33.3 %
    JavaScript
    4.2 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 1,743
  • Country Ranking
    Kotlin
    70
    Java
    2,624

Top repositories

1

compose-actors

๐Ÿค– Android app built with jetpack ๐Ÿš€ compose follows new revamped guide to app architecture. Implemented with State, Coroutines โžฐ, ViewModels, Repository pattern, Light/Dark theme ๐ŸŒˆ MD3, Animations, Draw on canvas, Custom layouts, UI state handling, ๐ŸŒ€ Image loading with coil, Palette ๐ŸŽจ usage and dynamic theming etc.
Kotlin
269
star
2

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.
Kotlin
63
star
3

hangman-compose

๐ŸŽฎ Hangman Game for Android ๐Ÿค– build with Compose ๐Ÿš€. Built with jetpack components, Room for saving game history, preferences for loading game settings, ViewModels for persisting game state, LiveData/States for observing states, Koin for DI, minimal compose animations for good UX, Light/Dark theme ๐ŸŒˆ MD3.
Kotlin
19
star
4

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.
Kotlin
18
star
5

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.
Kotlin
10
star
6

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.
Kotlin
10
star
7

firebase-cloud-firestore-android

Android app built to demonstrate on how to build RecyclerView using Cloud Firestore with Collections, Documents and Fields.
Kotlin
6
star
8

ArchitectureComponentsJava

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

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.
Kotlin
4
star
10

BottomNavigationView-NavigationComponent

Source code for bottom navigation view. setting up with navigation controller
Kotlin
4
star
11

NavigationComponent-with-simple-example

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

ProjectSubmission-GoogleDevelopers

Project Submission for 30 Days of Kotlin with Google Developers.
Kotlin
2
star
13

Book-Listing-App

Book Listing app which would allow a user to get a list of published books on a given topic using the google books api in order to fetch results and display them to the user.
Java
1
star
14

pass-data-between-fragments-navigation

This is sample android app demonstrates on how to use NavigationComponent to pass data between fragments, adding destinations to navigation graph with kotlin.
Kotlin
1
star
15

News-App

A News feed app which gives a user regularly-updated news from the internet related to a particular topic, person, or location.
Java
1
star
16

Introduction_To_JavaScript

This Repository has solutions for quizes in Introduction to JavaScript lesson from udacity.
JavaScript
1
star
17

WebViewAndroid

Learn how to implement WebView interface in Android application using WebKit API. Build interactive webview using JavaScript and WebSettings.
Kotlin
1
star
18

Tour-Guide-App-Udacity-student-project-

This app shows information and various locations in multiple screens. Feel free to make changes : )
Java
1
star
19

ConcatAdapter-AndroidExample

Merge mutiple adapters with single RecyclerView using ConcatAdapter. Check my blog to learn more with example i have implemented here.
Java
1
star
20

SearchInterface-Android

Android application to show how to implement search interface. Filter search results from internet. With kotlin using Coroutines, RecyclerView, MaterialDesign.
Kotlin
1
star
21

google-play-example

Android application built with all fragments and components which looks and implements structure like Google play app.
Kotlin
1
star
22

NetworkRequestUsingViewModel

This repository is created to build android applications based on architecture components. You will find different repositories in each branch for dealing with separate components like WorkManager, LiveData, ViewModel, Room, Paging etc. Things which are missing will be added eventually.
Java
1
star
23

Inventory-App

Inventory App which would allow a store to keep track of its inventory of products. The app will need to store information about price, quantity available, supplier, and a picture of the product. It will also need to allow the user to track sales and shipments and make it easy for the user to order more from the listed supplier.
Java
1
star
24

developers-breach-android

Android app shows generated feed from site with wordpress api. Completed second release with major changes.
Kotlin
1
star