Pinned Repositories
android_analytics_architecture
This project is useful in defining your analytics layer. I just created this project in a simple manner to explain how I define my rules in creating an analytics layer in my project. This is also helpful to the people who have multi module project. With the idea I have presented, you need not expose all the events to all modules. Each module can have it's own analytics layer which takes info from core-analytics layer. So, that it encapsulates info like you needed.
expt_flutter_login_demo_phone_auth
This is an experimental repo which consists of Firebase phone auth logic using Flutter framework
flutter-money-transfer-exchanges
flutter_background_service_activity_transition
This is a sample app which uses Android background service in the flutter where the app get the transition activity events from the API and submit it to the flutter view from the Android platform code
flutter_pet_tracking_android
flutter_youtube_search
Uses Youtube Data Api V3 and displays search results
lifecycle_service_demo_yt
Demo to show the usage of lifecycle service. Using stop watch timer as an example. As the timer gets started, there will be a foreground service which shows a notification with a current timer. I have used singleton pattern approach for service in order to observe live data values which is inside the service.
no_internet_connection_util_android
This project shows the usage of Internet Connection Util. It takes the advantage of live data. Who ever observes this util's live data gets the change. It is a life cycle aware util. If you want to add this kind of feature into a large scale project, you can take advantage of this feature approach to do your task.
set_repetitive_exact_alarm
You will be able to perform operations at the particular time and you can also perform repititive tasks irrespective of doze or standby mode using Alarm Manager API
user_activity_detection
This project demonstrates the usage of Android Activity Recognition Transition API. Detect when users start or end an activity such as walking, driving, or biking. This is also called as Transition API for short.
sriharsha1507's Repositories
sriharsha1507/set_repetitive_exact_alarm
You will be able to perform operations at the particular time and you can also perform repititive tasks irrespective of doze or standby mode using Alarm Manager API
sriharsha1507/lifecycle_service_demo_yt
Demo to show the usage of lifecycle service. Using stop watch timer as an example. As the timer gets started, there will be a foreground service which shows a notification with a current timer. I have used singleton pattern approach for service in order to observe live data values which is inside the service.
sriharsha1507/flutter_pet_tracking_android
sriharsha1507/android_analytics_architecture
This project is useful in defining your analytics layer. I just created this project in a simple manner to explain how I define my rules in creating an analytics layer in my project. This is also helpful to the people who have multi module project. With the idea I have presented, you need not expose all the events to all modules. Each module can have it's own analytics layer which takes info from core-analytics layer. So, that it encapsulates info like you needed.
sriharsha1507/user_activity_detection
This project demonstrates the usage of Android Activity Recognition Transition API. Detect when users start or end an activity such as walking, driving, or biking. This is also called as Transition API for short.
sriharsha1507/no_internet_connection_util_android
This project shows the usage of Internet Connection Util. It takes the advantage of live data. Who ever observes this util's live data gets the change. It is a life cycle aware util. If you want to add this kind of feature into a large scale project, you can take advantage of this feature approach to do your task.
sriharsha1507/flutter-money-transfer-exchanges
sriharsha1507/flutter_background_service_activity_transition
This is a sample app which uses Android background service in the flutter where the app get the transition activity events from the API and submit it to the flutter view from the Android platform code
sriharsha1507/expt_flutter_login_demo_phone_auth
This is an experimental repo which consists of Firebase phone auth logic using Flutter framework
sriharsha1507/flutter_youtube_search
Uses Youtube Data Api V3 and displays search results
sriharsha1507/sriharsha1507
sriharsha1507/mlkit-text-recognition-kotlin
Uses MLKit text recognition API from google to retrieve text data from pictures.
sriharsha1507/money-transfer-exchanges
This project contains python parsers of every exchange site and will be used in getting best transfer rate on user request
sriharsha1507/mvvm_news
sriharsha1507/PatilShreyas
sriharsha1507/sriharsha1507.github.io
My Portfolio hosted on github pages
sriharsha1507/time_tracker_flutter
sriharsha1507/weather-forecast-mvvm-android-kotlin
This Repo is all about creating a Weather forecasting app which uses latest Android Jetpack components and developed using MVVM model.