Pinned Repositories
Animations
Implement Animation for the Single Image using Java and Kotlin
Autogenerate-Lat-Long
Every 5 second to Generate a new Latitude, Longitude and Locality with using Fused Location Provider in Java
Bottom_Navigation_Kotlin
We all have come across apps that have a Bottom Navigation Bar. Some popular examples include Instagram, WhatsApp, etc. In this article, let’s learn how to implement such a functional Bottom Navigation Bar in the Android app. Below is the preview of a sample Bottom Navigation Bar
Compose-Widgets
Mark-Current-Location-in-Map
Mark Current Location in Google Map using Fused Location Provider Client in Java
Mvvm-Room-DB
The room persistence library it is an abstraction layer over SQLite. The room is an ORM ( Object Relational Mapper ) for SQLite database in Android. It is part of the Architecture Components. The room makes using SQLite much easier for you by implementing annotations.
Service-Collections-Utils
Simple-Clean-Architecture
A strong base architecture is extremely important for an app to scale and meet the expectation of the user base. I got a task of replacement of API with new updated and optimized API structure. For integrating this kind of change made me kind of rewrite the whole app.
Simple-Google-Login
To integrate Google Sign-In into your Android app, configure Google Sign-In and add a button to your app's layout that starts the sign-in flow.
Simple-SQLite-Database
SQLite Database Using Java
parisubalan's Repositories
parisubalan/Mark-Current-Location-in-Map
Mark Current Location in Google Map using Fused Location Provider Client in Java
parisubalan/Animations
Implement Animation for the Single Image using Java and Kotlin
parisubalan/Autogenerate-Lat-Long
Every 5 second to Generate a new Latitude, Longitude and Locality with using Fused Location Provider in Java
parisubalan/Bottom_Navigation_Kotlin
We all have come across apps that have a Bottom Navigation Bar. Some popular examples include Instagram, WhatsApp, etc. In this article, let’s learn how to implement such a functional Bottom Navigation Bar in the Android app. Below is the preview of a sample Bottom Navigation Bar
parisubalan/Compose-Widgets
parisubalan/Mvvm-Room-DB
The room persistence library it is an abstraction layer over SQLite. The room is an ORM ( Object Relational Mapper ) for SQLite database in Android. It is part of the Architecture Components. The room makes using SQLite much easier for you by implementing annotations.
parisubalan/Service-Collections-Utils
parisubalan/Simple-Clean-Architecture
A strong base architecture is extremely important for an app to scale and meet the expectation of the user base. I got a task of replacement of API with new updated and optimized API structure. For integrating this kind of change made me kind of rewrite the whole app.
parisubalan/Simple-Google-Login
To integrate Google Sign-In into your Android app, configure Google Sign-In and add a button to your app's layout that starts the sign-in flow.
parisubalan/Simple-Recycler-View
Recycler View for 1. Vertical 2. Horizondal 3. Grid View 4. Staggered Grid View
parisubalan/Simple-SQLite-Database
SQLite Database Using Java