• Stars
    star
    1
  • Language
    Java
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

More 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

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
14

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
15

Introduction_To_JavaScript

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

WebViewAndroid

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

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

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

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
19

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
20

google-play-example

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

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
22

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
23

developers-breach-android

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