dinkar1708
JLPT N2, Software Engineer Technical Lead @Monstarlab | Mobile App Development, Solution architecture, BugFixPro, RapidAdd, Android, iOS, Flutter, Swift, Kotlin
Monstar LabTokyo
Pinned Repositories
AndroidMVVMCleanArchitectureTemplate
Kotlin code example for android projects.
AndroidRoomDatabase
Android room database sample
coding_interview
Coding Interview Questions - Codility, Coding, Dynamic Programming, Recursion, Coding Optimization, Coding Complexity
CodingBestPractices
Demonstration of coding best practices, tricks samples, writing optimized code, following coding standards
flutter_riverpod_template
Flutter riverpod tempalte.
github_repo_search_iOS_app
Github search repository project
iOS-SwiftUI-Clean-Architecture-MVVM
SwiftUI iOS mvvm design
KioskModeAndroid
Simplest way to create a application in kiosk mode/ single purpose device application in android. i e. only the single application can be accessed from the device without any root or special permission.
LocationTrackerAndroid
Location tracker in background
mvvm-dagger-android-architecture
Rxjava, live data, mode livew, MVVM, Dagger2, Android architecture, navigation controller
dinkar1708's Repositories
dinkar1708/KioskModeAndroid
Simplest way to create a application in kiosk mode/ single purpose device application in android. i e. only the single application can be accessed from the device without any root or special permission.
dinkar1708/flutter_riverpod_template
Flutter riverpod tempalte.
dinkar1708/mvvm-dagger-android-architecture
Rxjava, live data, mode livew, MVVM, Dagger2, Android architecture, navigation controller
dinkar1708/coding_interview
Coding Interview Questions - Codility, Coding, Dynamic Programming, Recursion, Coding Optimization, Coding Complexity
dinkar1708/github_repo_search_iOS_app
Github search repository project
dinkar1708/AndroidMVVMCleanArchitectureTemplate
Kotlin code example for android projects.
dinkar1708/AndroidRoomDatabase
Android room database sample
dinkar1708/CodingBestPractices
Demonstration of coding best practices, tricks samples, writing optimized code, following coding standards
dinkar1708/iOS-SwiftUI-Clean-Architecture-MVVM
SwiftUI iOS mvvm design
dinkar1708/LocationTrackerAndroid
Location tracker in background
dinkar1708/android_guides
Extensive Open-Source Guides for Android Developers
dinkar1708/AndroidMVP
Android model view presenter demonstration.
dinkar1708/APITest
dinkar1708/biometric-cryptography-android
Android KTX, Architecture components help you design robust, testable and maintainable apps.Navigation Handle everything needed for in-app navigation ViewModel Manage UI-related data in a lifecycle-conscious way Data Binding Decoratively bind observable data to UI elements Write more concise, idiomatic Kotlin code Room Fluent SQLite database access Lifecycle Manage your activity and fragment lifecycle
dinkar1708/Code2Reuse
Write best code, reuse it
dinkar1708/collegeproject
dinkar1708/Dagger2
Android and dagger 2 basics. Network module demo, Rxjava, Rx android demo, Model view presenter demo, dagger 2 dependency injection.
dinkar1708/dinkar1708
Config files for my GitHub profile.
dinkar1708/GithubCruise
# GithubCruise Android App A user-friendly GitHub app for anyone, allowing smooth navigation of users and repositories. This project brings together modern tools and best practices in Android development to create a robust and user-friendly app. It uses libraries like Retrofit for networking, Hilt for dependency injection, and Jetpack Compose.
dinkar1708/Google-Maps-Android
Adding a map to an Android app. Android Studio is the recommended development environment for building an app with the Google Maps Android API
dinkar1708/HackerNewsSwiftUI
Hacker news api - swift ui - iphone, ipad, mac os
dinkar1708/ios-example
ios examples in swift
dinkar1708/machine-learning-examples
Machine Learning Examples, Python Language used.
dinkar1708/NodeJsRestAPI
Node Rest API, sample APIs developed using mongo db and express framework
dinkar1708/Screen-Orientation-Change
Handling Configuration Changes, Handling of such a unwanted behavior Handling poor user experience A.Retaining an Object During a Configuration Change - Let activity be recreated, handled data manually. B.Handle the configuration change yourself - Prevent Activity to recreated - This is not recommended by Android.
dinkar1708/SWIFT-UI-Training
Swift ui tips and training
dinkar1708/Swift5
Swift5 examples using playground
dinkar1708/SwiftUIExample
Swift UI example
dinkar1708/Taking-Photo-Camera-Android
Take picture using android camera on android latest devices. Kotlin is used in separate module with detailed comment.